public interface IRenderWorldLast
RenderWorldLastEvent.| Modifier and Type | Method and Description |
|---|---|
void |
renderWorldLastEvent(net.minecraftforge.client.event.RenderWorldLastEvent event,
net.minecraft.world.IBlockAccess world)
Renders when
RenderWorldLastEvent is called. |
boolean |
shouldRender(net.minecraftforge.client.event.RenderWorldLastEvent event,
net.minecraft.world.IBlockAccess world)
Whether the renderer should render.
|
boolean |
shouldSetViewportPosition()
Whether to set the translations based on player current position and partialTick.
|
boolean shouldSetViewportPosition()
boolean shouldRender(net.minecraftforge.client.event.RenderWorldLastEvent event,
net.minecraft.world.IBlockAccess world)
event - the eventworld - the worldvoid renderWorldLastEvent(net.minecraftforge.client.event.RenderWorldLastEvent event,
net.minecraft.world.IBlockAccess world)
RenderWorldLastEvent is called.event - the eventworld - the world