Class SunShroomGlowLayer<T extends SunShroom>

java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunShroomModel<T>>
nokunami.floral_warfare.client.render.plants.sunShroom.SunShroomGlowLayer<T>

public class SunShroomGlowLayer<T extends SunShroom> extends net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunShroomModel<T>>
  • Field Summary

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

    Constructors
    Constructor
    Description
    SunShroomGlowLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T,SunShroomModel<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

    • SunShroomGlowLayer

      public SunShroomGlowLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T,SunShroomModel<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 SunShroom,SunShroomModel<T extends SunShroom>>