Class SpinAttackEffectLayer<T extends LivingEntity>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,PlayerModel<T>>
net.minecraft.client.renderer.entity.layers.SpinAttackEffectLayer<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpinAttackEffectLayer
(RenderLayerParent<T, PlayerModel<T>> renderer, EntityModelSet modelSet) -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, T livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
TEXTURE
-
BOX
- See Also:
-
box
-
-
Constructor Details
-
SpinAttackEffectLayer
-
-
Method Details
-
createLayer
-
render
public void render(PoseStack poseStack, MultiBufferSource buffer, int packedLight, T livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) - Specified by:
render
in classRenderLayer<T extends LivingEntity,
PlayerModel<T extends LivingEntity>>
-