Class CreeperEntity

All Implemented Interfaces:
SkinOverlayOwner, Monster, CommandOutput, Nameable, EntityLike

@EnvironmentInterfaces(@EnvironmentInterface(value=CLIENT,itf=SkinOverlayOwner.class))
public class CreeperEntity
extends HostileEntity
implements SkinOverlayOwner
Mappings:
Namespace Name
official bfl
intermediary net/minecraft/class_1548
named net/minecraft/entity/mob/CreeperEntity
  • Field Details

    • FUSE_SPEED

      private static final TrackedData<Integer> FUSE_SPEED
      Mappings:
      Namespace Name Mixin selector
      official b Lbfl;b:Lvu;
      intermediary field_7230 Lnet/minecraft/class_1548;field_7230:Lnet/minecraft/class_2940;
      named FUSE_SPEED Lnet/minecraft/entity/mob/CreeperEntity;FUSE_SPEED:Lnet/minecraft/entity/data/TrackedData;
    • CHARGED

      private static final TrackedData<Boolean> CHARGED
      Mappings:
      Namespace Name Mixin selector
      official c Lbfl;c:Lvu;
      intermediary field_7224 Lnet/minecraft/class_1548;field_7224:Lnet/minecraft/class_2940;
      named CHARGED Lnet/minecraft/entity/mob/CreeperEntity;CHARGED:Lnet/minecraft/entity/data/TrackedData;
    • IGNITED

      private static final TrackedData<Boolean> IGNITED
      Mappings:
      Namespace Name Mixin selector
      official d Lbfl;d:Lvu;
      intermediary field_7231 Lnet/minecraft/class_1548;field_7231:Lnet/minecraft/class_2940;
      named IGNITED Lnet/minecraft/entity/mob/CreeperEntity;IGNITED:Lnet/minecraft/entity/data/TrackedData;
    • lastFuseTime

      private int lastFuseTime
      Mappings:
      Namespace Name Mixin selector
      official bm Lbfl;bm:I
      intermediary field_7229 Lnet/minecraft/class_1548;field_7229:I
      named lastFuseTime Lnet/minecraft/entity/mob/CreeperEntity;lastFuseTime:I
    • currentFuseTime

      private int currentFuseTime
      Mappings:
      Namespace Name Mixin selector
      official bn Lbfl;bn:I
      intermediary field_7227 Lnet/minecraft/class_1548;field_7227:I
      named currentFuseTime Lnet/minecraft/entity/mob/CreeperEntity;currentFuseTime:I
    • fuseTime

      private int fuseTime
      Mappings:
      Namespace Name Mixin selector
      official bo Lbfl;bo:I
      intermediary field_7228 Lnet/minecraft/class_1548;field_7228:I
      named fuseTime Lnet/minecraft/entity/mob/CreeperEntity;fuseTime:I
    • explosionRadius

      private int explosionRadius
      Mappings:
      Namespace Name Mixin selector
      official bp Lbfl;bp:I
      intermediary field_7225 Lnet/minecraft/class_1548;field_7225:I
      named explosionRadius Lnet/minecraft/entity/mob/CreeperEntity;explosionRadius:I
    • headsDropped

      private int headsDropped
      Mappings:
      Namespace Name Mixin selector
      official bq Lbfl;bq:I
      intermediary field_7226 Lnet/minecraft/class_1548;field_7226:I
      named headsDropped Lnet/minecraft/entity/mob/CreeperEntity;headsDropped:I
  • Constructor Details

    • CreeperEntity

      public CreeperEntity​(EntityType<? extends CreeperEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laro;<init>(Lars;Lbuq;)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

    • initGoals

      protected void initGoals()
      Overrides:
      initGoals in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official u Lasc;u()V
      intermediary method_5959 Lnet/minecraft/class_1308;method_5959()V
      named initGoals Lnet/minecraft/entity/mob/MobEntity;initGoals()V
    • createCreeperAttributes

      public static DefaultAttributeContainer.Builder createCreeperAttributes()
      Mappings:
      Namespace Name Mixin selector
      official m Lbfl;m()Lata$a;
      intermediary method_26908 Lnet/minecraft/class_1548;method_26908()Lnet/minecraft/class_5132$class_5133;
      named createCreeperAttributes Lnet/minecraft/entity/mob/CreeperEntity;createCreeperAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
    • getSafeFallDistance

      public int getSafeFallDistance()
      Overrides:
      getSafeFallDistance in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official bZ Laro;bZ()I
      intermediary method_5850 Lnet/minecraft/class_1297;method_5850()I
      named getSafeFallDistance Lnet/minecraft/entity/Entity;getSafeFallDistance()I
    • handleFallDamage

      public boolean handleFallDamage​(float fallDistance, float damageMultiplier, DamageSource damageSource)
      Overrides:
      handleFallDamage in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(FFLaqy;)Z
      intermediary method_5747 Lnet/minecraft/class_1297;method_5747(FFLnet/minecraft/class_1282;)Z
      named handleFallDamage Lnet/minecraft/entity/Entity;handleFallDamage(FFLnet/minecraft/entity/damage/DamageSource;)Z
    • initDataTracker

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

      public void writeCustomDataToNbt​(CompoundTag tag)
      Overrides:
      writeCustomDataToNbt in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official b Laro;b(Lmr;)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/CompoundTag;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt​(CompoundTag tag)
      Overrides:
      readCustomDataFromNbt in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Lmr;)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/CompoundTag;)V
    • tick

      public void tick()
      Overrides:
      tick in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official j Laro;j()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      named tick Lnet/minecraft/entity/Entity;tick()V
    • getHurtSound

      protected SoundEvent getHurtSound​(DamageSource source)
      Overrides:
      getHurtSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official c Lasb;c(Laqy;)Laer;
      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;
    • getDeathSound

      protected SoundEvent getDeathSound()
      Overrides:
      getDeathSound in class HostileEntity
      Mappings:
      Namespace Name Mixin selector
      official q Lasb;q()Laer;
      intermediary method_6002 Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
    • dropEquipment

      protected void dropEquipment​(DamageSource source, int lootingMultiplier, boolean allowDrops)
      Overrides:
      dropEquipment in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lasb;a(Laqy;IZ)V
      intermediary method_6099 Lnet/minecraft/class_1309;method_6099(Lnet/minecraft/class_1282;IZ)V
      named dropEquipment Lnet/minecraft/entity/LivingEntity;dropEquipment(Lnet/minecraft/entity/damage/DamageSource;IZ)V
    • tryAttack

      public boolean tryAttack​(Entity target)
      Overrides:
      tryAttack in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official B Lasb;B(Laro;)Z
      intermediary method_6121 Lnet/minecraft/class_1309;method_6121(Lnet/minecraft/class_1297;)Z
      named tryAttack Lnet/minecraft/entity/LivingEntity;tryAttack(Lnet/minecraft/entity/Entity;)Z
    • shouldRenderOverlay

      public boolean shouldRenderOverlay()
      Specified by:
      shouldRenderOverlay in interface SkinOverlayOwner
      Mappings:
      Namespace Name Mixin selector
      official T_ Lasn;T_()Z
      intermediary method_6872 Lnet/minecraft/class_4582;method_6872()Z
      named shouldRenderOverlay Lnet/minecraft/client/render/entity/feature/SkinOverlayOwner;shouldRenderOverlay()Z
    • getClientFuseTime

      @Environment(CLIENT) public float getClientFuseTime​(float timeDelta)
      Mappings:
      Namespace Name Mixin selector
      official x Lbfl;x(F)F
      intermediary method_7003 Lnet/minecraft/class_1548;method_7003(F)F
      named getClientFuseTime Lnet/minecraft/entity/mob/CreeperEntity;getClientFuseTime(F)F
    • getFuseSpeed

      public int getFuseSpeed()
      Mappings:
      Namespace Name Mixin selector
      official o Lbfl;o()I
      intermediary method_7007 Lnet/minecraft/class_1548;method_7007()I
      named getFuseSpeed Lnet/minecraft/entity/mob/CreeperEntity;getFuseSpeed()I
    • setFuseSpeed

      public void setFuseSpeed​(int fuseSpeed)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl;a(I)V
      intermediary method_7005 Lnet/minecraft/class_1548;method_7005(I)V
      named setFuseSpeed Lnet/minecraft/entity/mob/CreeperEntity;setFuseSpeed(I)V
    • onStruckByLightning

      public void onStruckByLightning​(ServerWorld world, LightningEntity lightning)
      Overrides:
      onStruckByLightning in class Entity
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Labf;Lasa;)V
      intermediary method_5800 Lnet/minecraft/class_1297;method_5800(Lnet/minecraft/class_3218;Lnet/minecraft/class_1538;)V
      named onStruckByLightning Lnet/minecraft/entity/Entity;onStruckByLightning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LightningEntity;)V
    • interactMob

      protected ActionResult interactMob​(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lasc;b(Lbif;Laqi;)Laqj;
      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;
    • explode

      private void explode()
      Mappings:
      Namespace Name Mixin selector
      official fp Lbfl;fp()V
      intermediary method_7006 Lnet/minecraft/class_1548;method_7006()V
      named explode Lnet/minecraft/entity/mob/CreeperEntity;explode()V
    • spawnEffectsCloud

      private void spawnEffectsCloud()
      Mappings:
      Namespace Name Mixin selector
      official fs Lbfl;fs()V
      intermediary method_7001 Lnet/minecraft/class_1548;method_7001()V
      named spawnEffectsCloud Lnet/minecraft/entity/mob/CreeperEntity;spawnEffectsCloud()V
    • isIgnited

      public boolean isIgnited()
      Mappings:
      Namespace Name Mixin selector
      official s Lbfl;s()Z
      intermediary method_7000 Lnet/minecraft/class_1548;method_7000()Z
      named isIgnited Lnet/minecraft/entity/mob/CreeperEntity;isIgnited()Z
    • ignite

      public void ignite()
      Mappings:
      Namespace Name Mixin selector
      official fm Lbfl;fm()V
      intermediary method_7004 Lnet/minecraft/class_1548;method_7004()V
      named ignite Lnet/minecraft/entity/mob/CreeperEntity;ignite()V
    • shouldDropHead

      public boolean shouldDropHead()
      Mappings:
      Namespace Name Mixin selector
      official fn Lbfl;fn()Z
      intermediary method_7008 Lnet/minecraft/class_1548;method_7008()Z
      named shouldDropHead Lnet/minecraft/entity/mob/CreeperEntity;shouldDropHead()Z
    • onHeadDropped

      public void onHeadDropped()
      Mappings:
      Namespace Name Mixin selector
      official fo Lbfl;fo()V
      intermediary method_7002 Lnet/minecraft/class_1548;method_7002()V
      named onHeadDropped Lnet/minecraft/entity/mob/CreeperEntity;onHeadDropped()V