Class ZombiePigmanEntity

All Implemented Interfaces:
CommandSource, EntityCategoryProvider, Monster

public class ZombiePigmanEntity extends ZombieEntity
Mappings:
Namespace Name
official aab
intermediary net/minecraft/class_976
named net/minecraft/entity/mob/ZombiePigmanEntity
  • Field Details

    • ATTACKING_SPEED_BOOST_UUID

      private static final UUID ATTACKING_SPEED_BOOST_UUID
      Mappings:
      Namespace Name Mixin selector
      official b Laab;b:Ljava/util/UUID;
      intermediary field_6914 Lnet/minecraft/class_976;field_6914:Ljava/util/UUID;
      named ATTACKING_SPEED_BOOST_UUID Lnet/minecraft/entity/mob/ZombiePigmanEntity;ATTACKING_SPEED_BOOST_UUID:Ljava/util/UUID;
    • field_6915

      private static final AttributeModifier field_6915
      Mappings:
      Namespace Name Mixin selector
      official c Laab;c:Ltl;
      intermediary field_6915 Lnet/minecraft/class_976;field_6915:Lnet/minecraft/class_1704;
      named field_6915 Lnet/minecraft/entity/mob/ZombiePigmanEntity;field_6915:Lnet/minecraft/entity/attribute/AttributeModifier;
    • anger

      private int anger
      Mappings:
      Namespace Name Mixin selector
      official bw Laab;bw:I
      intermediary field_3931 Lnet/minecraft/class_976;field_3931:I
      named anger Lnet/minecraft/entity/mob/ZombiePigmanEntity;anger:I
    • angrySoundDelay

      private int angrySoundDelay
      Mappings:
      Namespace Name Mixin selector
      official bx Laab;bx:I
      intermediary field_3932 Lnet/minecraft/class_976;field_3932:I
      named angrySoundDelay Lnet/minecraft/entity/mob/ZombiePigmanEntity;angrySoundDelay:I
    • angerTarget

      private UUID angerTarget
      Mappings:
      Namespace Name Mixin selector
      official by Laab;by:Ljava/util/UUID;
      intermediary field_12086 Lnet/minecraft/class_976;field_12086:Ljava/util/UUID;
      named angerTarget Lnet/minecraft/entity/mob/ZombiePigmanEntity;angerTarget:Ljava/util/UUID;
  • Constructor Details

    • ZombiePigmanEntity

      public ZombiePigmanEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsn;<init>(Lajs;)V
      intermediary <init> Lnet/minecraft/class_864;<init>(Lnet/minecraft/class_1150;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • setAttacker

      public void setAttacker(@Nullable LivingEntity entity)
      Overrides:
      setAttacker in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lsw;a(Lsw;)V
      intermediary method_6132 Lnet/minecraft/class_1699;method_6132(Lnet/minecraft/class_1699;)V
      named setAttacker Lnet/minecraft/entity/LivingEntity;setAttacker(Lnet/minecraft/entity/LivingEntity;)V
    • initCustomGoals

      protected void initCustomGoals()
      Overrides:
      initCustomGoals in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official dk Laao;dk()V
      intermediary method_11217 Lnet/minecraft/class_982;method_11217()V
      named initCustomGoals Lnet/minecraft/entity/mob/ZombieEntity;initCustomGoals()V
    • initializeAttributes

      protected void initializeAttributes()
      Overrides:
      initializeAttributes in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official bE Lsw;bE()V
      intermediary method_6129 Lnet/minecraft/class_1699;method_6129()V
      named initializeAttributes Lnet/minecraft/entity/LivingEntity;initializeAttributes()V
    • mobTick

      protected void mobTick()
      Overrides:
      mobTick in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official M Lsx;M()V
      intermediary method_2633 Lnet/minecraft/class_871;method_2633()V
      named mobTick Lnet/minecraft/entity/mob/MobEntity;mobTick()V
    • canSpawn

      public boolean canSpawn()
      Overrides:
      canSpawn in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official cM Lsx;cM()Z
      intermediary method_2637 Lnet/minecraft/class_871;method_2637()Z
      named canSpawn Lnet/minecraft/entity/mob/MobEntity;canSpawn()Z
    • method_2469

      public boolean method_2469()
      Overrides:
      method_2469 in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official cN Lsx;cN()Z
      intermediary method_2469 Lnet/minecraft/class_871;method_2469()Z
      named method_2469 Lnet/minecraft/entity/mob/MobEntity;method_2469()Z
    • method_13533

      public static void method_13533(class_2934 class_2934)
      Mappings:
      Namespace Name Mixin selector
      official a Laab;a(Lph;)V
      intermediary method_13533 Lnet/minecraft/class_976;method_13533(Lnet/minecraft/class_2934;)V
      named method_13533 Lnet/minecraft/entity/mob/ZombiePigmanEntity;method_13533(Lnet/minecraft/class_2934;)V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lsn;b(Ldu;)V
      intermediary method_2528 Lnet/minecraft/class_864;method_2528(Lnet/minecraft/class_322;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Overrides:
      readCustomDataFromNbt in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lsn;a(Ldu;)V
      intermediary method_2498 Lnet/minecraft/class_864;method_2498(Lnet/minecraft/class_322;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • damage

      public boolean damage(DamageSource source, float amount)
      Overrides:
      damage in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lsn;a(Lry;F)Z
      intermediary method_2499 Lnet/minecraft/class_864;method_2499(Lnet/minecraft/class_856;F)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/damage/DamageSource;F)Z
    • method_3088

      private void method_3088(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Laab;a(Lsn;)V
      intermediary method_3088 Lnet/minecraft/class_976;method_3088(Lnet/minecraft/class_864;)V
      named method_3088 Lnet/minecraft/entity/mob/ZombiePigmanEntity;method_3088(Lnet/minecraft/entity/Entity;)V
    • isAngry

      public boolean isAngry()
      Mappings:
      Namespace Name Mixin selector
      official dl Laab;dl()Z
      intermediary method_11211 Lnet/minecraft/class_976;method_11211()Z
      named isAngry Lnet/minecraft/entity/mob/ZombiePigmanEntity;isAngry()Z
    • ambientSound

      protected SoundEvent ambientSound()
      Overrides:
      ambientSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official G Lsx;G()Lnm;
      intermediary method_2603 Lnet/minecraft/class_871;method_2603()Lnet/minecraft/class_2926;
      named ambientSound Lnet/minecraft/entity/mob/MobEntity;ambientSound()Lnet/minecraft/client/sound/SoundEvent;
    • method_13048

      protected SoundEvent method_13048()
      Overrides:
      method_13048 in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official bW Lsw;bW()Lnm;
      intermediary method_13048 Lnet/minecraft/class_1699;method_13048()Lnet/minecraft/class_2926;
      named method_13048 Lnet/minecraft/entity/LivingEntity;method_13048()Lnet/minecraft/client/sound/SoundEvent;
    • deathSound

      protected SoundEvent deathSound()
      Overrides:
      deathSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official bX Lsw;bX()Lnm;
      intermediary method_13049 Lnet/minecraft/class_1699;method_13049()Lnet/minecraft/class_2926;
      named deathSound Lnet/minecraft/entity/LivingEntity;deathSound()Lnet/minecraft/client/sound/SoundEvent;
    • getLootTableId

      @Nullable protected Identifier getLootTableId()
      Overrides:
      getLootTableId in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official J Lsx;J()Lkq;
      intermediary method_13074 Lnet/minecraft/class_871;method_13074()Lnet/minecraft/class_1653;
      named getLootTableId Lnet/minecraft/entity/mob/MobEntity;getLootTableId()Lnet/minecraft/util/Identifier;
    • interactMob

      public boolean interactMob(PlayerEntity playerEntity, Hand hand)
      Overrides:
      interactMob in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lsx;a(Laay;Lri;)Z
      intermediary method_13079 Lnet/minecraft/class_871;method_13079(Lnet/minecraft/class_988;Lnet/minecraft/class_2961;)Z
      named interactMob Lnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Z
    • initEquipment

      protected void initEquipment(LocalDifficulty difficulty)
      Overrides:
      initEquipment in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lsx;a(Lrh;)V
      intermediary method_10983 Lnet/minecraft/class_871;method_10983(Lnet/minecraft/class_2607;)V
      named initEquipment Lnet/minecraft/entity/mob/MobEntity;initEquipment(Lnet/minecraft/world/LocalDifficulty;)V
    • getSkull

      protected ItemStack getSkull()
      Overrides:
      getSkull in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official dj Laao;dj()Lafj;
      intermediary method_13604 Lnet/minecraft/class_982;method_13604()Lnet/minecraft/class_1071;
      named getSkull Lnet/minecraft/entity/mob/ZombieEntity;getSkull()Lnet/minecraft/item/ItemStack;