Uses of Enum Class
net.minecraft.block.enums.TrialSpawnerState
Packages that use TrialSpawnerState
Package
Description
-
Uses of TrialSpawnerState in net.minecraft.block
Fields 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.entity
Methods in net.minecraft.block.entity that return TrialSpawnerStateMethods in net.minecraft.block.entity with parameters of type TrialSpawnerStateModifier and TypeMethodDescriptionvoid
TrialSpawnerBlockEntity.setSpawnerState
(World world, TrialSpawnerState spawnerState) -
Uses of TrialSpawnerState in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return TrialSpawnerStateModifier 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
Methods 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) void
TrialSpawnerLogic.setSpawnerState
(World world, TrialSpawnerState spawnerState) void
TrialSpawnerLogic.TrialSpawner.setSpawnerState
(World world, TrialSpawnerState spawnerState) -
Uses of TrialSpawnerState in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type TrialSpawnerStateModifier and TypeFieldDescriptionstatic final EnumProperty
<TrialSpawnerState> Properties.TRIAL_SPAWNER_STATE
A property that specifies the state of a trial spawner.