net.minecraft.entity.mob

public class EndermiteEntity

extends HostileEntity

All mapped superinterfaces:

Nameable, EntityLike, UniquelyIdentifiable, ScoreHolder, DataTracked, ComponentsAccess, HeldItemContext, StackReferenceGetter, DebugTrackable, EntryConvertible, Attackable, ServerWaypoint, Waypoint, Targeter, EquipmentHolder, Leashable, Monster

net.minecraft.world.entity.monster.Endermite
net.minecraft.class_1559
net.minecraft.entity.mob.EndermiteEntity

Field summary

Modifier and TypeField
private static final int
MAX_LIFE
field_30463
DESPAWN_TIME
private static final int
DEFAULT_LIFE
field_57682
DEFAULT_LIFETIME
private int
life
field_7250
lifeTime

Constructor summary

ModifierConstructor
public (EntityType<? extends EndermiteEntity> type, World level)

Method summary

Modifier and TypeMethod
protected void
registerGoals()
method_5959()
initGoals()
public static DefaultAttributeContainer$Builder
createAttributes()
method_26911()
createEndermiteAttributes()
protected Entity$MoveEffect
getMovementEmission()
method_33570()
getMoveEffect()
protected SoundEvent
getAmbientSound()
method_5994()
getAmbientSound()
protected SoundEvent
getHurtSound(DamageSource source)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
protected SoundEvent
getDeathSound()
method_6002()
getDeathSound()
protected void
playStepSound(BlockPos pos, BlockState blockState)
method_5712(class_2338 arg0, class_2680 arg1)
playStepSound(BlockPos arg0, BlockState arg1)
protected void
readAdditionalSaveData(ValueInput input)
method_5749(class_11368 arg0)
readCustomData(ReadView arg0)
protected void
addAdditionalSaveData(ValueOutput output)
method_5652(class_11372 arg0)
writeCustomData(WriteView arg0)
public void
tick()
method_5773()
tick()
public void
setYBodyRot(float yBodyRot)
method_5636(float arg0)
setBodyYaw(float arg0)
public void
aiStep()
method_6007()
tickMovement()
public static boolean
checkEndermiteSpawnRules(EntityType<Endermite> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random)
method_20674(class_1299<class_1559> arg0, class_1936 arg1, class_3730 arg2, class_2338 arg3, class_5819 arg4)
canSpawn(EntityType<EndermiteEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)