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(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 TypeClassDescriptionclassHorseBaseEntityRenderer<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 HorseBaseEntitySkeletonHorseTrapTriggerGoal.getHorse(LocalDifficulty localDifficulty)Methods in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprivate SkeletonEntitySkeletonHorseTrapTriggerGoal.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 TypeClassDescriptionclassclassclassclassclassclassMethods in net.minecraft.entity.passive with parameters of type HorseBaseEntityModifier and TypeMethodDescriptionprotected voidHorseBaseEntity.setChildAttributes(PassiveEntity mate, HorseBaseEntity child)Constructor parameters in net.minecraft.entity.passive with type arguments of type HorseBaseEntityModifierConstructorDescriptionprotectedHorseBaseEntity(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 TypeMethodDescriptionvoidPlayerEntity.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 booleanHorseScreenHandler.method_33354(HorseBaseEntity horseBaseEntity)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 TypeMethodDescriptionvoidServerPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory)