net.minecraft.world.entity.monster

public class Bogged

extends AbstractSkeleton implements Shearable

All mapped superinterfaces:

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

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

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(akl$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
public void
b(tx arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
public void
a(tx arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
public boolean
gr()
isSheared()
method_57308()
isSheared()
public void
w(boolean arg0)
setSheared(boolean arg0)
method_57310(boolean arg0)
setSheared(boolean sheared)
protected InteractionResult
b(cqs arg0, btx 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(bup arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
l_()
getDeathSound()
method_6002()
getDeathSound()
protected SoundEvent
m()
getStepSound()
method_6998()
getStepSound()
protected AbstractArrow
a(cys arg0, float arg1, cys 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
q()
getHardAttackInterval()
method_57078()
getHardAttackInterval()
protected int
t()
getAttackInterval()
method_57079()
getRegularAttackInterval()
public void
a(aro arg0, awm arg1, cys 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(aro arg0, cys 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()