Class AbstractDonkeyEntity

All Implemented Interfaces:
EntityLike, JumpingMount, Saddleable, InventoryChangedListener, CommandOutput, Nameable
Direct Known Subclasses:
DonkeyEntity, LlamaEntity, MuleEntity

public abstract class AbstractDonkeyEntity
extends HorseBaseEntity
Mappings:
Namespace Name
official bcq
intermediary net/minecraft/class_1492
named net/minecraft/entity/passive/AbstractDonkeyEntity
  • Field Details

    • CHEST

      private static final TrackedData<Boolean> CHEST
      Mappings:
      Namespace Name Mixin selector
      official bu Lbcq;bu:Lvk;
      intermediary field_6943 Lnet/minecraft/class_1492;field_6943:Lnet/minecraft/class_2940;
      named CHEST Lnet/minecraft/entity/passive/AbstractDonkeyEntity;CHEST:Lnet/minecraft/entity/data/TrackedData;
  • Constructor Details

    • AbstractDonkeyEntity

      protected AbstractDonkeyEntity​(EntityType<? extends AbstractDonkeyEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laqv;<init>(Laqz;Lbtv;)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

    • initAttributes

      protected void initAttributes()
      Overrides:
      initAttributes in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official o Lbcr;o()V
      intermediary method_6001 Lnet/minecraft/class_1496;method_6001()V
      named initAttributes Lnet/minecraft/entity/passive/HorseBaseEntity;initAttributes()V
    • initDataTracker

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

      public static DefaultAttributeContainer.Builder createAbstractDonkeyAttributes()
      Mappings:
      Namespace Name Mixin selector
      official r Lbcq;r()Lash$a;
      intermediary method_26898 Lnet/minecraft/class_1492;method_26898()Lnet/minecraft/class_5132$class_5133;
      named createAbstractDonkeyAttributes Lnet/minecraft/entity/passive/AbstractDonkeyEntity;createAbstractDonkeyAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
    • hasChest

      public boolean hasChest()
      Mappings:
      Namespace Name Mixin selector
      official fl Lbcq;fl()Z
      intermediary method_6703 Lnet/minecraft/class_1492;method_6703()Z
      named hasChest Lnet/minecraft/entity/passive/AbstractDonkeyEntity;hasChest()Z
    • setHasChest

      public void setHasChest​(boolean hasChest)
      Mappings:
      Namespace Name Mixin selector
      official u Lbcq;u(Z)V
      intermediary method_6704 Lnet/minecraft/class_1492;method_6704(Z)V
      named setHasChest Lnet/minecraft/entity/passive/AbstractDonkeyEntity;setHasChest(Z)V
    • getInventorySize

      protected int getInventorySize()
      Overrides:
      getInventorySize in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official fm Lbcr;fm()I
      intermediary method_6750 Lnet/minecraft/class_1496;method_6750()I
      named getInventorySize Lnet/minecraft/entity/passive/HorseBaseEntity;getInventorySize()I
    • getMountedHeightOffset

      public double getMountedHeightOffset()
      Overrides:
      getMountedHeightOffset in class Entity
      Mappings:
      Namespace Name Mixin selector
      official bh Laqv;bh()D
      intermediary method_5621 Lnet/minecraft/class_1297;method_5621()D
      named getMountedHeightOffset Lnet/minecraft/entity/Entity;getMountedHeightOffset()D
    • dropInventory

      protected void dropInventory()
      Overrides:
      dropInventory in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official dM Lari;dM()V
      intermediary method_16078 Lnet/minecraft/class_1309;method_16078()V
      named dropInventory Lnet/minecraft/entity/LivingEntity;dropInventory()V
    • writeCustomDataToTag

      public void writeCustomDataToTag​(CompoundTag tag)
      Overrides:
      writeCustomDataToTag in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official b Laqv;b(Lmq;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      named writeCustomDataToTag Lnet/minecraft/entity/Entity;writeCustomDataToTag(Lnet/minecraft/nbt/CompoundTag;)V
    • readCustomDataFromTag

      public void readCustomDataFromTag​(CompoundTag tag)
      Overrides:
      readCustomDataFromTag in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Laqv;a(Lmq;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      named readCustomDataFromTag Lnet/minecraft/entity/Entity;readCustomDataFromTag(Lnet/minecraft/nbt/CompoundTag;)V
    • method_32318

      public class_5630 method_32318​(int int2)
      Overrides:
      method_32318 in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official k Laqv;k(I)Lary;
      intermediary method_32318 Lnet/minecraft/class_1297;method_32318(I)Lnet/minecraft/class_5630;
      named method_32318 Lnet/minecraft/entity/Entity;method_32318(I)Lnet/minecraft/class_5630;
    • interactMob

      public ActionResult interactMob​(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b Larj;b(Lbhl;Lapp;)Lapq;
      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;
    • playAddChestSound

      protected void playAddChestSound()
      Mappings:
      Namespace Name Mixin selector
      official fn Lbcq;fn()V
      intermediary method_6705 Lnet/minecraft/class_1492;method_6705()V
      named playAddChestSound Lnet/minecraft/entity/passive/AbstractDonkeyEntity;playAddChestSound()V
    • getInventoryColumns

      public int getInventoryColumns()
      Mappings:
      Namespace Name Mixin selector
      official ft Lbcq;ft()I
      intermediary method_6702 Lnet/minecraft/class_1492;method_6702()I
      named getInventoryColumns Lnet/minecraft/entity/passive/AbstractDonkeyEntity;getInventoryColumns()I