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_311786_, TrialSpawnerState p_312721_) -
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_312221_, TrialSpawner p_311912_, ServerLevel p_311974_) 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_312366_, Level p_312148_, TrialSpawnerState p_311790_) TrialSpawnerData.getUpdateTag
(TrialSpawnerState p_312104_) void
TrialSpawner.setState
(Level p_312688_, TrialSpawnerState p_312718_) void
TrialSpawner.StateAccessor.setState
(Level p_312617_, TrialSpawnerState p_312288_) -
Uses of TrialSpawnerState in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>
BlockStateProperties.TRIAL_SPAWNER_STATE