public class FOVUpdateEvent
extends net.minecraftforge.eventbus.api.Event
| Constructor and Description | 
|---|
FOVUpdateEvent(PlayerEntity entity,
              float fov)  | 
| Modifier and Type | Method and Description | 
|---|---|
PlayerEntity | 
getEntity()  | 
float | 
getFov()  | 
float | 
getNewfov()  | 
void | 
setNewfov(float newfov)  | 
public FOVUpdateEvent(PlayerEntity entity, float fov)
public PlayerEntity getEntity()
public float getFov()
public float getNewfov()
public void setNewfov(float newfov)