public class RenderEntityVortex extends net.minecraft.client.renderer.entity.EntityRenderer<EntityVortex>
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityVortex> |
FACTORY |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getTextureLocation(EntityVortex entity) |
void |
render(EntityVortex entity,
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<EntityVortex> FACTORY
public net.minecraft.util.ResourceLocation getTextureLocation(EntityVortex entity)
getTextureLocation in class net.minecraft.client.renderer.entity.EntityRenderer<EntityVortex>public void render(EntityVortex entity, 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<EntityVortex>