Uses of Class
net.minecraft.world.entity.animal.equine.AbstractHorse
Packages that use AbstractHorse
Package
Description
-
Uses of AbstractHorse in net.minecraft.client.gui.screens.inventory
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryScreen(HorseInventoryMenu menu, Inventory playerInventory, AbstractHorse mount, int inventoryColumns) -
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,S extends EquineRenderState, M extends EntityModel<? super S>> -
Uses of AbstractHorse in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type AbstractHorseModifier and TypeMethodDescriptionvoidServerPlayer.openHorseInventory(AbstractHorse p_478702_, Container p_9060_) -
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.equine
Subclasses of AbstractHorse in net.minecraft.world.entity.animal.equineModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in net.minecraft.world.entity.animal.equine that return AbstractHorseModifier and TypeMethodDescriptionprivate @Nullable AbstractHorseSkeletonTrapGoal.createHorse(DifficultyInstance difficulty) Methods in net.minecraft.world.entity.animal.equine with parameters of type AbstractHorseModifier and TypeMethodDescriptionprivate @Nullable 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.equine with type arguments of type AbstractHorseModifierConstructorDescriptionprotectedAbstractHorse(EntityType<? extends AbstractHorse> p_481906_, Level p_481756_) -
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
Constructors in net.minecraft.world.inventory with parameters of type AbstractHorseModifierConstructorDescriptionHorseInventoryMenu(int containerId, Inventory playerInventory, Container mountContainer, AbstractHorse horse, int inventoryColumns) -
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)