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_313150_, TrialSpawnerState p_310751_) -
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 p_313024_, TrialSpawner p_310869_, ServerLevel p_313233_) 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 p_310895_, Level p_310374_, TrialSpawnerState p_310556_) TrialSpawnerData.getUpdateTag(TrialSpawnerState p_310015_) voidTrialSpawner.setState(Level p_310153_, TrialSpawnerState p_312484_) voidTrialSpawner.StateAccessor.setState(Level p_309383_, TrialSpawnerState p_310563_) -
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