public class FOVUpdateEvent extends Event
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
EntityPlayer |
entity |
float |
fov |
float |
newfov |
Constructor and Description |
---|
FOVUpdateEvent(EntityPlayer entity,
float fov) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public final EntityPlayer entity
public final float fov
public float newfov
public FOVUpdateEvent(EntityPlayer entity, float fov)