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 level, TrialSpawnerState state) -
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 pos, TrialSpawner spawner, ServerLevel level) 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 spawner, Level level, TrialSpawnerState spawnerState) TrialSpawnerData.getUpdateTag(TrialSpawnerState spawnerState) voidTrialSpawner.setState(Level level, TrialSpawnerState state) voidTrialSpawner.StateAccessor.setState(Level level, TrialSpawnerState state) -
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