Package net.minecraftforge.client.event
Class EntityViewRenderEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.EntityViewRenderEvent
- Direct Known Subclasses:
EntityViewRenderEvent.CameraSetup,EntityViewRenderEvent.FogColors,EntityViewRenderEvent.FogEvent,EntityViewRenderEvent.FOVModifier
public abstract class EntityViewRenderEvent
extends net.minecraftforge.eventbus.api.Event
Event that hooks into GameRenderer, allowing any feature to customize visual attributes
the player sees.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEvent that allows mods to alter the angles of the player's camera.static classEvent that allows any feature to customize the color of fog the player sees.static classEvent that allows any feature to customize the fog density the player sees.private static classstatic classEvent that allows mods to alter the raw FOV itself.static classEvent that allows any feature to customize the rendering of fog.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityViewRenderEvent(GameRenderer renderer, Camera info, double renderPartialTicks) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Field Details
-
renderer
-
info
-
renderPartialTicks
private final double renderPartialTicks
-
-
Constructor Details
-
EntityViewRenderEvent
-
-
Method Details
-
getRenderer
-
getInfo
-
getRenderPartialTicks
public double getRenderPartialTicks()
-