net.minecraft.world.entity.animal.horse

public class SkeletonHorse

extends AbstractHorse

All mapped superinterfaces:

Nameable, CommandSource, ContainerListener, PlayerRideableJumping, Saddleable

azs
net.minecraft.world.entity.animal.horse.SkeletonHorse
net.minecraft.class_1506
net.minecraft.entity.mob.SkeletonHorseEntity
net.minecraft.entity.passive.horse.SkeletonHorseEntity
net.minecraft.server.v1_16_R1.EntityHorseSkeleton

Field summary

Modifier and TypeField
private final SkeletonTrapGoal
bD
skeletonTrapGoal
field_7003
trapTriggerGoal
field_184792_bN
private boolean
bE
isTrap
field_7005
trapped
field_184793_bU
private int
bF
trapTime
field_7004
trapTime
field_184794_bV

Constructor summary

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

Method summary

Modifier and TypeMethod
public static AttributeSupplier$Builder
eM()
createAttributes()
method_26901()
createSkeletonHorseAttributes()
func_234250_eJ_()
protected void
eL()
randomizeAttributes()
method_6001()
initAttributes()
func_230273_eI_()
protected void
eW()
addBehaviourGoals()
method_6764()
initCustomGoals()
func_205714_dM()
protected SoundEvent
I()
getAmbientSound()
method_5994()
getAmbientSound()
func_184639_G()
getSoundAmbient()
protected SoundEvent
dp()
getDeathSound()
method_6002()
getDeathSound()
func_184615_bR()
getSoundDeath()
protected SoundEvent
e(anw arg0)
getHurtSound(DamageSource arg0)
method_6011(class_1282 arg0)
getHurtSound(DamageSource arg0)
func_184601_bQ(DamageSource arg0)
getSoundHurt(DamageSource arg0)
protected SoundEvent
aq()
getSwimSound()
method_5737()
getSwimSound()
func_184184_Z()
getSoundSwim()
protected void
d(float arg0)
playSwimSound(float arg0)
method_5734(float arg0)
playSwimSound(float arg0)
func_203006_d(float arg0)
protected void
fo()
playJumpSound()
method_6723()
playJumpSound()
func_205715_ee()
public MobType
dB()
getMobType()
method_6046()
getGroup()
func_70668_bt()
getMonsterType()
public double
aY()
getPassengersRidingOffset()
method_5621()
getMountedHeightOffset()
func_70042_X()
public void
k()
aiStep()
method_6007()
tickMovement()
func_70636_d()
movementTick()
public void
b(le arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToTag(CompoundTag arg0)
func_213281_b(CompoundNBT arg0)
saveData(NBTTagCompound arg0)
public void
a(le arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromTag(CompoundTag arg0)
func_70037_a(CompoundNBT arg0)
loadData(NBTTagCompound arg0)
public boolean
bp()
rideableUnderWater()
method_5788()
canBeRiddenInWater()
func_205710_ba()
protected float
dL()
getWaterSlowDown()
method_6120()
getBaseMovementSpeedMultiplier()
func_189749_co()
public boolean
eN()
isTrap()
method_6812()
isTrapped()
func_190690_dh()
public void
t(boolean arg0)
setTrap(boolean arg0)
method_6813(boolean arg0)
setTrapped(boolean trapped)
func_190691_p(boolean arg0)
public AgableMob
a(aok arg0)
getBreedOffspring(AgableMob arg0)
method_5613(class_1296 arg0)
createChild(PassiveEntity arg0)
func_90011_a(AgeableEntity arg0)
createChild(EntityAgeable arg0)
public InteractionResult
b(bec arg0, anf arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
func_230254_b_(PlayerEntity arg0, Hand arg1)