Uses of Class
net.minecraft.world.entity.animal.axolotl.Axolotl
Package
Description
-
Uses of Axolotl in net.minecraft.client.model
-
Uses of Axolotl in net.minecraft.client.renderer.entity
-
Uses of Axolotl in net.minecraft.world.entity
-
Uses of Axolotl in net.minecraft.world.entity.animal.axolotl
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<? extends SensorType<? extends Sensor<? super Axolotl>>>
Axolotl.SENSOR_TYPES
Modifier and TypeMethodDescriptionprotected Brain.Provider<Axolotl>
Axolotl.brainProvider()
Axolotl.getBrain()
Modifier 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_) private static boolean
AxolotlAi.isBreeding
(Axolotl p_149305_) static void
Axolotl.onStopAttacking
(Axolotl p_149120_) protected void
PlayDead.start
(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) protected void
ValidatePlayDead.start
(ServerLevel p_149339_, Axolotl p_149340_, long p_149341_) static void
AxolotlAi.updateActivity
(Axolotl p_149293_) Modifier 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<?>
ModifierConstructorDescriptionAxolotlLookControl
(Axolotl p_149210_, int p_149211_) AxolotlMoveControl
(Axolotl p_149215_) (package private)
AxolotlPathNavigation
(Axolotl p_149218_, Level p_149219_)