Class RenderableTest
java.lang.Object
net.neoforged.neoforge.oldtest.client.rendering.RenderableTest
This mod is testing the use of
to false.
When you enter a world, there should be 6 sugar gliders rendering at (0, 120, 0) that test the various stages in
RenderLevelStageEvent
and is a modifaction of a pre-existing test mod that used the old
RenderLevelLastEvent. To restore the old behavior, set
invalid reference
#USE_LEVEL_RENDERER_STAGE
RenderLevelStageEvent
.
From left to right (with the sugar gliders facing you) they represent RenderLevelStageEvent.Stage.AFTER_SKY
, RenderLevelStageEvent.Stage.AFTER_SOLID_BLOCKS
,
RenderLevelStageEvent.Stage.AFTER_TRANSLUCENT_BLOCKS
, RenderLevelStageEvent.Stage.AFTER_TRIPWIRE_BLOCKS
, RenderLevelStageEvent.Stage.AFTER_PARTICLES
, and RenderLevelStageEvent.Stage.AFTER_WEATHER
.
Due to how weather modifies the projection matrix, it's sugar glider will be positioned weirdly. Below each sugar gliders is a render of
blue stained glass to test translucency with fabulous graphics. RenderLevelStageEvent.Stage.AFTER_PARTICLES
will render the stained glass using
NeoForgeRenderTypes.TRANSLUCENT_ON_PARTICLES_TARGET
.-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
MODID
- See Also:
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
ENABLED
public static final boolean ENABLED- See Also:
-
-
Constructor Details
-
RenderableTest
public RenderableTest(net.neoforged.bus.api.IEventBus modEventBus)
-