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.blockFields 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.entityMethods 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.trialspawnerMethods in net.minecraft.world.level.block.entity.trialspawner that return TrialSpawnerStateModifier and TypeMethodDescriptionTrialSpawner.getState()TrialSpawner.StateAccessor.getState()(package private) TrialSpawnerStateTrialSpawnerState.tickAndGetNext(BlockPos p_312221_, TrialSpawner p_311912_, ServerLevel p_311974_) 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_312366_, Level p_312148_, TrialSpawnerState p_311790_) TrialSpawnerData.getUpdateTag(TrialSpawnerState p_312104_) voidTrialSpawner.setState(Level p_312688_, TrialSpawnerState p_312718_) voidTrialSpawner.StateAccessor.setState(Level p_312617_, TrialSpawnerState p_312288_) 
- 
Uses of TrialSpawnerState in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>BlockStateProperties.TRIAL_SPAWNER_STATE