net.minecraft.world.entity.monster

public class Creeper

extends Monster

All mapped superinterfaces:

SyncedDataHolder, Nameable, EntityAccess, ScoreHolder, Attackable, EquipmentUser, Leashable, Targeting, Enemy

cmj
net.minecraft.world.entity.monster.Creeper
net.minecraft.class_1548
net.minecraft.entity.mob.CreeperEntity
net.minecraft.world.entity.monster.EntityCreeper

Field summary

Modifier and TypeField
private static final EntityDataAccessor<Integer>
a
DATA_SWELL_DIR
field_7230
FUSE_SPEED
private static final EntityDataAccessor<Boolean>
b
DATA_IS_POWERED
field_7224
CHARGED
private static final EntityDataAccessor<Boolean>
c
DATA_IS_IGNITED
field_7231
IGNITED
private int
d
oldSwell
field_7229
lastFuseTime
private int
bZ
swell
field_7227
currentFuseTime
private int
ca
maxSwell
field_7228
fuseTime
private int
cb
explosionRadius
field_7225
explosionRadius
private int
cc
droppedSkulls
field_7226
headsDropped

Constructor summary

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

Method summary

Modifier and TypeMethod
protected void
B()
registerGoals()
method_5959()
initGoals()
public static AttributeSupplier$Builder
m()
createAttributes()
method_26908()
createCreeperAttributes()
public int
cE()
getMaxFallDistance()
method_5850()
getSafeFallDistance()
public boolean
a(float arg0, float arg1, bua arg2)
causeFallDamage(float arg0, float arg1, DamageSource arg2)
method_5747(float arg0, float arg1, class_1282 arg2)
handleFallDamage(float arg0, float arg1, DamageSource arg2)
protected void
a(alg$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
public void
b(ux arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
public void
a(ux arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
public void
h()
tick()
method_5773()
tick()
public void
h(bwg arg0)
setTarget(LivingEntity arg0)
method_5980(class_1309 arg0)
setTarget(LivingEntity arg0)
protected SoundEvent
e(bua arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
o_()
getDeathSound()
method_6002()
getDeathSound()
protected void
a(ash arg0, bua arg1, boolean arg2)
dropCustomDeathLoot(ServerLevel arg0, DamageSource arg1, boolean arg2)
method_6099(class_3218 arg0, class_1282 arg1, boolean arg2)
dropEquipment(ServerWorld arg0, DamageSource arg1, boolean arg2)
public boolean
c(ash arg0, bvk arg1)
doHurtTarget(ServerLevel arg0, Entity arg1)
method_6121(class_3218 arg0, class_1297 arg1)
tryAttack(ServerWorld arg0, Entity arg1)
public boolean
p()
isPowered()
method_61492()
isCharged()
public float
J(float arg0)
getSwelling(float arg0)
method_7003(float arg0)
getClientFuseTime(float timeDelta)
public int
t()
getSwellDir()
method_7007()
getFuseSpeed()
public void
b(int arg0)
setSwellDir(int arg0)
method_7005(int arg0)
setFuseSpeed(int fuseSpeed)
public void
a(ash arg0, bwf arg1)
thunderHit(ServerLevel arg0, LightningBolt arg1)
method_5800(class_3218 arg0, class_1538 arg1)
onStruckByLightning(ServerWorld arg0, LightningEntity arg1)
protected InteractionResult
b(cpx arg0, bti arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
private void
gr()
explodeCreeper()
method_7006()
explode()
private void
gu()
spawnLingeringCloud()
method_7001()
spawnEffectsCloud()
public boolean
x()
isIgnited()
method_7000()
isIgnited()
public void
go()
ignite()
method_7004()
ignite()
public boolean
gp()
canDropMobsSkull()
method_7008()
shouldDropHead()
public void
gq()
increaseDroppedSkulls()
method_7002()
onHeadDropped()