Class ElytraLayer<T extends LivingEntity,M extends EntityModel<T>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M>
net.minecraft.client.renderer.entity.layers.ElytraLayer<T,M>
- All Implemented Interfaces:
IForgeElytraLayer<T>
public class ElytraLayer<T extends LivingEntity,M extends EntityModel<T>>
extends RenderLayer<T,M>
implements IForgeElytraLayer<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_116951_, MultiBufferSource p_116952_, int p_116953_, T p_116954_, float p_116955_, float p_116956_, float p_116957_, float p_116958_, float p_116959_, float p_116960_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.extensions.IForgeElytraLayer
getElytraTexture, shouldRender
-
Field Details
-
WINGS_LOCATION
-
elytraModel
-
-
Constructor Details
-
ElytraLayer
-
-
Method Details
-
render
public void render(PoseStack p_116951_, MultiBufferSource p_116952_, int p_116953_, T p_116954_, float p_116955_, float p_116956_, float p_116957_, float p_116958_, float p_116959_, float p_116960_) - Specified by:
render
in classRenderLayer<T extends LivingEntity,
M extends EntityModel<T>>
-