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 AbstractHorseConstructors in net.minecraft.client.gui.screens.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryScreen
(HorseInventoryMenu p_98817_, Inventory p_98818_, AbstractHorse p_98819_) -
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 p_116274_) -
Uses of AbstractHorse in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type AbstractHorseModifier and TypeMethodDescriptionvoid
ServerPlayer.openHorseInventory
(AbstractHorse p_9059_, Container p_9060_) -
Uses of AbstractHorse in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AbstractHorseConstructors in net.minecraft.world.entity.ai.goal with parameters of type AbstractHorse -
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 p_30930_) Methods in net.minecraft.world.entity.animal.horse with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate Skeleton
SkeletonTrapGoal.createSkeleton
(DifficultyInstance p_30932_, AbstractHorse p_30933_) protected void
AbstractHorse.setOffspringAttributes
(AgeableMob p_149509_, AbstractHorse p_149510_) Constructor parameters in net.minecraft.world.entity.animal.horse with type arguments of type AbstractHorseModifierConstructorDescriptionprotected
AbstractHorse
(EntityType<? extends AbstractHorse> p_30531_, Level p_30532_) -
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 p_36167_, Container p_36168_) -
Uses of AbstractHorse in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as AbstractHorseMethods in net.minecraft.world.inventory with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate boolean
HorseInventoryMenu.hasChest
(AbstractHorse p_150578_) Constructors in net.minecraft.world.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryMenu
(int p_39656_, Inventory p_39657_, Container p_39658_, AbstractHorse p_39659_)