Class ZombieVillagerEntity

All Implemented Interfaces:
CommandSource, EntityCategoryProvider, Monster

public class ZombieVillagerEntity extends ZombieEntity
Mappings:
Namespace Name
official adu
intermediary net/minecraft/class_3050
named net/minecraft/entity/mob/ZombieVillagerEntity
  • Field Details

    • field_15075

      private static final TrackedData<Boolean> field_15075
      Mappings:
      Namespace Name Mixin selector
      official b Ladu;b:Lmy;
      intermediary field_15075 Lnet/minecraft/class_3050;field_15075:Lnet/minecraft/class_2921;
      named field_15075 Lnet/minecraft/entity/mob/ZombieVillagerEntity;field_15075:Lnet/minecraft/entity/data/TrackedData;
    • field_15077

      private static final TrackedData<Integer> field_15077
      Mappings:
      Namespace Name Mixin selector
      official c Ladu;c:Lmy;
      intermediary field_15077 Lnet/minecraft/class_3050;field_15077:Lnet/minecraft/class_2921;
      named field_15077 Lnet/minecraft/entity/mob/ZombieVillagerEntity;field_15077:Lnet/minecraft/entity/data/TrackedData;
    • conversionTimer

      private int conversionTimer
      Mappings:
      Namespace Name Mixin selector
      official bx Ladu;bx:I
      intermediary field_15076 Lnet/minecraft/class_3050;field_15076:I
      named conversionTimer Lnet/minecraft/entity/mob/ZombieVillagerEntity;conversionTimer:I
    • converter

      private UUID converter
      Mappings:
      Namespace Name Mixin selector
      official by Ladu;by:Ljava/util/UUID;
      intermediary field_15618 Lnet/minecraft/class_3050;field_15618:Ljava/util/UUID;
      named converter Lnet/minecraft/entity/mob/ZombieVillagerEntity;converter:Ljava/util/UUID;
  • Constructor Details

    • ZombieVillagerEntity

      public ZombieVillagerEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lvg;<init>(Lamu;)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

    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official i Lvg;i()V
      intermediary method_2484 Lnet/minecraft/class_864;method_2484()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • method_13606

      public void method_13606(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Ladu;a(I)V
      intermediary method_13606 Lnet/minecraft/class_3050;method_13606(I)V
      named method_13606 Lnet/minecraft/entity/mob/ZombieVillagerEntity;method_13606(I)V
    • getVillagerData

      public int getVillagerData()
      Mappings:
      Namespace Name Mixin selector
      official dp Ladu;dp()I
      intermediary method_13609 Lnet/minecraft/class_3050;method_13609()I
      named getVillagerData Lnet/minecraft/entity/mob/ZombieVillagerEntity;getVillagerData()I
    • method_13607

      public static void method_13607(class_2934 class_2934)
      Mappings:
      Namespace Name Mixin selector
      official a Ladu;a(Lry;)V
      intermediary method_13607 Lnet/minecraft/class_3050;method_13607(Lnet/minecraft/class_2934;)V
      named method_13607 Lnet/minecraft/entity/mob/ZombieVillagerEntity;method_13607(Lnet/minecraft/class_2934;)V
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lvg;b(Lfy;)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 Lvg;a(Lfy;)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
    • initialize

      @Nullable public EntityData initialize(LocalDifficulty difficulty, @Nullable EntityData data)
      Overrides:
      initialize in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lvq;a(Lua;Lvs;)Lvs;
      intermediary method_6156 Lnet/minecraft/class_871;method_6156(Lnet/minecraft/class_2607;Lnet/minecraft/class_1700;)Lnet/minecraft/class_1700;
      named initialize Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/EntityData;)Lnet/minecraft/entity/EntityData;
    • tick

      public void tick()
      Overrides:
      tick in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official B_ Lvg;B_()V
      intermediary method_2558 Lnet/minecraft/class_864;method_2558()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • interactMob

      public boolean interactMob(PlayerEntity playerEntity, Hand hand)
      Overrides:
      interactMob in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lvq;a(Laed;Lub;)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
    • canImmediatelyDespawn

      protected boolean canImmediatelyDespawn()
      Overrides:
      canImmediatelyDespawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official K Lvq;K()Z
      intermediary method_2631 Lnet/minecraft/class_871;method_2631()Z
      named canImmediatelyDespawn Lnet/minecraft/entity/mob/MobEntity;canImmediatelyDespawn()Z
    • isConverting

      public boolean isConverting()
      Mappings:
      Namespace Name Mixin selector
      official ds Ladu;ds()Z
      intermediary method_13610 Lnet/minecraft/class_3050;method_13610()Z
      named isConverting Lnet/minecraft/entity/mob/ZombieVillagerEntity;isConverting()Z
    • setConverting

      protected void setConverting(@Nullable UUID uuid, int delay)
      Mappings:
      Namespace Name Mixin selector
      official a Ladu;a(Ljava/util/UUID;I)V
      intermediary method_13608 Lnet/minecraft/class_3050;method_13608(Ljava/util/UUID;I)V
      named setConverting Lnet/minecraft/entity/mob/ZombieVillagerEntity;setConverting(Ljava/util/UUID;I)V
    • handleStatus

      @Environment(CLIENT) public void handleStatus(byte status)
      Overrides:
      handleStatus in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lvg;a(B)V
      intermediary method_2485 Lnet/minecraft/class_864;method_2485(B)V
      named handleStatus Lnet/minecraft/entity/Entity;handleStatus(B)V
    • finishConversion

      protected void finishConversion()
      Mappings:
      Namespace Name Mixin selector
      official dt Ladu;dt()V
      intermediary method_13611 Lnet/minecraft/class_3050;method_13611()V
      named finishConversion Lnet/minecraft/entity/mob/ZombieVillagerEntity;finishConversion()V
    • getConversionRate

      protected int getConversionRate()
      Mappings:
      Namespace Name Mixin selector
      official du Ladu;du()I
      intermediary method_13612 Lnet/minecraft/class_3050;method_13612()I
      named getConversionRate Lnet/minecraft/entity/mob/ZombieVillagerEntity;getConversionRate()I
    • getSoundPitch

      protected float getSoundPitch()
      Overrides:
      getSoundPitch in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official cr Lvp;cr()F
      intermediary method_2665 Lnet/minecraft/class_1699;method_2665()F
      named getSoundPitch Lnet/minecraft/entity/LivingEntity;getSoundPitch()F
    • ambientSound

      public SoundEvent ambientSound()
      Overrides:
      ambientSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official F Lvq;F()Lqe;
      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;
    • getHurtSound

      public SoundEvent getHurtSound(DamageSource damageSource)
      Overrides:
      getHurtSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official d Lvp;d(Lur;)Lqe;
      intermediary method_15060 Lnet/minecraft/class_1699;method_15060(Lnet/minecraft/class_856;)Lnet/minecraft/class_2926;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/client/sound/SoundEvent;
    • deathSound

      public SoundEvent deathSound()
      Overrides:
      deathSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official cf Lvp;cf()Lqe;
      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;
    • getStepSound

      public SoundEvent getStepSound()
      Overrides:
      getStepSound in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official dm Ladt;dm()Lqe;
      intermediary method_13603 Lnet/minecraft/class_982;method_13603()Lnet/minecraft/class_2926;
      named getStepSound Lnet/minecraft/entity/mob/ZombieEntity;getStepSound()Lnet/minecraft/client/sound/SoundEvent;
    • getLootTableId

      @Nullable protected Identifier getLootTableId()
      Overrides:
      getLootTableId in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official J Lvq;J()Lnf;
      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;
    • getSkull

      protected ItemStack getSkull()
      Overrides:
      getSkull in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official dn Ladt;dn()Laip;
      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;