Class AxolotlEntity

All Implemented Interfaces:
Bucketable, CommandOutput, Nameable, EntityLike

public class AxolotlEntity
extends AnimalEntity
implements Bucketable
Mappings:
Namespace Name
official beb
intermediary net/minecraft/class_5762
named net/minecraft/entity/passive/AxolotlEntity
  • Field Details

    • field_30388

      public static final int field_30388
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official bV Lbeb;bV:I
      intermediary field_30388 Lnet/minecraft/class_5762;field_30388:I
      named field_30388 Lnet/minecraft/entity/passive/AxolotlEntity;field_30388:I
    • AXOLOTL_NOT_PLAYING_DEAD

      public static final Predicate<LivingEntity> AXOLOTL_NOT_PLAYING_DEAD
      Mappings:
      Namespace Name Mixin selector
      official bW Lbeb;bW:Ljava/util/function/Predicate;
      intermediary field_28332 Lnet/minecraft/class_5762;field_28332:Ljava/util/function/Predicate;
      named AXOLOTL_NOT_PLAYING_DEAD Lnet/minecraft/entity/passive/AxolotlEntity;AXOLOTL_NOT_PLAYING_DEAD:Ljava/util/function/Predicate;
    • SENSORS

      protected static final ImmutableList<? extends SensorType<? extends Sensor<? super AxolotlEntity>>> SENSORS
      Mappings:
      Namespace Name Mixin selector
      official bY Lbeb;bY:Lcom/google/common/collect/ImmutableList;
      intermediary field_28333 Lnet/minecraft/class_5762;field_28333:Lcom/google/common/collect/ImmutableList;
      named SENSORS Lnet/minecraft/entity/passive/AxolotlEntity;SENSORS:Lcom/google/common/collect/ImmutableList;
    • MEMORY_MODULES

      protected static final ImmutableList<? extends MemoryModuleType<?>> MEMORY_MODULES
      Mappings:
      Namespace Name Mixin selector
      official bZ Lbeb;bZ:Lcom/google/common/collect/ImmutableList;
      intermediary field_28334 Lnet/minecraft/class_5762;field_28334:Lcom/google/common/collect/ImmutableList;
      named MEMORY_MODULES Lnet/minecraft/entity/passive/AxolotlEntity;MEMORY_MODULES:Lcom/google/common/collect/ImmutableList;
    • VARIANT

      private static final TrackedData<Integer> VARIANT
      Mappings:
      Namespace Name Mixin selector
      official cd Lbeb;cd:Lvy;
      intermediary field_28335 Lnet/minecraft/class_5762;field_28335:Lnet/minecraft/class_2940;
      named VARIANT Lnet/minecraft/entity/passive/AxolotlEntity;VARIANT:Lnet/minecraft/entity/data/TrackedData;
    • PLAYING_DEAD

      private static final TrackedData<Boolean> PLAYING_DEAD
      Mappings:
      Namespace Name Mixin selector
      official ce Lbeb;ce:Lvy;
      intermediary field_28336 Lnet/minecraft/class_5762;field_28336:Lnet/minecraft/class_2940;
      named PLAYING_DEAD Lnet/minecraft/entity/passive/AxolotlEntity;PLAYING_DEAD:Lnet/minecraft/entity/data/TrackedData;
    • FROM_BUCKET

      private static final TrackedData<Boolean> FROM_BUCKET
      Mappings:
      Namespace Name Mixin selector
      official cf Lbeb;cf:Lvy;
      intermediary field_28337 Lnet/minecraft/class_5762;field_28337:Lnet/minecraft/class_2940;
      named FROM_BUCKET Lnet/minecraft/entity/passive/AxolotlEntity;FROM_BUCKET:Lnet/minecraft/entity/data/TrackedData;
    • field_30389

      public static final double field_30389
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official ca Lbeb;ca:D
      intermediary field_30389 Lnet/minecraft/class_5762;field_30389:D
      named field_30389 Lnet/minecraft/entity/passive/AxolotlEntity;field_30389:D
    • field_30390

      public static final int field_30390
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official cb Lbeb;cb:I
      intermediary field_30390 Lnet/minecraft/class_5762;field_30390:I
      named field_30390 Lnet/minecraft/entity/passive/AxolotlEntity;field_30390:I
    • field_30392

      private static final int field_30392
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official cg Lbeb;cg:I
      intermediary field_30392 Lnet/minecraft/class_5762;field_30392:I
      named field_30392 Lnet/minecraft/entity/passive/AxolotlEntity;field_30392:I
    • field_30391

      public static final String field_30391
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official cc Lbeb;cc:Ljava/lang/String;
      intermediary field_30391 Lnet/minecraft/class_5762;field_30391:Ljava/lang/String;
      named field_30391 Lnet/minecraft/entity/passive/AxolotlEntity;field_30391:Ljava/lang/String;
    • field_30393

      private static final int field_30393
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official ch Lbeb;ch:I
      intermediary field_30393 Lnet/minecraft/class_5762;field_30393:I
      named field_30393 Lnet/minecraft/entity/passive/AxolotlEntity;field_30393:I
  • Constructor Details

    • AxolotlEntity

      public AxolotlEntity​(EntityType<? extends AxolotlEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lasl;<init>(Lasp;Lbvr;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
  • Method Details

    • getPathfindingFavor

      public float getPathfindingFavor​(BlockPos pos, WorldView world)
      Overrides:
      getPathfindingFavor in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official a Latg;a(Lgb;Lbvu;)F
      intermediary method_6144 Lnet/minecraft/class_1314;method_6144(Lnet/minecraft/class_2338;Lnet/minecraft/class_4538;)F
      named getPathfindingFavor Lnet/minecraft/entity/mob/PathAwareEntity;getPathfindingFavor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/WorldView;)F
    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official e Lasl;e()V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt​(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lasl;b(Lmv;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt​(NbtCompound nbt)
      Overrides:
      readCustomDataFromNbt in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasl;a(Lmv;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • initialize

      public EntityData initialize​(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData, @Nullable @Nullable NbtCompound entityNbt)
      Overrides:
      initialize in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasz;a(Lbwf;Lare;Latb;Latp;Lmv;)Latp;
      intermediary method_5943 Lnet/minecraft/class_1308;method_5943(Lnet/minecraft/class_5425;Lnet/minecraft/class_1266;Lnet/minecraft/class_3730;Lnet/minecraft/class_1315;Lnet/minecraft/class_2487;)Lnet/minecraft/class_1315;
      named initialize Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/entity/EntityData;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/EntityData;
    • baseTick

      public void baseTick()
      Overrides:
      baseTick in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official ag Lasl;ag()V
      intermediary method_5670 Lnet/minecraft/class_1297;method_5670()V
      named baseTick Lnet/minecraft/entity/Entity;baseTick()V
    • tickAir

      protected void tickAir​(int air)
      Mappings:
      Namespace Name Mixin selector
      official u Lbeb;u(I)V
      intermediary method_33230 Lnet/minecraft/class_5762;method_33230(I)V
      named tickAir Lnet/minecraft/entity/passive/AxolotlEntity;tickAir(I)V
    • method_35176

      public boolean method_35176()
      Mappings:
      Namespace Name Mixin selector
      official fn Lbeb;fn()Z
      intermediary method_35176 Lnet/minecraft/class_5762;method_35176()Z
      named method_35176 Lnet/minecraft/entity/passive/AxolotlEntity;method_35176()Z
    • getMaxAir

      public int getMaxAir()
      Overrides:
      getMaxAir in class Entity
      Mappings:
      Namespace Name Mixin selector
      official bN Lasl;bN()I
      intermediary method_5748 Lnet/minecraft/class_1297;method_5748()I
      named getMaxAir Lnet/minecraft/entity/Entity;getMaxAir()I
    • getVariant

      public AxolotlEntity.Variant getVariant()
      Mappings:
      Namespace Name Mixin selector
      official fo Lbeb;fo()Lbeb$e;
      intermediary method_33225 Lnet/minecraft/class_5762;method_33225()Lnet/minecraft/class_5762$class_5767;
      named getVariant Lnet/minecraft/entity/passive/AxolotlEntity;getVariant()Lnet/minecraft/entity/passive/AxolotlEntity$Variant;
    • setVariant

      private void setVariant​(AxolotlEntity.Variant variant)
      Mappings:
      Namespace Name Mixin selector
      official a Lbeb;a(Lbeb$e;)V
      intermediary method_33219 Lnet/minecraft/class_5762;method_33219(Lnet/minecraft/class_5762$class_5767;)V
      named setVariant Lnet/minecraft/entity/passive/AxolotlEntity;setVariant(Lnet/minecraft/entity/passive/AxolotlEntity$Variant;)V
    • shouldBabyBeDifferent

      private static boolean shouldBabyBeDifferent​(Random random)
      Mappings:
      Namespace Name Mixin selector
      official b Lbeb;b(Ljava/util/Random;)Z
      intermediary method_33221 Lnet/minecraft/class_5762;method_33221(Ljava/util/Random;)Z
      named shouldBabyBeDifferent Lnet/minecraft/entity/passive/AxolotlEntity;shouldBabyBeDifferent(Ljava/util/Random;)Z
    • canSpawn

      public boolean canSpawn​(WorldView world)
      Overrides:
      canSpawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasz;a(Lbvu;)Z
      intermediary method_5957 Lnet/minecraft/class_1308;method_5957(Lnet/minecraft/class_4538;)Z
      named canSpawn Lnet/minecraft/entity/mob/MobEntity;canSpawn(Lnet/minecraft/world/WorldView;)Z
    • canBreatheInWater

      public boolean canBreatheInWater()
      Overrides:
      canBreatheInWater in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official dj Lasy;dj()Z
      intermediary method_6094 Lnet/minecraft/class_1309;method_6094()Z
      named canBreatheInWater Lnet/minecraft/entity/LivingEntity;canBreatheInWater()Z
    • isPushedByFluids

      public boolean isPushedByFluids()
      Overrides:
      isPushedByFluids in class Entity
      Mappings:
      Namespace Name Mixin selector
      official cf Lasl;cf()Z
      intermediary method_5675 Lnet/minecraft/class_1297;method_5675()Z
      named isPushedByFluids Lnet/minecraft/entity/Entity;isPushedByFluids()Z
    • getGroup

      public EntityGroup getGroup()
      Overrides:
      getGroup in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official ec Lasy;ec()Latc;
      intermediary method_6046 Lnet/minecraft/class_1309;method_6046()Lnet/minecraft/class_1310;
      named getGroup Lnet/minecraft/entity/LivingEntity;getGroup()Lnet/minecraft/entity/EntityGroup;
    • setPlayingDead

      public void setPlayingDead​(boolean playingDead)
      Mappings:
      Namespace Name Mixin selector
      official w Lbeb;w(Z)V
      intermediary method_33231 Lnet/minecraft/class_5762;method_33231(Z)V
      named setPlayingDead Lnet/minecraft/entity/passive/AxolotlEntity;setPlayingDead(Z)V
    • isPlayingDead

      public boolean isPlayingDead()
      Mappings:
      Namespace Name Mixin selector
      official fp Lbeb;fp()Z
      intermediary method_33226 Lnet/minecraft/class_5762;method_33226()Z
      named isPlayingDead Lnet/minecraft/entity/passive/AxolotlEntity;isPlayingDead()Z
    • isFromBucket

      public boolean isFromBucket()
      Specified by:
      isFromBucket in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official o Lbdb;o()Z
      intermediary method_6453 Lnet/minecraft/class_5761;method_6453()Z
      named isFromBucket Lnet/minecraft/entity/Bucketable;isFromBucket()Z
    • setFromBucket

      public void setFromBucket​(boolean fromBucket)
      Specified by:
      setFromBucket in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official v Lbdb;v(Z)V
      intermediary method_6454 Lnet/minecraft/class_5761;method_6454(Z)V
      named setFromBucket Lnet/minecraft/entity/Bucketable;setFromBucket(Z)V
    • getAttackDistanceScalingFactor

      public double getAttackDistanceScalingFactor​(@Nullable @Nullable Entity entity)
      Overrides:
      getAttackDistanceScalingFactor in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official A Lasy;A(Lasl;)D
      intermediary method_18390 Lnet/minecraft/class_1309;method_18390(Lnet/minecraft/class_1297;)D
      named getAttackDistanceScalingFactor Lnet/minecraft/entity/LivingEntity;getAttackDistanceScalingFactor(Lnet/minecraft/entity/Entity;)D
    • createChild

      @Nullable public @Nullable PassiveEntity createChild​(ServerWorld world, PassiveEntity entity)
      Specified by:
      createChild in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasj;a(Labj;Lasj;)Lasj;
      intermediary method_5613 Lnet/minecraft/class_1296;method_5613(Lnet/minecraft/class_3218;Lnet/minecraft/class_1296;)Lnet/minecraft/class_1296;
      named createChild Lnet/minecraft/entity/passive/PassiveEntity;createChild(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/PassiveEntity;)Lnet/minecraft/entity/passive/PassiveEntity;
    • method_33191

      public double method_33191​(LivingEntity livingEntity)
      Overrides:
      method_33191 in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official i Lasz;i(Lasy;)D
      intermediary method_33191 Lnet/minecraft/class_1308;method_33191(Lnet/minecraft/class_1309;)D
      named method_33191 Lnet/minecraft/entity/mob/MobEntity;method_33191(Lnet/minecraft/entity/LivingEntity;)D
    • isBreedingItem

      public boolean isBreedingItem​(ItemStack stack)
      Overrides:
      isBreedingItem in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official l Lbcz;l(Lbpr;)Z
      intermediary method_6481 Lnet/minecraft/class_1429;method_6481(Lnet/minecraft/class_1799;)Z
      named isBreedingItem Lnet/minecraft/entity/passive/AnimalEntity;isBreedingItem(Lnet/minecraft/item/ItemStack;)Z
    • canBeLeashedBy

      public boolean canBeLeashedBy​(PlayerEntity player)
      Overrides:
      canBeLeashedBy in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasz;a(Lbjf;)Z
      intermediary method_5931 Lnet/minecraft/class_1308;method_5931(Lnet/minecraft/class_1657;)Z
      named canBeLeashedBy Lnet/minecraft/entity/mob/MobEntity;canBeLeashedBy(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • mobTick

      protected void mobTick()
      Overrides:
      mobTick in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official eP Lasz;eP()V
      intermediary method_5958 Lnet/minecraft/class_1308;method_5958()V
      named mobTick Lnet/minecraft/entity/mob/MobEntity;mobTick()V
    • createAxolotlAttributes

      public static DefaultAttributeContainer.Builder createAxolotlAttributes()
      Mappings:
      Namespace Name Mixin selector
      official fv Lbeb;fv()Latx$a;
      intermediary method_33227 Lnet/minecraft/class_5762;method_33227()Lnet/minecraft/class_5132$class_5133;
      named createAxolotlAttributes Lnet/minecraft/entity/passive/AxolotlEntity;createAxolotlAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
    • createNavigation

      protected EntityNavigation createNavigation​(World world)
      Overrides:
      createNavigation in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasz;a(Lbvr;)Lbbb;
      intermediary method_5965 Lnet/minecraft/class_1308;method_5965(Lnet/minecraft/class_1937;)Lnet/minecraft/class_1408;
      named createNavigation Lnet/minecraft/entity/mob/MobEntity;createNavigation(Lnet/minecraft/world/World;)Lnet/minecraft/entity/ai/pathing/EntityNavigation;
    • tryAttack

      public boolean tryAttack​(Entity target)
      Overrides:
      tryAttack in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official B Lasy;B(Lasl;)Z
      intermediary method_6121 Lnet/minecraft/class_1309;method_6121(Lnet/minecraft/class_1297;)Z
      named tryAttack Lnet/minecraft/entity/LivingEntity;tryAttack(Lnet/minecraft/entity/Entity;)Z
    • damage

      public boolean damage​(DamageSource source, float amount)
      Overrides:
      damage in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasl;a(Larv;F)Z
      intermediary method_5643 Lnet/minecraft/class_1297;method_5643(Lnet/minecraft/class_1282;F)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/damage/DamageSource;F)Z
    • getActiveEyeHeight

      protected float getActiveEyeHeight​(EntityPose pose, EntityDimensions dimensions)
      Overrides:
      getActiveEyeHeight in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lasy;b(Latj;Lasm;)F
      intermediary method_18394 Lnet/minecraft/class_1309;method_18394(Lnet/minecraft/class_4050;Lnet/minecraft/class_4048;)F
      named getActiveEyeHeight Lnet/minecraft/entity/LivingEntity;getActiveEyeHeight(Lnet/minecraft/entity/EntityPose;Lnet/minecraft/entity/EntityDimensions;)F
    • getLookPitchSpeed

      public int getLookPitchSpeed()
      Overrides:
      getLookPitchSpeed in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official eQ Lasz;eQ()I
      intermediary method_5978 Lnet/minecraft/class_1308;method_5978()I
      named getLookPitchSpeed Lnet/minecraft/entity/mob/MobEntity;getLookPitchSpeed()I
    • getBodyYawSpeed

      public int getBodyYawSpeed()
      Overrides:
      getBodyYawSpeed in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official eR Lasz;eR()I
      intermediary method_5986 Lnet/minecraft/class_1308;method_5986()I
      named getBodyYawSpeed Lnet/minecraft/entity/mob/MobEntity;getBodyYawSpeed()I
    • interactMob

      public ActionResult interactMob​(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lasz;b(Lbjf;Larf;)Larg;
      intermediary method_5992 Lnet/minecraft/class_1308;method_5992(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      named interactMob Lnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
    • copyDataToStack

      public void copyDataToStack​(ItemStack stack)
      Specified by:
      copyDataToStack in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official k Lbdb;k(Lbpr;)V
      intermediary method_6455 Lnet/minecraft/class_5761;method_6455(Lnet/minecraft/class_1799;)V
      named copyDataToStack Lnet/minecraft/entity/Bucketable;copyDataToStack(Lnet/minecraft/item/ItemStack;)V
    • copyDataFromNbt

      public void copyDataFromNbt​(NbtCompound nbt)
      Specified by:
      copyDataFromNbt in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official c Lbdb;c(Lmv;)V
      intermediary method_35170 Lnet/minecraft/class_5761;method_35170(Lnet/minecraft/class_2487;)V
      named copyDataFromNbt Lnet/minecraft/entity/Bucketable;copyDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getBucketItem

      public ItemStack getBucketItem()
      Specified by:
      getBucketItem in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official G_ Lbdb;G_()Lbpr;
      intermediary method_6452 Lnet/minecraft/class_5761;method_6452()Lnet/minecraft/class_1799;
      named getBucketItem Lnet/minecraft/entity/Bucketable;getBucketItem()Lnet/minecraft/item/ItemStack;
    • getBucketedSound

      public SoundEvent getBucketedSound()
      Specified by:
      getBucketedSound in interface Bucketable
      Mappings:
      Namespace Name Mixin selector
      official s Lbdb;s()Laev;
      intermediary method_35171 Lnet/minecraft/class_5761;method_35171()Lnet/minecraft/class_3414;
      named getBucketedSound Lnet/minecraft/entity/Bucketable;getBucketedSound()Lnet/minecraft/sound/SoundEvent;
    • canTakeDamage

      public boolean canTakeDamage()
      Overrides:
      canTakeDamage in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official dF Lasy;dF()Z
      intermediary method_33190 Lnet/minecraft/class_1309;method_33190()Z
      named canTakeDamage Lnet/minecraft/entity/LivingEntity;canTakeDamage()Z
    • method_35175

      public static void method_35175​(AxolotlEntity axolotlEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lbeb;a(Lbeb;)V
      intermediary method_35175 Lnet/minecraft/class_5762;method_35175(Lnet/minecraft/class_5762;)V
      named method_35175 Lnet/minecraft/entity/passive/AxolotlEntity;method_35175(Lnet/minecraft/entity/passive/AxolotlEntity;)V
    • buffPlayer

      public static void buffPlayer​(PlayerEntity playerEntity)
      Mappings:
      Namespace Name Mixin selector
      official f Lbeb;f(Lbjf;)V
      intermediary method_33223 Lnet/minecraft/class_5762;method_33223(Lnet/minecraft/class_1657;)V
      named buffPlayer Lnet/minecraft/entity/passive/AxolotlEntity;buffPlayer(Lnet/minecraft/entity/player/PlayerEntity;)V
    • cannotDespawn

      public boolean cannotDespawn()
      Overrides:
      cannotDespawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official N Lasz;N()Z
      intermediary method_17326 Lnet/minecraft/class_1308;method_17326()Z
      named cannotDespawn Lnet/minecraft/entity/mob/MobEntity;cannotDespawn()Z
    • getHurtSound

      protected SoundEvent getHurtSound​(DamageSource source)
      Overrides:
      getHurtSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official c Lasy;c(Larv;)Laev;
      intermediary method_6011 Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;
    • getDeathSound

      @Nullable protected @Nullable SoundEvent getDeathSound()
      Overrides:
      getDeathSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official q Lasy;q()Laev;
      intermediary method_6002 Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
    • getAmbientSound

      @Nullable protected @Nullable SoundEvent getAmbientSound()
      Overrides:
      getAmbientSound in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official p Lasz;p()Laev;
      intermediary method_5994 Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;
      named getAmbientSound Lnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;
    • getSplashSound

      protected SoundEvent getSplashSound()
      Overrides:
      getSplashSound in class Entity
      Mappings:
      Namespace Name Mixin selector
      official ax Lasl;ax()Laev;
      intermediary method_5625 Lnet/minecraft/class_1297;method_5625()Lnet/minecraft/class_3414;
      named getSplashSound Lnet/minecraft/entity/Entity;getSplashSound()Lnet/minecraft/sound/SoundEvent;
    • getSwimSound

      protected SoundEvent getSwimSound()
      Overrides:
      getSwimSound in class Entity
      Mappings:
      Namespace Name Mixin selector
      official aw Lasl;aw()Laev;
      intermediary method_5737 Lnet/minecraft/class_1297;method_5737()Lnet/minecraft/class_3414;
      named getSwimSound Lnet/minecraft/entity/Entity;getSwimSound()Lnet/minecraft/sound/SoundEvent;
    • createBrainProfile

      protected Brain.Profile<AxolotlEntity> createBrainProfile()
      Overrides:
      createBrainProfile in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official dh Lasy;dh()Lats$b;
      intermediary method_28306 Lnet/minecraft/class_1309;method_28306()Lnet/minecraft/class_4095$class_5303;
      named createBrainProfile Lnet/minecraft/entity/LivingEntity;createBrainProfile()Lnet/minecraft/entity/ai/brain/Brain$Profile;
    • deserializeBrain

      protected Brain<?> deserializeBrain​(com.mojang.serialization.Dynamic<?> dynamic)
      Overrides:
      deserializeBrain in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasy;a(Lcom/mojang/serialization/Dynamic;)Lats;
      intermediary method_18867 Lnet/minecraft/class_1309;method_18867(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/class_4095;
      named deserializeBrain Lnet/minecraft/entity/LivingEntity;deserializeBrain(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/entity/ai/brain/Brain;
    • getBrain

      public Brain<AxolotlEntity> getBrain()
      Overrides:
      getBrain in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official dg Lasy;dg()Lats;
      intermediary method_18868 Lnet/minecraft/class_1309;method_18868()Lnet/minecraft/class_4095;
      named getBrain Lnet/minecraft/entity/LivingEntity;getBrain()Lnet/minecraft/entity/ai/brain/Brain;
    • sendAiDebugData

      protected void sendAiDebugData()
      Overrides:
      sendAiDebugData in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official Q Lasz;Q()V
      intermediary method_18409 Lnet/minecraft/class_1308;method_18409()V
      named sendAiDebugData Lnet/minecraft/entity/mob/MobEntity;sendAiDebugData()V
    • travel

      public void travel​(Vec3d movementInput)
      Overrides:
      travel in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official h Lasy;h(Ldly;)V
      intermediary method_6091 Lnet/minecraft/class_1309;method_6091(Lnet/minecraft/class_243;)V
      named travel Lnet/minecraft/entity/LivingEntity;travel(Lnet/minecraft/util/math/Vec3d;)V
    • eat

      protected void eat​(PlayerEntity player, Hand hand, ItemStack stack)
      Overrides:
      eat in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lbcz;a(Lbjf;Larf;Lbpr;)V
      intermediary method_6475 Lnet/minecraft/class_1429;method_6475(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_1799;)V
      named eat Lnet/minecraft/entity/passive/AnimalEntity;eat(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;)V
    • canImmediatelyDespawn

      public boolean canImmediatelyDespawn​(double distanceSquared)
      Overrides:
      canImmediatelyDespawn in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official h Lasz;h(D)Z
      intermediary method_5974 Lnet/minecraft/class_1308;method_5974(D)Z
      named canImmediatelyDespawn Lnet/minecraft/entity/mob/MobEntity;canImmediatelyDespawn(D)Z