Uses of Enum Class
me.fami6xx.rpuniverse.core.misc.PlayerMode
Packages that use PlayerMode
-
Uses of PlayerMode in me.fami6xx.rpuniverse.core.basicneeds
Methods in me.fami6xx.rpuniverse.core.basicneeds that return PlayerModeModifier and TypeMethodDescriptionBasicNeedsConfig.getNeededModeToEdit()Returns the needed mode to edit. -
Uses of PlayerMode in me.fami6xx.rpuniverse.core.misc
Methods in me.fami6xx.rpuniverse.core.misc that return PlayerModeModifier and TypeMethodDescriptionstatic PlayerModePlayerMode.getModeFromString(String mode)Get the PlayerMode from a stringPlayerData.getPlayerMode()Retrieves the player mode for the player data.static PlayerModeReturns the enum constant of this class with the specified name.static PlayerMode[]PlayerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.fami6xx.rpuniverse.core.misc with parameters of type PlayerModeModifier and TypeMethodDescriptionvoidPlayerData.setPlayerMode(PlayerMode playerMode)Sets the player mode.