Uses of Class
net.minecraft.world.entity.animal.horse.AbstractHorse
Packages that use AbstractHorse
Package
Description
-
Uses of AbstractHorse in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as AbstractHorseModifier and TypeFieldDescriptionprivate final AbstractHorse
HorseInventoryScreen.horse
The EntityHorse whose inventory is currently being accessed.Constructors in net.minecraft.client.gui.screens.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryScreen
(HorseInventoryMenu pMenu, Inventory pInventory, AbstractHorse pHorse, int pInventoryColumns) -
Uses of AbstractHorse in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type AbstractHorse -
Uses of AbstractHorse in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type AbstractHorseModifier and TypeClassDescriptionclass
AbstractHorseRenderer<T extends AbstractHorse,
M extends HorseModel<T>> Methods in net.minecraft.client.renderer.entity with parameters of type AbstractHorseModifier and TypeMethodDescriptionUndeadHorseRenderer.getTextureLocation
(AbstractHorse pEntity) Returns the location of an entity's texture. -
Uses of AbstractHorse in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type AbstractHorseModifier and TypeMethodDescriptionvoid
ServerPlayer.openHorseInventory
(AbstractHorse pHorse, Container pInventory) -
Uses of AbstractHorse in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AbstractHorseModifier and TypeFieldDescriptionprivate final AbstractHorse
RandomStandGoal.horse
private final AbstractHorse
RunAroundLikeCrazyGoal.horse
Methods in net.minecraft.world.entity.ai.goal with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate void
RandomStandGoal.resetStandInterval
(AbstractHorse pHorse) Constructors in net.minecraft.world.entity.ai.goal with parameters of type AbstractHorseModifierConstructorDescriptionRandomStandGoal
(AbstractHorse pHorse) RunAroundLikeCrazyGoal
(AbstractHorse pHorse, double pSpeedModifier) -
Uses of AbstractHorse in net.minecraft.world.entity.animal.camel
Subclasses of AbstractHorse in net.minecraft.world.entity.animal.camel -
Uses of AbstractHorse in net.minecraft.world.entity.animal.horse
Subclasses of AbstractHorse in net.minecraft.world.entity.animal.horseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in net.minecraft.world.entity.animal.horse that return AbstractHorseModifier and TypeMethodDescriptionprivate AbstractHorse
SkeletonTrapGoal.createHorse
(DifficultyInstance pDifficulty) Methods in net.minecraft.world.entity.animal.horse with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate Skeleton
SkeletonTrapGoal.createSkeleton
(DifficultyInstance pDifficulty, AbstractHorse pHorse) private void
AbstractHorse.setOffspringAttribute
(AgeableMob pParent, AbstractHorse pChild, Holder<Attribute> pAttribute, double pMin, double pMax) protected void
AbstractHorse.setOffspringAttributes
(AgeableMob pParent, AbstractHorse pChild) Constructor parameters in net.minecraft.world.entity.animal.horse with type arguments of type AbstractHorseModifierConstructorDescriptionprotected
AbstractHorse
(EntityType<? extends AbstractHorse> pEntityType, Level pLevel) -
Uses of AbstractHorse in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type AbstractHorseModifier and TypeMethodDescriptionvoid
Player.openHorseInventory
(AbstractHorse pHorse, Container pInventory) -
Uses of AbstractHorse in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as AbstractHorseConstructors in net.minecraft.world.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryMenu
(int pContainerId, Inventory pInventory, Container pHorseContainer, AbstractHorse pHorse, int pColumns) -
Uses of AbstractHorse in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type AbstractHorseModifier and TypeMethodDescriptionvoid
FakePlayer.openHorseInventory
(AbstractHorse horse, Container container)