Class RenderCustomEndPortal

java.lang.Object
codechicken.enderstorage.client.render.RenderCustomEndPortal

public class RenderCustomEndPortal extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RenderCustomEndPortal(double y, double x1, double x2, double z1, double z2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    init(net.neoforged.bus.api.IEventBus modBus)
     
    void
    submit(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.core.BlockPos pos, net.minecraft.client.renderer.SubmitNodeCollector collector, net.minecraft.client.renderer.state.CameraRenderState camera)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SKY_PIPELINE

      public static final com.mojang.blaze3d.pipeline.RenderPipeline SKY_PIPELINE
    • PORTAL_PIPELINE

      public static final com.mojang.blaze3d.pipeline.RenderPipeline PORTAL_PIPELINE
  • Constructor Details

    • RenderCustomEndPortal

      public RenderCustomEndPortal(double y, double x1, double x2, double z1, double z2)
  • Method Details

    • init

      public static void init(net.neoforged.bus.api.IEventBus modBus)
    • submit

      public void submit(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.core.BlockPos pos, net.minecraft.client.renderer.SubmitNodeCollector collector, net.minecraft.client.renderer.state.CameraRenderState camera)