Uses of Enum Class
org.geysermc.geyser.scoreboard.UpdateType
Packages that use UpdateType
-
Uses of UpdateType in org.geysermc.geyser.scoreboard
Methods in org.geysermc.geyser.scoreboard that return UpdateTypeModifier and TypeMethodDescriptionTeam.getCachedUpdateType()Score.getUpdateType()Team.getUpdateType()static UpdateTypeReturns the enum constant of this class with the specified name.static UpdateType[]UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geysermc.geyser.scoreboard with parameters of type UpdateTypeModifier and TypeMethodDescriptionScore.setUpdateType(UpdateType updateType)Team.setUpdateType(UpdateType updateType)