net.minecraft.world.entity.animal.horse

public abstract class AbstractHorse

extends Animal implements ContainerListener, HasCustomInventoryScreen, OwnableEntity, PlayerRideableJumping, Saddleable

All mapped superinterfaces:

SyncedDataHolder, Nameable, EntityAccess, ScoreHolder, Attackable, EquipmentUser, Leashable, Targeting, ContainerListener, HasCustomInventoryScreen, OwnableEntity, PlayerRideableJumping, PlayerRideable, Saddleable

ckb
net.minecraft.world.entity.animal.horse.AbstractHorse
net.minecraft.class_1496
net.minecraft.entity.passive.AbstractHorseEntity
net.minecraft.world.entity.animal.horse.EntityHorseAbstract

Field summary

Modifier and TypeField
public static final int
ck
EQUIPMENT_SLOT_OFFSET
field_30413
field_30413
public static final int
cl
CHEST_SLOT_OFFSET
field_30414
field_30414
public static final int
cm
INVENTORY_SLOT_OFFSET
field_30415
field_30415
public static final double
cn
BREEDING_CROSS_FACTOR
field_42647
field_42647
private static final float
bZ
MIN_MOVEMENT_SPEED
field_42641
MIN_MOVEMENT_SPEED_BONUS
private static final float
ca
MAX_MOVEMENT_SPEED
field_42642
MAX_MOVEMENT_SPEED_BONUS
private static final float
cb
MIN_JUMP_STRENGTH
field_42643
MIN_JUMP_STRENGTH_BONUS
private static final float
cd
MAX_JUMP_STRENGTH
field_42644
MAX_JUMP_STRENGTH_BONUS
private static final float
ce
MIN_HEALTH
field_42645
MIN_HEALTH_BONUS
private static final float
cf
MAX_HEALTH
field_42646
MAX_HEALTH_BONUS
private static final float
cg
BACKWARDS_MOVE_SPEED_FACTOR
field_42979
field_42979
private static final float
ch
SIDEWAYS_MOVE_SPEED_FACTOR
field_42980
field_42980
private static final TargetingConditions$Selector
ci
PARENT_HORSE_SELECTOR
field_6956
IS_BRED_HORSE
private static final TargetingConditions
cj
MOMMY_TARGETING
field_18118
PARENT_HORSE_PREDICATE
private static final EntityDataAccessor<Byte>
cC
DATA_ID_FLAGS
field_6959
HORSE_FLAGS
private static final int
cD
FLAG_TAME
field_30419
TAMED_FLAG
private static final int
cE
FLAG_SADDLE
field_30420
SADDLED_FLAG
private static final int
cF
FLAG_BRED
field_30421
BRED_FLAG
private static final int
cG
FLAG_EATING
field_30422
EATING_GRASS_FLAG
private static final int
cH
FLAG_STANDING
field_30423
ANGRY_FLAG
private static final int
cI
FLAG_OPEN_MOUTH
field_30424
EATING_FLAG
public static final int
co
INV_SLOT_SADDLE
field_30416
field_30416
public static final int
cp
INV_BASE_COUNT
field_30418
field_30418
public static final int
cq
INVENTORY_ROWS
field_52488
field_52488
private int
cJ
eatingCounter
field_6971
eatingGrassTicks
private int
cK
mouthCounter
field_6973
eatingTicks
private int
cL
standCounter
field_6970
angryTicks
public int
cr
tailCounter
field_6957
tailWagTicks
public int
cs
sprintCounter
field_6958
field_6958
protected boolean
ct
isJumping
field_6968
inAir
protected SimpleContainer
cu
inventory
field_6962
items
protected int
cv
temper
field_6955
temper
protected float
cw
playerJumpPendingScale
field_6976
jumpStrength
protected boolean
cx
allowStandSliding
field_6960
jumping
private float
cM
eatAnim
field_6969
eatingGrassAnimationProgress
private float
cN
eatAnimO
field_6966
lastEatingGrassAnimationProgress
private float
cO
standAnim
field_6967
angryAnimationProgress
private float
cP
standAnimO
field_6963
lastAngryAnimationProgress
private float
cQ
mouthAnim
field_6965
eatingAnimationProgress
private float
cR
mouthAnimO
field_6961
lastEatingAnimationProgress
protected boolean
cy
canGallop
field_6964
playExtraHorseSounds
protected int
cz
gallopSoundCounter
field_6975
soundTicks
private UUID
cS
owner
field_42462
ownerUuid
private final Container
cT
bodyArmorAccess
field_48830
armorInventory

Constructor summary

ModifierConstructor
protected (EntityType<? extends AbstractHorse> arg0, Level arg1)

Method summary

Modifier and TypeMethod
protected void
B()
registerGoals()
method_5959()
initGoals()
protected void
gG()
addBehaviourGoals()
method_6764()
initCustomGoals()
protected void
a(alg$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
protected boolean
s(int arg0)
getFlag(int arg0)
method_6730(int arg0)
getHorseFlag(int bitmask)
protected void
d(int arg0, boolean arg1)
setFlag(int arg0, boolean arg1)
method_6769(int arg0, boolean arg1)
setHorseFlag(int bitmask, boolean flag)
public boolean
gF()
isTamed()
method_6727()
isTame()
public UUID
ab_()
getOwnerUUID()
method_6139()
getOwnerUuid()
public void
b(UUID arg0)
setOwnerUUID(UUID arg0)
method_6732(UUID arg0)
setOwnerUuid(UUID ownerUuid)
public boolean
gH()
isJumping()
method_6763()
isInAir()
public void
y(boolean arg0)
setTamed(boolean arg0)
method_6766(boolean arg0)
setTame(boolean tame)
public void
z(boolean arg0)
setIsJumping(boolean arg0)
method_6758(boolean arg0)
setInAir(boolean inAir)
public boolean
a(bvk arg0, float arg1)
handleLeashAtDistance(Entity arg0, float arg1)
method_60956(class_1297 arg0, float arg1)
beforeLeashTick(Entity arg0, float arg1)
public boolean
gI()
isEating()
method_6724()
isEatingGrass()
public boolean
gJ()
isStanding()
method_6736()
isAngry()
public boolean
gK()
isBred()
method_6744()
isBred()
public void
A(boolean arg0)
setBred(boolean arg0)
method_6751(boolean arg0)
setBred(boolean bred)
public boolean
f()
isSaddleable()
method_6765()
canBeSaddled()
public void
a(cxp arg0, axg arg1)
equipSaddle(ItemStack arg0, SoundSource arg1)
method_6576(class_1799 arg0, class_3419 arg1)
saddle(ItemStack arg0, SoundCategory arg1)
public void
b(cpx arg0, cxp arg1)
equipBodyArmor(Player arg0, ItemStack arg1)
method_45375(class_1657 arg0, class_1799 arg1)
equipHorseArmor(PlayerEntity player, ItemStack stack)
protected boolean
f(bvs arg0)
canDispenserEquipIntoSlot(EquipmentSlot arg0)
method_63626(class_1304 arg0)
canDispenserEquipSlot(EquipmentSlot arg0)
public boolean
j()
isSaddled()
method_6725()
isSaddled()
public int
gL()
getTemper()
method_6729()
getTemper()
public void
t(int arg0)
setTemper(int arg0)
method_6749(int arg0)
setTemper(int temper)
public int
u(int arg0)
modifyTemper(int arg0)
method_6745(int arg0)
addTemper(int difference)
public boolean
bI()
isPushable()
method_5810()
isPushable()
private void
p()
eating()
method_6733()
playEatingAnimation()
public boolean
a(float arg0, float arg1, bua arg2)
causeFallDamage(float arg0, float arg1, DamageSource arg2)
method_5747(float arg0, float arg1, class_1282 arg2)
handleFallDamage(float arg0, float arg1, DamageSource arg2)
public final int
gM()
getInventorySize()
method_6750()
getInventorySize()
public static int
v(int arg0)
getInventorySize(int arg0)
method_60977(int arg0)
getInventorySize(int columns)
protected void
gN()
createInventory()
method_6721()
onChestedStatusChanged()
protected void
gO()
syncSaddleToClients()
method_56679()
updateSaddledFlag()
public void
a(btc arg0)
containerChanged(Container arg0)
method_5453(class_1263 arg0)
onInventoryChanged(Inventory arg0)
public boolean
a(ash arg0, bua arg1, float arg2)
hurtServer(ServerLevel arg0, DamageSource arg1, float arg2)
method_64397(class_3218 arg0, class_1282 arg1, float arg2)
damage(ServerWorld arg0, DamageSource arg1, float arg2)
protected boolean
gp()
canPerformRearing()
method_45349()
shouldAmbientStand()
protected SoundEvent
gq()
getEatingSound()
method_28368()
getEatSound()
protected SoundEvent
gP()
getAngrySound()
method_6747()
getAngrySound()
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)
private boolean
b(dsc arg0)
isWoodSoundType(SoundType arg0)
method_49996(class_2498 arg0)
isWooden(BlockSoundGroup soundGroup)
protected void
a(dsc arg0)
playGallopSound(SoundType arg0)
method_6761(class_2498 arg0)
playWalkSound(BlockSoundGroup group)
public static AttributeSupplier$Builder
gQ()
createBaseHorseAttributes()
method_26899()
createBaseHorseAttributes()
public int
ad()
getMaxSpawnClusterSize()
method_5945()
getLimitPerChunk()
public int
gR()
getMaxTemper()
method_6755()
getMaxTemper()
protected float
fg()
getSoundVolume()
method_6107()
getSoundVolume()
public int
Q()
getAmbientSoundInterval()
method_5970()
getMinAmbientSoundDelay()
public void
b(cpx arg0)
openCustomInventoryScreen(Player arg0)
method_6722(class_1657 arg0)
openInventory(PlayerEntity arg0)
public InteractionResult
c(cpx arg0, cxp arg1)
fedFood(Player arg0, ItemStack arg1)
method_30009(class_1657 arg0, class_1799 arg1)
interactHorse(PlayerEntity player, ItemStack stack)
protected boolean
a(cpx arg0, cxp arg1)
handleEating(Player arg0, ItemStack arg1)
method_6742(class_1657 arg0, class_1799 arg1)
receiveFood(PlayerEntity player, ItemStack item)
protected void
a(cpx arg0)
doPlayerRide(Player arg0)
method_6726(class_1657 arg0)
putPlayerOnBack(PlayerEntity player)
public boolean
fi()
isImmobile()
method_6062()
isImmobile()
public boolean
j(cxp arg0)
isFood(ItemStack arg0)
method_6481(class_1799 arg0)
isBreedingItem(ItemStack arg0)
private void
t()
moveTail()
method_6759()
wagTail()
protected void
f(ash arg0)
dropEquipment(ServerLevel arg0)
method_16078(class_3218 arg0)
dropInventory(ServerWorld arg0)
public void
d_()
aiStep()
method_6007()
tickMovement()
protected void
g(ash arg0)
followMommy(ServerLevel arg0)
method_6746(class_3218 arg0)
walkToParent(ServerWorld world)
public boolean
gS()
canEatGrass()
method_6762()
eatsGrass()
public void
h()
tick()
method_5773()
tick()
public InteractionResult
b(cpx arg0, bti arg1)
mobInteract(Player arg0, InteractionHand arg1)
method_5992(class_1657 arg0, class_1268 arg1)
interactMob(PlayerEntity arg0, Hand arg1)
private void
x()
openMouth()
method_6738()
setEating()
public void
B(boolean arg0)
setEating(boolean arg0)
method_6740(boolean arg0)
setEatingGrass(boolean eatingGrass)
public void
C(boolean arg0)
setStanding(boolean arg0)
method_6737(boolean arg0)
setAngry(boolean angry)
public SoundEvent
gT()
getAmbientStandSound()
method_45376()
getAmbientStandSound()
public void
gU()
standIfPossible()
method_6748()
updateAnger()
public void
gV()
makeMad()
method_6757()
playAngrySound()
public boolean
g(cpx arg0)
tameWithName(Player arg0)
method_6752(class_1657 arg0)
bondWithPlayer(PlayerEntity player)
protected void
a(cpx arg0, fby arg1)
tickRidden(Player arg0, Vec3 arg1)
method_49481(class_1657 arg0, class_243 arg1)
tickControlled(PlayerEntity arg0, Vec3d arg1)
protected Vec2
j(bwg arg0)
getRiddenRotation(LivingEntity arg0)
method_49489(class_1309 arg0)
getControlledRotation(LivingEntity controllingPassenger)
protected Vec3
b(cpx arg0, fby arg1)
getRiddenInput(Player arg0, Vec3 arg1)
method_49482(class_1657 arg0, class_243 arg1)
getControlledMovementInput(PlayerEntity arg0, Vec3d arg1)
protected float
e(cpx arg0)
getRiddenSpeed(Player arg0)
method_49485(class_1657 arg0)
getSaddledSpeed(PlayerEntity arg0)
protected void
b(float arg0, fby arg1)
executeRidersJump(float arg0, Vec3 arg1)
method_45343(float arg0, class_243 arg1)
jump(float strength, Vec3d movementInput)
protected void
gW()
playJumpSound()
method_6723()
playJumpSound()
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
a(chx arg0)
canMate(Animal arg0)
method_6474(class_1429 arg0)
canBreedWith(AnimalEntity arg0)
protected boolean
gX()
canParent()
method_6734()
canBreed()
public AgeableMob
a(ash arg0, bvb arg1)
getBreedOffspring(ServerLevel arg0, AgeableMob arg1)
method_5613(class_3218 arg0, class_1296 arg1)
createChild(ServerWorld arg0, PassiveEntity arg1)
protected void
a(bvb arg0, ckb arg1)
setOffspringAttributes(AgeableMob arg0, AbstractHorse arg1)
method_6743(class_1296 arg0, class_1496 arg1)
setChildAttributes(PassiveEntity other, AbstractHorseEntity child)
private void
a(bvb arg0, ckb arg1, jq<bxj> arg2, double arg3, double arg4)
setOffspringAttribute(AgeableMob arg0, AbstractHorse arg1, Holder<Attribute> arg2, double arg3, double arg4)
method_49124(class_1296 arg0, class_1496 arg1, class_6880<class_1320> arg2, double arg3, double arg4)
setChildAttribute(PassiveEntity other, AbstractHorseEntity child, RegistryEntry<EntityAttribute> attribute, double min, double max)
static double
a(double arg0, double arg1, double arg2, double arg3, bam arg4)
createOffspringAttribute(double arg0, double arg1, double arg2, double arg3, RandomSource arg4)
method_49123(double arg0, double arg1, double arg2, double arg3, class_5819 arg4)
calculateAttributeBaseValue(double parentBase, double otherParentBase, double min, double max, Random random)
public float
J(float arg0)
getEatAnim(float arg0)
method_6739(float arg0)
getEatingGrassAnimationProgress(float tickDelta)
public float
K(float arg0)
getStandAnim(float arg0)
method_6767(float arg0)
getAngryAnimationProgress(float tickDelta)
public float
L(float arg0)
getMouthAnim(float arg0)
method_6772(float arg0)
getEatingAnimationProgress(float tickDelta)
public void
b(int arg0)
onPlayerJump(int arg0)
method_6154(int arg0)
setJumpStrength(int arg0)
public boolean
a()
canJump()
method_6153()
canJump()
public void
c(int arg0)
handleStartJump(int arg0)
method_6155(int arg0)
startJumping(int arg0)
public void
b()
handleStopJump()
method_6156()
stopJumping()
protected void
D(boolean arg0)
spawnTamingParticles(boolean arg0)
method_6760(boolean arg0)
spawnPlayerReactionParticles(boolean positive)
public void
b(byte arg0)
handleEntityEvent(byte arg0)
method_5711(byte arg0)
handleStatus(byte arg0)
protected void
a(bvk arg0, bvk$a arg1)
positionRider(Entity arg0, Entity$MoveFunction arg1)
method_5865(class_1297 arg0, class_1297$class_4738 arg1)
updatePassengerPosition(Entity arg0, Entity$PositionUpdater arg1)
protected static float
a(IntUnaryOperator arg0)
generateMaxHealth(IntUnaryOperator arg0)
method_6754(IntUnaryOperator arg0)
getChildHealthBonus(IntUnaryOperator randomIntGetter)
protected static double
a(DoubleSupplier arg0)
generateJumpStrength(DoubleSupplier arg0)
method_6774(DoubleSupplier arg0)
getChildJumpStrengthBonus(DoubleSupplier randomDoubleGetter)
protected static double
b(DoubleSupplier arg0)
generateSpeed(DoubleSupplier arg0)
method_6728(DoubleSupplier arg0)
getChildMovementSpeedBonus(DoubleSupplier randomDoubleGetter)
public boolean
q_()
onClimbable()
method_6101()
isClimbing()
public SlotAccess
a_(int arg0)
getSlot(int arg0)
method_32318(int arg0)
getStackReference(int arg0)
public LivingEntity
cX()
getControllingPassenger()
method_5642()
getControllingPassenger()
private Vec3
a(fby arg0, bwg arg1)
getDismountLocationInDirection(Vec3 arg0, LivingEntity arg1)
method_27930(class_243 arg0, class_1309 arg1)
locateSafeDismountingPos(Vec3d offset, LivingEntity passenger)
public Vec3
b(bwg arg0)
getDismountLocationForPassenger(LivingEntity arg0)
method_24829(class_1309 arg0)
updatePassengerForDismount(LivingEntity arg0)
protected void
a(bam arg0)
randomizeAttributes(RandomSource arg0)
method_6001(class_5819 arg0)
initAttributes(Random random)
public SpawnGroupData
a(dhz arg0, bth arg1, bvq arg2, bwz arg3)
finalizeSpawn(ServerLevelAccessor arg0, DifficultyInstance arg1, EntitySpawnReason arg2, SpawnGroupData arg3)
method_5943(class_5425 arg0, class_1266 arg1, class_3730 arg2, class_1315 arg3)
initialize(ServerWorldAccess arg0, LocalDifficulty arg1, SpawnReason arg2, EntityData arg3)
public boolean
b(btc arg0)
hasInventoryChanged(Container arg0)
method_33338(class_1263 arg0)
areInventoriesDifferent(Inventory inventory)
public int
gY()
getAmbientStandInterval()
method_45377()
getMinAmbientStandDelay()
protected Vec3
a(bvk arg0, bvn arg1, float arg2)
getPassengerAttachmentPoint(Entity arg0, EntityDimensions arg1, float arg2)
method_52533(class_1297 arg0, class_4048 arg1, float arg2)
getPassengerAttachmentPos(Entity arg0, EntityDimensions arg1, float arg2)
public final Container
gZ()
getBodyArmorAccess()
method_56680()
getArmorInventory()
public int
ag_()
getInventoryColumns()
method_6702()
getInventoryColumns()