net.minecraft.world.entity.monster.creaking

public class Creaking

extends Monster

All mapped superinterfaces:

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

cob
net.minecraft.world.entity.monster.creaking.Creaking
net.minecraft.class_10275
net.minecraft.entity.mob.CreakingEntity
net.minecraft.world.entity.monster.creaking.Creaking

Field summary

Modifier and TypeField
private static final EntityDataAccessor<Boolean>
cb
CAN_MOVE
field_54571
UNROOTED
private static final EntityDataAccessor<Boolean>
cc
IS_ACTIVE
field_54572
ACTIVE
private static final int
cd
ATTACK_ANIMATION_DURATION
field_54573
field_54573
private static final int
ce
MAX_HEALTH
field_54574
field_54574
private static final float
cf
ATTACK_DAMAGE
field_54575
field_54575
private static final float
cg
FOLLOW_RANGE
field_54576
field_54576
private static final float
ch
ACTIVATION_RANGE_SQ
field_54577
field_54577
public static final int
a
ATTACK_INTERVAL
field_54566
field_54566
private static final float
ci
MOVEMENT_SPEED_WHEN_FIGHTING
field_54578
field_54578
public static final float
b
SPEED_MULTIPLIER_WHEN_IDLING
field_54567
field_54567
public static final int
c
CREAKING_ORANGE
field_54569
field_54569
public static final int
d
CREAKING_GRAY
field_54580
field_54580
private int
cj
attackAnimationRemainingTicks
field_54579
attackAnimationTimer
public final AnimationState
bZ
attackAnimationState
field_54568
attackAnimationState
public final AnimationState
ca
invulnerabilityAnimationState
field_54570
invulnerableAnimationState

Constructor summary

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

Method summary

Modifier and TypeMethod
protected BodyRotationControl
G()
createBodyControl()
method_5963()
createBodyControl()
protected Brain$Provider<Creaking>
ed()
brainProvider()
method_28306()
createBrainProfile()
protected Brain<?>
a(com.mojang.serialization.Dynamic<?> arg0)
makeBrain(com.mojang.serialization.Dynamic<?> arg0)
method_18867(com.mojang.serialization.Dynamic<?> arg0)
deserializeBrain(com.mojang.serialization.Dynamic<?> arg0)
protected void
a(alg$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
public static AttributeSupplier$Builder
m()
createAttributes()
method_64627()
createCreakingAttributes()
public boolean
p()
canMove()
method_64628()
isUnrooted()
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
bI()
isPushable()
method_5810()
isPushable()
public Brain<Creaking>
ec()
getBrain()
method_18868()
getBrain()
protected void
a(ash arg0)
customServerAiStep(ServerLevel arg0)
method_5958(class_3218 arg0)
mobTick(ServerWorld arg0)
public void
d_()
aiStep()
method_6007()
tickMovement()
public void
h()
tick()
method_5773()
tick()
private void
go()
setupAnimationStates()
method_64624()
tickAttackAnimation()
public void
b(byte arg0)
handleEntityEvent(byte arg0)
method_5711(byte arg0)
handleStatus(byte arg0)
public void
gf()
playAttackSound()
method_59928()
playAttackSound()
protected SoundEvent
u()
getAmbientSound()
method_5994()
getAmbientSound()
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
b(jh arg0, dxv arg1)
playStepSound(BlockPos arg0, BlockState arg1)
method_5712(class_2338 arg0, class_2680 arg1)
playStepSound(BlockPos arg0, BlockState arg1)
public LivingEntity
O_()
getTarget()
method_5968()
getTarget()
protected void
Y()
sendDebugPackets()
method_18409()
sendAiDebugData()
public void
p(double arg0, double arg1, double arg2)
knockback(double arg0, double arg1, double arg2)
method_6005(double arg0, double arg1, double arg2)
takeKnockback(double arg0, double arg1, double arg2)
public boolean
t()
checkCanMove()
method_64629()
shouldBeUnrooted()
public void
x(boolean arg0)
setIsActive(boolean arg0)
method_64631(boolean arg0)
setActive(boolean active)
public boolean
x()
isActive()
method_64630()
isActive()
public float
a(jh arg0, dhl arg1)
getWalkTargetValue(BlockPos arg0, LevelReader arg1)
method_6144(class_2338 arg0, class_4538 arg1)
getPathfindingFavor(BlockPos arg0, WorldView arg1)