Uses of Enum Class
net.minecraft.block.enums.TrialSpawnerState
Packages that use TrialSpawnerState
Package
Description
- 
Uses of TrialSpawnerState in net.minecraft.blockFields in net.minecraft.block with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState> TrialSpawnerBlock.TRIAL_SPAWNER_STATE
- 
Uses of TrialSpawnerState in net.minecraft.block.entityMethods in net.minecraft.block.entity that return TrialSpawnerStateMethods in net.minecraft.block.entity with parameters of type TrialSpawnerStateModifier and TypeMethodDescriptionvoidTrialSpawnerBlockEntity.setSpawnerState(World world, TrialSpawnerState spawnerState) 
- 
Uses of TrialSpawnerState in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return TrialSpawnerStateModifier and TypeMethodDescription(package private) TrialSpawnerStateTrialSpawnerState.tick(BlockPos pos, TrialSpawnerLogic logic, ServerWorld world) 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.
- 
Uses of TrialSpawnerState in net.minecraft.block.spawnerMethods in net.minecraft.block.spawner that return TrialSpawnerStateModifier and TypeMethodDescriptionTrialSpawnerLogic.getSpawnerState()TrialSpawnerLogic.TrialSpawner.getSpawnerState()Methods in net.minecraft.block.spawner with parameters of type TrialSpawnerStateModifier and TypeMethodDescriptionTrialSpawnerData.getSpawnDataNbt(TrialSpawnerState state) TrialSpawnerData.setDisplayEntity(TrialSpawnerLogic logic, World world, TrialSpawnerState state) voidTrialSpawnerLogic.setSpawnerState(World world, TrialSpawnerState spawnerState) voidTrialSpawnerLogic.TrialSpawner.setSpawnerState(World world, TrialSpawnerState spawnerState) 
- 
Uses of TrialSpawnerState in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState> Properties.TRIAL_SPAWNER_STATEA property that specifies the state of a trial spawner.