net.minecraft.world.entity.monster

public class Bogged

extends AbstractSkeleton implements Shearable

All mapped superinterfaces:

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

cmh
net.minecraft.world.entity.monster.Bogged
net.minecraft.class_9254
net.minecraft.entity.mob.BoggedEntity
net.minecraft.world.entity.monster.Bogged

Field summary

Modifier and TypeField
private static final int
b
HARD_ATTACK_INTERVAL
field_49151
HARD_ATTACK_INTERVAL
private static final int
c
NORMAL_ATTACK_INTERVAL
field_49152
REGULAR_ATTACK_INTERVAL
private static final EntityDataAccessor<Boolean>
d
DATA_SHEARED
field_49241
SHEARED
public static final String
a
SHEARED_TAG_NAME
field_49240
SHEARED_KEY

Constructor summary

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

Method summary

Modifier and TypeMethod
public static AttributeSupplier$Builder
gq()
createAttributes()
method_57080()
createBoggedAttributes()
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 boolean
gr()
isSheared()
method_57308()
isSheared()
public void
x(boolean arg0)
setSheared(boolean arg0)
method_57310(boolean arg0)
setSheared(boolean sheared)
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)
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 SoundEvent
p()
getStepSound()
method_6998()
getStepSound()
protected AbstractArrow
a(cxp arg0, float arg1, cxp arg2)
getArrow(ItemStack arg0, float arg1, ItemStack arg2)
method_6996(class_1799 arg0, float arg1, class_1799 arg2)
createArrowProjectile(ItemStack arg0, float arg1, ItemStack arg2)
protected int
x()
getHardAttackInterval()
method_57078()
getHardAttackInterval()
protected int
go()
getAttackInterval()
method_57079()
getRegularAttackInterval()
public void
a(ash arg0, axg arg1, cxp arg2)
shear(ServerLevel arg0, SoundSource arg1, ItemStack arg2)
method_6636(class_3218 arg0, class_3419 arg1, class_1799 arg2)
sheared(ServerWorld arg0, SoundCategory arg1, ItemStack arg2)
private void
d(ash arg0, cxp arg1)
spawnShearedMushrooms(ServerLevel arg0, ItemStack arg1)
method_57309(class_3218 arg0, class_1799 arg1)
dropShearedItems(ServerWorld world, ItemStack shears)
public boolean
a()
readyForShearing()
method_27072()
isShearable()