public class RenderEntityRing extends net.minecraft.client.renderer.entity.EntityRenderer<EntityRing>
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityRing> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getTextureLocation(EntityRing entity) |
void |
render(EntityRing ring,
float entityYaw,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
net.minecraft.client.renderer.IRenderTypeBuffer bufferIn,
int packedLightIn) |
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityRing> FACTORY
public void render(EntityRing ring, float entityYaw, float partialTicks, com.mojang.blaze3d.matrix.MatrixStack matrixStackIn, net.minecraft.client.renderer.IRenderTypeBuffer bufferIn, int packedLightIn)
render in class net.minecraft.client.renderer.entity.EntityRenderer<EntityRing>public net.minecraft.util.ResourceLocation getTextureLocation(EntityRing entity)
getTextureLocation in class net.minecraft.client.renderer.entity.EntityRenderer<EntityRing>