枚举的使用
org.bukkit.block.data.type.TrialSpawner.State
使用TrialSpawner.State的程序包
-
org.bukkit.block.data.type中TrialSpawner.State的使用
修饰符和类型方法说明TrialSpawner.getTrialSpawnerState()
Gets the value of the 'trial_spawner_state' property.static TrialSpawner.State
返回带有指定名称的该类型的枚举常量。static TrialSpawner.State[]
TrialSpawner.State.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明void
TrialSpawner.setTrialSpawnerState
(@NotNull TrialSpawner.State state) Sets the value of the 'trial_spawner_state' property.