Uses of Class
net.minecraft.entity.passive.horse.AbstractChestedHorseEntity
-
Packages that use AbstractChestedHorseEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.model net.minecraft.entity.passive.horse -
-
Uses of AbstractChestedHorseEntity in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type AbstractChestedHorseEntity Modifier and Type Class Description classChestedHorseRenderer<T extends AbstractChestedHorseEntity> -
Uses of AbstractChestedHorseEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type AbstractChestedHorseEntity Modifier and Type Class Description classHorseArmorChestsModel<T extends AbstractChestedHorseEntity>classLlamaModel<T extends AbstractChestedHorseEntity> -
Uses of AbstractChestedHorseEntity in net.minecraft.entity.passive.horse
Subclasses of AbstractChestedHorseEntity in net.minecraft.entity.passive.horse Modifier and Type Class Description classDonkeyEntityclassLlamaEntityclassMuleEntityclassTraderLlamaEntityConstructor parameters in net.minecraft.entity.passive.horse with type arguments of type AbstractChestedHorseEntity Constructor Description AbstractChestedHorseEntity(EntityType<? extends AbstractChestedHorseEntity> p_i48564_1_, World p_i48564_2_)
-