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