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 class
ChestedHorseRenderer<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 class
HorseArmorChestsModel<T extends AbstractChestedHorseEntity>
class
LlamaModel<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 class
DonkeyEntity
class
LlamaEntity
class
MuleEntity
class
TraderLlamaEntity
Constructor 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_)
-