Uses of Enum Class
net.minecraft.client.render.entity.AbstractDonkeyEntityRenderer.Type
Packages that use AbstractDonkeyEntityRenderer.Type
-
Uses of AbstractDonkeyEntityRenderer.Type in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return AbstractDonkeyEntityRenderer.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractDonkeyEntityRenderer.Type[]AbstractDonkeyEntityRenderer.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.render.entity with parameters of type AbstractDonkeyEntityRenderer.TypeModifierConstructorDescriptionAbstractDonkeyEntityRenderer(EntityRendererFactory.Context context, AbstractDonkeyEntityRenderer.Type type)