Class MarigoldGlowLayer<T extends Sunflower>

java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunflowerModel<T>>
nokunami.floral_warfare.client.render.plants.marigold.MarigoldGlowLayer<T>

public class MarigoldGlowLayer<T extends Sunflower> extends net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunflowerModel<T>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MarigoldGlowLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T,SunflowerModel<T>> renderer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(@NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, T entity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch)
     

    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
  • Field Details

    • GLOW

      public static net.minecraft.resources.ResourceLocation GLOW
  • Constructor Details

    • MarigoldGlowLayer

      public MarigoldGlowLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T,SunflowerModel<T>> renderer)
  • Method Details

    • render

      public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, @NotNull T entity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch)
      Specified by:
      render in class net.minecraft.client.renderer.entity.layers.RenderLayer<T extends Sunflower,SunflowerModel<T extends Sunflower>>