public abstract class EntityViewRenderEvent extends Event
修飾子とタイプ | クラスと説明 |
---|---|
static class |
EntityViewRenderEvent.CameraSetup
Event that allows mods to alter the angles of the player's camera.
|
static class |
EntityViewRenderEvent.FogColors
Event that allows any feature to customize the color of fog the player sees.
|
static class |
EntityViewRenderEvent.FogDensity
Event that allows any feature to customize the fog density the player sees.
|
static class |
EntityViewRenderEvent.FOVModifier
Event that allows mods to alter the raw FOV itself.
|
static class |
EntityViewRenderEvent.RenderFogEvent
Event that allows any feature to customize the rendering of fog.
|
Event.HasResult, Event.Result
コンストラクタと説明 |
---|
EntityViewRenderEvent(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks) |
修飾子とタイプ | メソッドと説明 |
---|---|
ActiveRenderInfo |
getInfo() |
GameRenderer |
getRenderer() |
double |
getRenderPartialTicks() |
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public EntityViewRenderEvent(GameRenderer renderer, ActiveRenderInfo info, double renderPartialTicks)
public GameRenderer getRenderer()
public ActiveRenderInfo getInfo()
public double getRenderPartialTicks()