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 HorseBaseEntityHorseScreen. entityConstructors 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 classHorseBaseEntityRenderer<T extends HorseBaseEntity,M extends HorseEntityModel<T>>Methods in net.minecraft.client.render.entity with parameters of type HorseBaseEntity Modifier and Type Method Description IdentifierZombieHorseEntityRenderer. 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 classHorseEntityModel<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 HorseBaseEntityHorseBondWithPlayerGoal. horseMethods in net.minecraft.entity.ai.goal that return HorseBaseEntity Modifier and Type Method Description private HorseBaseEntitySkeletonHorseTrapTriggerGoal. getHorse(LocalDifficulty localDifficulty)Methods in net.minecraft.entity.ai.goal with parameters of type HorseBaseEntity Modifier and Type Method Description private SkeletonEntitySkeletonHorseTrapTriggerGoal. 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 classSkeletonHorseEntityclassZombieHorseEntity -
Uses of HorseBaseEntity in net.minecraft.entity.passive
Subclasses of HorseBaseEntity in net.minecraft.entity.passive Modifier and Type Class Description classAbstractDonkeyEntityclassDonkeyEntityclassHorseEntityclassLlamaEntityclassMuleEntityclassTraderLlamaEntityMethods in net.minecraft.entity.passive with parameters of type HorseBaseEntity Modifier and Type Method Description protected voidHorseBaseEntity. 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 voidPlayerEntity. 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 HorseBaseEntityHorseScreenHandler. entityMethods in net.minecraft.screen with parameters of type HorseBaseEntity Modifier and Type Method Description private booleanHorseScreenHandler. 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 voidServerPlayerEntity. openHorseInventory(HorseBaseEntity horse, Inventory inventory)