Uses of Class
net.minecraft.entity.passive.HorseBaseEntity
Packages that use HorseBaseEntity
Package
Description
-
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(Inventory armor, Inventory chest, HorseBaseEntity entity) -
Uses of HorseBaseEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprotected IdentifierHorseBaseEntityRenderer.getTexture(HorseBaseEntity horseBaseEntity) private IdentifierHorseBaseEntityRenderer.method_5756(HorseBaseEntity horse) protected voidHorseBaseEntityRenderer.scale(HorseBaseEntity horseBaseEntity, float float2) -
Uses of HorseBaseEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as HorseBaseEntityConstructors in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntity -
Uses of HorseBaseEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return HorseBaseEntityModifier and TypeMethodDescriptionprotected HorseBaseEntityHorseBaseEntity.method_6231(Entity entity, double double2) -
Uses of HorseBaseEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) voidPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) voidServerPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) -
Uses of HorseBaseEntity in net.minecraft.screen
Fields in net.minecraft.screen declared as HorseBaseEntityConstructors in net.minecraft.screen with parameters of type HorseBaseEntityModifierConstructorDescriptionHorseScreenHandler(Inventory inventory, Inventory playerInventory, HorseBaseEntity horse, PlayerEntity player)