Uses of Enum Class
net.minecraft.block.enums.TrialSpawnerState
Package
Description
-
Uses of TrialSpawnerState in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>
TrialSpawnerBlock.TRIAL_SPAWNER_STATE
-
Uses of TrialSpawnerState in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
TrialSpawnerBlockEntity.setSpawnerState
(World world, TrialSpawnerState spawnerState) -
Uses of TrialSpawnerState in net.minecraft.block.enums
Modifier and TypeMethodDescription(package private) TrialSpawnerState
TrialSpawnerState.tick
(BlockPos pos, TrialSpawnerLogic logic, ServerWorld world) static TrialSpawnerState
Returns 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.spawner
Modifier and TypeMethodDescriptionTrialSpawnerLogic.getSpawnerState()
TrialSpawnerLogic.TrialSpawner.getSpawnerState()
Modifier and TypeMethodDescriptionTrialSpawnerData.getSpawnDataNbt
(TrialSpawnerState state) TrialSpawnerData.setDisplayEntity
(TrialSpawnerLogic logic, World world, TrialSpawnerState state) void
TrialSpawnerLogic.setSpawnerState
(World world, TrialSpawnerState spawnerState) void
TrialSpawnerLogic.TrialSpawner.setSpawnerState
(World world, TrialSpawnerState spawnerState) -
Uses of TrialSpawnerState in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<TrialSpawnerState>
Properties.TRIAL_SPAWNER_STATE
A property that specifies the state of a trial spawner.