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_TYPESMethods 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 booleanPlayDead.canStillUse(ServerLevel p_149322_, Axolotl p_149323_, long p_149324_) protected booleanPlayDead.checkExtraStartConditions(ServerLevel p_149319_, Axolotl p_149320_) private static Optional<? extends LivingEntity> AxolotlAi.findNearestValidAttackTarget(Axolotl axolotl) static voidAxolotl.onStopAttacking(Axolotl axolotl, LivingEntity target) protected voidPlayDead.start(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) static voidAxolotlAi.updateActivity(Axolotl axolotl) Method parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type AxolotlModifier and TypeMethodDescriptionprivate static voidAxolotlAi.initCoreActivity(Brain<Axolotl> brain) private static voidAxolotlAi.initFightActivity(Brain<Axolotl> brain) private static voidAxolotlAi.initIdleActivity(Brain<Axolotl> brain) private static voidAxolotlAi.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