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 menu, Inventory inventory, AbstractHorse horse, int inventoryColumns) -
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 entity) 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 horse, Container inventory) -
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 horse) Constructors in net.minecraft.world.entity.ai.goal with parameters of type AbstractHorseModifierConstructorDescriptionRandomStandGoal
(AbstractHorse horse) RunAroundLikeCrazyGoal
(AbstractHorse horse, double speedModifier) -
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 difficulty) Methods in net.minecraft.world.entity.animal.horse with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate Skeleton
SkeletonTrapGoal.createSkeleton
(DifficultyInstance difficulty, AbstractHorse horse) private void
AbstractHorse.setOffspringAttribute
(AgeableMob parent, AbstractHorse child, Holder<Attribute> attribute, double min, double max) protected void
AbstractHorse.setOffspringAttributes
(AgeableMob parent, AbstractHorse child) Constructor parameters in net.minecraft.world.entity.animal.horse with type arguments of type AbstractHorseModifierConstructorDescriptionprotected
AbstractHorse
(EntityType<? extends AbstractHorse> entityType, Level level) -
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 horse, Container inventory) -
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 containerId, Inventory inventory, Container horseContainer, AbstractHorse horse, int columns) -
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)