net.minecraft.world.entity.monster

public class Creeper

extends Monster implements PowerableMob

All mapped superinterfaces:

Nameable, EntityAccess, CommandSource, Enemy, PowerableMob

btp
net.minecraft.world.entity.monster.Creeper
net.minecraft.class_1548
net.minecraft.entity.mob.CreeperEntity
net.minecraft.src.C_988_
net.minecraft.world.entity.monster.EntityCreeper

Field summary

Modifier and TypeField
private static final EntityDataAccessor<Integer>
b
DATA_SWELL_DIR
field_7230
FUSE_SPEED
f_32268_
private static final EntityDataAccessor<Boolean>
c
DATA_IS_POWERED
field_7224
CHARGED
f_32274_
private static final EntityDataAccessor<Boolean>
d
DATA_IS_IGNITED
field_7231
IGNITED
f_32275_
private int
e
oldSwell
field_7229
lastFuseTime
f_32269_
private int
bX
swell
field_7227
currentFuseTime
f_32270_
private int
bY
maxSwell
field_7228
fuseTime
f_32271_
private int
bZ
explosionRadius
field_7225
explosionRadius
f_32272_
private int
ca
droppedSkulls
field_7226
headsDropped
f_32273_

Constructor summary

ModifierConstructor
public (EntityType<? extends Creeper> p_32279_, Level arg1)

Method summary

Modifier and TypeMethod
protected void
u()
registerGoals()
method_5959()
initGoals()
m_8099_()
public static AttributeSupplier$Builder
m()
createAttributes()
method_26908()
createCreeperAttributes()
m_32318_()
public int
cp()
getMaxFallDistance()
method_5850()
getSafeFallDistance()
m_6056_()
public boolean
a(float arg0, float arg1, bcz arg2)
causeFallDamage(float arg0, float arg1, DamageSource arg2)
method_5747(float arg0, float arg1, class_1282 arg2)
handleFallDamage(float arg0, float arg1, DamageSource arg2)
m_142535_(float p_149688_, float p_149689_, C_489_ arg2)
protected void
a_()
defineSynchedData()
method_5693()
initDataTracker()
m_8097_()
public void
b(qp arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
m_7380_(C_4917_ arg0)
public void
a(qp arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
m_7378_(C_4917_ arg0)
public void
l()
tick()
method_5773()
tick()
m_8119_()
public void
h(beg arg0)
setTarget(LivingEntity arg0)
method_5980(class_1309 arg0)
setTarget(LivingEntity arg0)
m_6710_(C_524_ arg0)
protected SoundEvent
c(bcz arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
m_7975_(C_489_ arg0)
protected SoundEvent
c_()
getDeathSound()
method_6002()
getDeathSound()
m_5592_()
protected void
a(bcz arg0, int arg1, boolean arg2)
dropCustomDeathLoot(DamageSource arg0, int arg1, boolean arg2)
method_6099(class_1282 arg0, int arg1, boolean arg2)
dropEquipment(DamageSource arg0, int arg1, boolean arg2)
m_7472_(C_489_ p_32293_, int p_32294_, boolean arg2)
public boolean
A(bdr arg0)
doHurtTarget(Entity arg0)
method_6121(class_1297 arg0)
tryAttack(Entity arg0)
m_7327_(C_507_ arg0)
public boolean
a()
isPowered()
method_6872()
shouldRenderOverlay()
m_7090_()
public float
z(float arg0)
getSwelling(float arg0)
method_7003(float arg0)
getClientFuseTime(float timeDelta)
m_32320_(float arg0)
public int
p()
getSwellDir()
method_7007()
getFuseSpeed()
m_32310_()
public void
a(int arg0)
setSwellDir(int arg0)
method_7005(int arg0)
setFuseSpeed(int fuseSpeed)
m_32283_(int arg0)
public void
a(ahm arg0, bef arg1)
thunderHit(ServerLevel arg0, LightningBolt arg1)
method_5800(class_3218 arg0, class_1538 arg1)
onStruckByLightning(ServerWorld arg0, LightningEntity arg1)
m_8038_(C_12_ p_32287_, C_523_ arg1)
protected InteractionResult
b(bwp arg0, bcl arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
m_6071_(C_1141_ p_32302_, C_470_ arg1)
private void
fP()
explodeCreeper()
method_7006()
explode()
m_32315_()
private void
fS()
spawnLingeringCloud()
method_7001()
spawnEffectsCloud()
m_32316_()
public boolean
t()
isIgnited()
method_7000()
isIgnited()
m_32311_()
public void
fM()
ignite()
method_7004()
ignite()
m_32312_()
public boolean
fN()
canDropMobsSkull()
method_7008()
shouldDropHead()
m_32313_()
public void
fO()
increaseDroppedSkulls()
method_7002()
onHeadDropped()
m_32314_()