public class LayerSpinAttackEffect extends java.lang.Object implements LayerRenderer<AbstractClientPlayer>
| Modifier and Type | Field and Description |
|---|---|
static ResourceLocation |
field_204836_a |
| Constructor and Description |
|---|
LayerSpinAttackEffect(RenderPlayer playerRenderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(AbstractClientPlayer entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
public static final ResourceLocation field_204836_a
public LayerSpinAttackEffect(RenderPlayer playerRenderer)
public void render(AbstractClientPlayer entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render in interface LayerRenderer<AbstractClientPlayer>public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<AbstractClientPlayer>