Uses of Class
net.minecraft.world.entity.animal.axolotl.Axolotl
Packages that use Axolotl
Package
Description
-
Uses of Axolotl in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Axolotl -
Uses of Axolotl in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Axolotl -
Uses of Axolotl in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Axolotl -
Uses of Axolotl in net.minecraft.world.entity.animal.axolotl
Fields in net.minecraft.world.entity.animal.axolotl declared as AxolotlFields in net.minecraft.world.entity.animal.axolotl with type parameters of type AxolotlModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList
<? extends SensorType<? extends Sensor<? super Axolotl>>> Axolotl.SENSOR_TYPES
Methods in net.minecraft.world.entity.animal.axolotl that return types with arguments of type AxolotlModifier and TypeMethodDescriptionprotected Brain.Provider
<Axolotl> Axolotl.brainProvider()
Axolotl.getBrain()
Methods in net.minecraft.world.entity.animal.axolotl with parameters of type AxolotlModifier and TypeMethodDescriptionprotected boolean
PlayDead.canStillUse
(ServerLevel p_149322_, Axolotl p_149323_, long p_149324_) protected boolean
PlayDead.checkExtraStartConditions
(ServerLevel p_149319_, Axolotl p_149320_) private static Optional
<? extends LivingEntity> AxolotlAi.findNearestValidAttackTarget
(Axolotl axolotl) static void
Axolotl.onStopAttacking
(Axolotl axolotl, LivingEntity target) protected void
PlayDead.start
(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) static void
AxolotlAi.updateActivity
(Axolotl axolotl) Method parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type AxolotlModifier and TypeMethodDescriptionprivate static void
AxolotlAi.initCoreActivity
(Brain<Axolotl> brain) private static void
AxolotlAi.initFightActivity
(Brain<Axolotl> brain) private static void
AxolotlAi.initIdleActivity
(Brain<Axolotl> brain) private static void
AxolotlAi.initPlayDeadActivity
(Brain<Axolotl> brain) protected static Brain
<?> Constructors in net.minecraft.world.entity.animal.axolotl with parameters of type AxolotlModifierConstructorDescriptionAxolotlLookControl
(Axolotl axolotl, int maxYRotFromCenter) AxolotlMoveControl
(Axolotl axolotl) Constructor parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type Axolotl