Uses of Class
net.minecraft.entity.passive.HorseBaseEntity
-
Uses of HorseBaseEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as HorseBaseEntity Modifier and Type Field Description private HorseBaseEntity
HorseScreen. entity
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type HorseBaseEntity Constructor Description HorseScreen(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 HorseBaseEntity Modifier and Type Class Description class
HorseBaseEntityRenderer<T extends HorseBaseEntity,M extends HorseEntityModel<T>>
Methods in net.minecraft.client.render.entity with parameters of type HorseBaseEntity Modifier and Type Method Description Identifier
ZombieHorseEntityRenderer. 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 Modifier and Type Class Description class
HorseEntityModel<T extends HorseBaseEntity>
-
Uses of HorseBaseEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as HorseBaseEntity Modifier and Type Field Description private HorseBaseEntity
HorseBondWithPlayerGoal. horse
Methods in net.minecraft.entity.ai.goal that return HorseBaseEntity Modifier and Type Method Description private HorseBaseEntity
SkeletonHorseTrapTriggerGoal. getHorse(LocalDifficulty localDifficulty)
Methods in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntity Modifier and Type Method Description private SkeletonEntity
SkeletonHorseTrapTriggerGoal. getSkeleton(LocalDifficulty localDifficulty, HorseBaseEntity vehicle)
Constructors in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntity Constructor Description HorseBondWithPlayerGoal(HorseBaseEntity horse, double speed)
-
Uses of HorseBaseEntity in net.minecraft.entity.mob
Subclasses of HorseBaseEntity in net.minecraft.entity.mob Modifier and Type Class Description class
SkeletonHorseEntity
class
ZombieHorseEntity
-
Uses of HorseBaseEntity in net.minecraft.entity.passive
Subclasses of HorseBaseEntity in net.minecraft.entity.passive Modifier and Type Class Description class
AbstractDonkeyEntity
class
DonkeyEntity
class
HorseEntity
class
LlamaEntity
class
MuleEntity
class
TraderLlamaEntity
Methods in net.minecraft.entity.passive with parameters of type HorseBaseEntity Modifier and Type Method Description protected void
HorseBaseEntity. setChildAttributes(PassiveEntity mate, HorseBaseEntity child)
Constructor parameters in net.minecraft.entity.passive with type arguments of type HorseBaseEntity Constructor Description 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 HorseBaseEntity Modifier and Type Method Description void
PlayerEntity. openHorseInventory(HorseBaseEntity horse, Inventory inventory)
-
Uses of HorseBaseEntity in net.minecraft.screen
Fields in net.minecraft.screen declared as HorseBaseEntity Modifier and Type Field Description private HorseBaseEntity
HorseScreenHandler. entity
Methods in net.minecraft.screen with parameters of type HorseBaseEntity Modifier and Type Method Description private boolean
HorseScreenHandler. method_33354(HorseBaseEntity horseBaseEntity)
Constructors in net.minecraft.screen with parameters of type HorseBaseEntity Constructor Description HorseScreenHandler(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 HorseBaseEntity Modifier and Type Method Description void
ServerPlayerEntity. openHorseInventory(HorseBaseEntity horse, Inventory inventory)