Class HorseEntity

All Implemented Interfaces:
JumpingMount, Mount, Saddleable, InventoryChangedListener, CommandOutput, Nameable, EntityLike

public class HorseEntity extends HorseBaseEntity
Mappings:
Namespace Name
official bfk
intermediary net/minecraft/class_1498
named net/minecraft/entity/passive/HorseEntity
  • Field Details

    • HORSE_ARMOR_BONUS_ID

      private static final UUID HORSE_ARMOR_BONUS_ID
      Mappings:
      Namespace Name Mixin selector
      official bS Lbfk;bS:Ljava/util/UUID;
      intermediary field_6985 Lnet/minecraft/class_1498;field_6985:Ljava/util/UUID;
      named HORSE_ARMOR_BONUS_ID Lnet/minecraft/entity/passive/HorseEntity;HORSE_ARMOR_BONUS_ID:Ljava/util/UUID;
    • VARIANT

      private static final TrackedData<Integer> VARIANT
      Mappings:
      Namespace Name Mixin selector
      official ci Lbfk;ci:Lwf;
      intermediary field_6990 Lnet/minecraft/class_1498;field_6990:Lnet/minecraft/class_2940;
      named VARIANT Lnet/minecraft/entity/passive/HorseEntity;VARIANT:Lnet/minecraft/entity/data/TrackedData;
  • Constructor Details

    • HorseEntity

      public HorseEntity(EntityType<? extends HorseEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Latf;<init>(Latj;Lbwp;)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 p Lbfi;p()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 a_ Latf;a_()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 HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official b Latf;b(Lna;)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
    • getArmorType

      public ItemStack getArmorType()
      Mappings:
      Namespace Name Mixin selector
      official t Lbfk;t()Lbqp;
      intermediary method_6786 Lnet/minecraft/class_1498;method_6786()Lnet/minecraft/class_1799;
      named getArmorType Lnet/minecraft/entity/passive/HorseEntity;getArmorType()Lnet/minecraft/item/ItemStack;
    • equipArmor

      private void equipArmor(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official o Lbfk;o(Lbqp;)V
      intermediary method_18445 Lnet/minecraft/class_1498;method_18445(Lnet/minecraft/class_1799;)V
      named equipArmor Lnet/minecraft/entity/passive/HorseEntity;equipArmor(Lnet/minecraft/item/ItemStack;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Overrides:
      readCustomDataFromNbt in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a(Lna;)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
    • setVariant

      private void setVariant(int variant)
      Mappings:
      Namespace Name Mixin selector
      official x Lbfk;x(I)V
      intermediary method_6783 Lnet/minecraft/class_1498;method_6783(I)V
      named setVariant Lnet/minecraft/entity/passive/HorseEntity;setVariant(I)V
    • getVariant

      private int getVariant()
      Mappings:
      Namespace Name Mixin selector
      official fD Lbfk;fD()I
      intermediary method_6788 Lnet/minecraft/class_1498;method_6788()I
      named getVariant Lnet/minecraft/entity/passive/HorseEntity;getVariant()I
    • setVariant

      private void setVariant(HorseColor color, HorseMarking marking)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfk;a(Lbfr;Lbfm;)V
      intermediary method_27076 Lnet/minecraft/class_1498;method_27076(Lnet/minecraft/class_5149;Lnet/minecraft/class_5148;)V
      named setVariant Lnet/minecraft/entity/passive/HorseEntity;setVariant(Lnet/minecraft/entity/passive/HorseColor;Lnet/minecraft/entity/passive/HorseMarking;)V
    • getColor

      public HorseColor getColor()
      Mappings:
      Namespace Name Mixin selector
      official fv Lbfk;fv()Lbfr;
      intermediary method_27077 Lnet/minecraft/class_1498;method_27077()Lnet/minecraft/class_5149;
      named getColor Lnet/minecraft/entity/passive/HorseEntity;getColor()Lnet/minecraft/entity/passive/HorseColor;
    • getMarking

      public HorseMarking getMarking()
      Mappings:
      Namespace Name Mixin selector
      official fx Lbfk;fx()Lbfm;
      intermediary method_27078 Lnet/minecraft/class_1498;method_27078()Lnet/minecraft/class_5148;
      named getMarking Lnet/minecraft/entity/passive/HorseEntity;getMarking()Lnet/minecraft/entity/passive/HorseMarking;
    • updateSaddle

      protected void updateSaddle()
      Overrides:
      updateSaddle in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official fN Lbfi;fN()V
      intermediary method_6731 Lnet/minecraft/class_1496;method_6731()V
      named updateSaddle Lnet/minecraft/entity/passive/HorseBaseEntity;updateSaddle()V
    • setArmorTypeFromStack

      private void setArmorTypeFromStack(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official p Lbfk;p(Lbqp;)V
      intermediary method_6790 Lnet/minecraft/class_1498;method_6790(Lnet/minecraft/class_1799;)V
      named setArmorTypeFromStack Lnet/minecraft/entity/passive/HorseEntity;setArmorTypeFromStack(Lnet/minecraft/item/ItemStack;)V
    • onInventoryChanged

      public void onInventoryChanged(Inventory sender)
      Specified by:
      onInventoryChanged in interface InventoryChangedListener
      Overrides:
      onInventoryChanged in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Larv;a(Lart;)V
      intermediary method_5453 Lnet/minecraft/class_1265;method_5453(Lnet/minecraft/class_1263;)V
      named onInventoryChanged Lnet/minecraft/inventory/InventoryChangedListener;onInventoryChanged(Lnet/minecraft/inventory/Inventory;)V
    • playWalkSound

      protected void playWalkSound(BlockSoundGroup group)
      Overrides:
      playWalkSound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lbfi;a(Lcge;)V
      intermediary method_6761 Lnet/minecraft/class_1496;method_6761(Lnet/minecraft/class_2498;)V
      named playWalkSound Lnet/minecraft/entity/passive/HorseBaseEntity;playWalkSound(Lnet/minecraft/sound/BlockSoundGroup;)V
    • getAmbientSound

      protected SoundEvent getAmbientSound()
      Overrides:
      getAmbientSound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official q Latv;q()Lafd;
      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;
    • getDeathSound

      protected SoundEvent getDeathSound()
      Overrides:
      getDeathSound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official v_ Latt;v_()Lafd;
      intermediary method_6002 Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
    • getEatSound

      @Nullable protected @Nullable SoundEvent getEatSound()
      Overrides:
      getEatSound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official fP Lbfi;fP()Lafd;
      intermediary method_28368 Lnet/minecraft/class_1496;method_28368()Lnet/minecraft/class_3414;
      named getEatSound Lnet/minecraft/entity/passive/HorseBaseEntity;getEatSound()Lnet/minecraft/sound/SoundEvent;
    • getHurtSound

      protected SoundEvent getHurtSound(DamageSource source)
      Overrides:
      getHurtSound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official c Latt;c(Lasp;)Lafd;
      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;
    • getAngrySound

      protected SoundEvent getAngrySound()
      Overrides:
      getAngrySound in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official fQ Lbfi;fQ()Lafd;
      intermediary method_6747 Lnet/minecraft/class_1496;method_6747()Lnet/minecraft/class_3414;
      named getAngrySound Lnet/minecraft/entity/passive/HorseBaseEntity;getAngrySound()Lnet/minecraft/sound/SoundEvent;
    • interactMob

      public ActionResult interactMob(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b Latv;b(Lbkd;Larz;)Lasa;
      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;
    • canBreedWith

      public boolean canBreedWith(AnimalEntity other)
      Overrides:
      canBreedWith in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lbdx;a(Lbdx;)Z
      intermediary method_6474 Lnet/minecraft/class_1429;method_6474(Lnet/minecraft/class_1429;)Z
      named canBreedWith Lnet/minecraft/entity/passive/AnimalEntity;canBreedWith(Lnet/minecraft/entity/passive/AnimalEntity;)Z
    • createChild

      public PassiveEntity createChild(ServerWorld world, PassiveEntity entity)
      Overrides:
      createChild in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Latd;a(Labr;Latd;)Latd;
      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;
    • hasArmorSlot

      public boolean hasArmorSlot()
      Whether this horse has a slot for custom equipment besides a saddle.

      In the item slot argument type, the slot is referred to as horse.armor. In this horse's screen, it appears in the middle of the left side, and right below the saddle slot if this horse has a saddle slot.

      This is used by horse armors and llama carpets, but can be refitted to any purpose.

      Overrides:
      hasArmorSlot in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official gb Lbfi;gb()Z
      intermediary method_6735 Lnet/minecraft/class_1496;method_6735()Z
      named hasArmorSlot Lnet/minecraft/entity/passive/HorseBaseEntity;hasArmorSlot()Z
    • isHorseArmor

      public boolean isHorseArmor(ItemStack item)
      Whether the given item stack is valid for this horse's armor slot.
      Overrides:
      isHorseArmor in class HorseBaseEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Lbfi;m(Lbqp;)Z
      intermediary method_6773 Lnet/minecraft/class_1496;method_6773(Lnet/minecraft/class_1799;)Z
      named isHorseArmor Lnet/minecraft/entity/passive/HorseBaseEntity;isHorseArmor(Lnet/minecraft/item/ItemStack;)Z
    • initialize

      @Nullable public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData, @Nullable @Nullable NbtCompound entityNbt)
      Overrides:
      initialize in class HorseBaseEntity
      Mappings:
      Namespace Name Mixin selector
      official a Latv;a(Lbxd;Lary;Latx;Laul;Lna;)Laul;
      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;