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 TypeMethodDescriptionvoidTrialSpawnerBlockEntity.setState(Level p_311786_, TrialSpawnerState p_312721_) -
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) TrialSpawnerStateTrialSpawnerState.tickAndGetNext(BlockPos pPos, TrialSpawner pSpawner, ServerLevel pLevel) static TrialSpawnerStateReturns 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) voidTrialSpawner.setState(Level pLevel, TrialSpawnerState pState) voidTrialSpawner.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