Uses of Enum Class
net.minecraft.world.level.block.entity.trialspawner.TrialSpawnerState
Packages that use TrialSpawnerState
Package
Description
-
Uses of TrialSpawnerState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty
<TrialSpawnerState> TrialSpawnerBlock.STATE
-
Uses of TrialSpawnerState in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return TrialSpawnerStateMethods in net.minecraft.world.level.block.entity with parameters of type TrialSpawnerStateModifier and TypeMethodDescriptionvoid
TrialSpawnerBlockEntity.setState
(Level pLevel, TrialSpawnerState pState) -
Uses of TrialSpawnerState in net.minecraft.world.level.block.entity.trialspawner
Methods in net.minecraft.world.level.block.entity.trialspawner that return TrialSpawnerStateModifier and TypeMethodDescriptionTrialSpawner.getState()
TrialSpawner.StateAccessor.getState()
(package private) TrialSpawnerState
TrialSpawnerState.tickAndGetNext
(BlockPos pPos, TrialSpawner pSpawner, ServerLevel pLevel) 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.Methods in net.minecraft.world.level.block.entity.trialspawner with parameters of type TrialSpawnerStateModifier and TypeMethodDescriptionTrialSpawnerData.getOrCreateDisplayEntity
(TrialSpawner pSpawner, Level pLevel, TrialSpawnerState pSpawnerState) TrialSpawnerData.getUpdateTag
(TrialSpawnerState pSpawnerState) void
TrialSpawner.setState
(Level pLevel, TrialSpawnerState pState) void
TrialSpawner.StateAccessor.setState
(Level pLevel, TrialSpawnerState pState) -
Uses of TrialSpawnerState in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty
<TrialSpawnerState> BlockStateProperties.TRIAL_SPAWNER_STATE