Uses of Class
net.minecraft.entity.passive.HorseBaseEntity
Packages that use HorseBaseEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of HorseBaseEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as HorseBaseEntityConstructors in net.minecraft.client.gui.screen.ingame with parameters of type HorseBaseEntityModifierConstructorDescriptionHorseScreen
(HorseScreenHandler handler, PlayerInventory inventory, HorseBaseEntity entity) -
Uses of HorseBaseEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type HorseBaseEntityModifier and TypeClassDescriptionclass
HorseBaseEntityRenderer<T extends HorseBaseEntity,
M extends HorseEntityModel<T>> Methods in net.minecraft.client.render.entity with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionZombieHorseEntityRenderer.getTexture
(HorseBaseEntity horseBaseEntity) -
Uses of HorseBaseEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type HorseBaseEntity -
Uses of HorseBaseEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as HorseBaseEntityMethods in net.minecraft.entity.ai.goal that return HorseBaseEntityModifier and TypeMethodDescriptionprivate HorseBaseEntity
SkeletonHorseTrapTriggerGoal.getHorse
(LocalDifficulty localDifficulty) Methods in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprivate SkeletonEntity
SkeletonHorseTrapTriggerGoal.getSkeleton
(LocalDifficulty localDifficulty, HorseBaseEntity vehicle) Constructors in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntity -
Uses of HorseBaseEntity in net.minecraft.entity.mob
Subclasses of HorseBaseEntity in net.minecraft.entity.mob -
Uses of HorseBaseEntity in net.minecraft.entity.passive
Subclasses of HorseBaseEntity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.minecraft.entity.passive with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprotected void
HorseBaseEntity.setChildAttributes
(PassiveEntity mate, HorseBaseEntity child) Constructor parameters in net.minecraft.entity.passive with type arguments of type HorseBaseEntityModifierConstructorDescriptionprotected
HorseBaseEntity
(EntityType<? extends HorseBaseEntity> type, World world) -
Uses of HorseBaseEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionvoid
PlayerEntity.openHorseInventory
(HorseBaseEntity horse, Inventory inventory) -
Uses of HorseBaseEntity in net.minecraft.screen
Fields in net.minecraft.screen declared as HorseBaseEntityMethods in net.minecraft.screen with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprivate boolean
HorseScreenHandler.hasChest
(HorseBaseEntity horse) Constructors in net.minecraft.screen with parameters of type HorseBaseEntityModifierConstructorDescriptionHorseScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, HorseBaseEntity entity) -
Uses of HorseBaseEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionvoid
ServerPlayerEntity.openHorseInventory
(HorseBaseEntity horse, Inventory inventory)