Uses of Enum Class
net.minecraft.entity.ai.brain.task.SpearChargeTask.AdvanceState
Packages that use SpearChargeTask.AdvanceState
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of SpearChargeTask.AdvanceState in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type SpearChargeTask.AdvanceStateModifier and TypeFieldDescriptionstatic final MemoryModuleType<SpearChargeTask.AdvanceState> MemoryModuleType.SPEAR_STATUS -
Uses of SpearChargeTask.AdvanceState in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task that return SpearChargeTask.AdvanceStateModifier and TypeMethodDescriptionstatic SpearChargeTask.AdvanceStateReturns the enum constant of this class with the specified name.static SpearChargeTask.AdvanceState[]SpearChargeTask.AdvanceState.values()Returns an array containing the constants of this enum class, in the order they are declared.