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 p_149299_) static void
Axolotl.onStopAttacking
(Axolotl p_218444_, LivingEntity p_218445_) protected void
PlayDead.start
(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) static void
AxolotlAi.updateActivity
(Axolotl p_149293_) Method parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type AxolotlModifier and TypeMethodDescriptionprivate static void
AxolotlAi.initCoreActivity
(Brain<Axolotl> p_149307_) private static void
AxolotlAi.initFightActivity
(Brain<Axolotl> p_149303_) private static void
AxolotlAi.initIdleActivity
(Brain<Axolotl> p_149309_) private static void
AxolotlAi.initPlayDeadActivity
(Brain<Axolotl> p_149297_) protected static Brain<?>
Constructors in net.minecraft.world.entity.animal.axolotl with parameters of type AxolotlModifierConstructorDescriptionAxolotlLookControl
(Axolotl p_149210_, int p_149211_) AxolotlMoveControl
(Axolotl p_149215_) Constructor parameters in net.minecraft.world.entity.animal.axolotl with type arguments of type Axolotl