Uses of Enum Class
net.minecraft.world.level.block.entity.trialspawner.TrialSpawnerState
Package
Description
-
Uses of TrialSpawnerState in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>
TrialSpawnerBlock.STATE
-
Uses of TrialSpawnerState in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionvoid
TrialSpawnerBlockEntity.setState
(Level p_313150_, TrialSpawnerState p_310751_) -
Uses of TrialSpawnerState in net.minecraft.world.level.block.entity.trialspawner
Modifier and TypeMethodDescriptionTrialSpawner.getState()
TrialSpawner.StateAccessor.getState()
(package private) TrialSpawnerState
TrialSpawnerState.tickAndGetNext
(BlockPos p_313024_, TrialSpawner p_310869_, ServerLevel p_313233_) static TrialSpawnerState
Returns the enum constant of this class with the specified name.static TrialSpawnerState[]
TrialSpawnerState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTrialSpawnerData.getOrCreateDisplayEntity
(TrialSpawner p_310895_, Level p_310374_, TrialSpawnerState p_310556_) TrialSpawnerData.getUpdateTag
(TrialSpawnerState p_310015_) void
TrialSpawner.setState
(Level p_310153_, TrialSpawnerState p_312484_) void
TrialSpawner.StateAccessor.setState
(Level p_309383_, TrialSpawnerState p_310563_) -
Uses of TrialSpawnerState in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>
BlockStateProperties.TRIAL_SPAWNER_STATE