Class ZombieVillagerEntity

All Implemented Interfaces:
class_3893, EntityCategoryProvider, Monster, Nameable

public class ZombieVillagerEntity extends ZombieEntity
Mappings:
Namespace Name
official anx
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 a Lanx;a:Lor;
      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 b Lanx;b:Lor;
      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 bC Lanx;bC: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 bD Lanx;bD: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> Laer;<init>(Laxy;)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 x_ Laer;x_()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 Lanx;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 dF Lanx;dF()I
      intermediary method_13609 Lnet/minecraft/class_3050;method_13609()I
      named getVillagerData Lnet/minecraft/entity/mob/ZombieVillagerEntity;getVillagerData()I
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Overrides:
      writeCustomDataToNbt in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official b Laer;b(Lgy;)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 Laer;a(Lgy;)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 entityData, @Nullable NbtCompound nbt)
      Overrides:
      initialize in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lafb;a(Ladj;Lafj;Lgy;)Lafj;
      intermediary method_6156 Lnet/minecraft/class_871;method_6156(Lnet/minecraft/class_2607;Lnet/minecraft/class_1700;Lnet/minecraft/class_322;)Lnet/minecraft/class_1700;
      named initialize Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/EntityData;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/EntityData;
    • tick

      public void tick()
      Overrides:
      tick in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official R_ Laer;R_()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 Lafb;a(Laog;Ladk;)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
    • method_15900

      protected boolean method_15900()
      Overrides:
      method_15900 in class ZombieEntity
      Mappings:
      Namespace Name Mixin selector
      official dC Lanw;dC()Z
      intermediary method_15900 Lnet/minecraft/class_982;method_15900()Z
      named method_15900 Lnet/minecraft/entity/mob/ZombieEntity;method_15900()Z
    • canImmediatelyDespawn

      public boolean canImmediatelyDespawn()
      Overrides:
      canImmediatelyDespawn in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official H Lafb;H()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 dI Lanx;dI()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 Lanx;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 Laer;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 dJ Lanx;dJ()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 dK Lanx;dK()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 cE Lafa;cE()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 D Lafb;D()Lwi;
      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 Lafa;d(Laea;)Lwi;
      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 cs Lafa;cs()Lwi;
      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 dA Lanw;dA()Lwi;
      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 G Lafb;G()Lpc;
      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 dB Lanw;dB()Late;
      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;