public class PokeBallRenderer extends net.minecraft.client.renderer.entity.EntityRenderer<PokeBallEntity>
Constructor and Description |
---|
PokeBallRenderer(net.minecraft.client.renderer.entity.EntityRendererManager renderManager) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
getTextureLocation(PokeBallEntity pokeball) |
void |
render(PokeBallEntity pokeball,
float entityYaw,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.renderer.IRenderTypeBuffer buffer,
int packedLightIn) |
net.minecraft.util.ResourceLocation |
resolveTexture(PokeBallEntity pokeball,
boolean flash) |
public PokeBallRenderer(net.minecraft.client.renderer.entity.EntityRendererManager renderManager)
public void render(PokeBallEntity pokeball, float entityYaw, float partialTicks, com.mojang.blaze3d.matrix.MatrixStack matrix, net.minecraft.client.renderer.IRenderTypeBuffer buffer, int packedLightIn)
render
in class net.minecraft.client.renderer.entity.EntityRenderer<PokeBallEntity>
public net.minecraft.util.ResourceLocation getTextureLocation(PokeBallEntity pokeball)
getTextureLocation
in class net.minecraft.client.renderer.entity.EntityRenderer<PokeBallEntity>
public net.minecraft.util.ResourceLocation resolveTexture(PokeBallEntity pokeball, boolean flash)