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 AbstractHorseHorseInventoryScreen.horseThe 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 TypeClassDescriptionclassAbstractHorseRenderer<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 TypeMethodDescriptionvoidServerPlayer.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 AbstractHorseRandomStandGoal.horseprivate final AbstractHorseRunAroundLikeCrazyGoal.horseMethods in net.minecraft.world.entity.ai.goal with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate voidRandomStandGoal.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 TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in net.minecraft.world.entity.animal.horse that return AbstractHorseModifier and TypeMethodDescriptionprivate AbstractHorseSkeletonTrapGoal.createHorse(DifficultyInstance difficulty) Methods in net.minecraft.world.entity.animal.horse with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate SkeletonSkeletonTrapGoal.createSkeleton(DifficultyInstance difficulty, AbstractHorse horse) private voidAbstractHorse.setOffspringAttribute(AgeableMob parent, AbstractHorse child, Holder<Attribute> attribute, double min, double max) protected voidAbstractHorse.setOffspringAttributes(AgeableMob parent, AbstractHorse child) Constructor parameters in net.minecraft.world.entity.animal.horse with type arguments of type AbstractHorseModifierConstructorDescriptionprotectedAbstractHorse(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 TypeMethodDescriptionvoidPlayer.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 TypeMethodDescriptionvoidFakePlayer.openHorseInventory(AbstractHorse horse, Container container)