类 StencilEnableTest

java.lang.Object
net.neoforged.neoforge.oldtest.client.rendering.StencilEnableTest

public class StencilEnableTest extends Object
Basic test that uses the stencil buffer. When the test is enabled, it will render two grass blocks with a diamond block outline in the top left corner of the screen.
  • 字段详细资料

    • MOD_ID

      public static final String MOD_ID
      另请参阅:
    • ENABLED

      private static final StencilEnableTest.State ENABLED
    • STENCIL_FILL_KEY

      private static final ResourceKey<net.neoforged.neoforge.client.pipeline.PipelineModifier> STENCIL_FILL_KEY
    • STENCIL_APPLY_KEY

      private static final ResourceKey<net.neoforged.neoforge.client.pipeline.PipelineModifier> STENCIL_APPLY_KEY
  • 构造器详细资料

    • StencilEnableTest

      public StencilEnableTest(net.neoforged.bus.api.IEventBus modEventBus)