public class PlayerFlyableFallEvent extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.Clone, PlayerEvent.HarvestCheck, PlayerEvent.LoadFromFile, PlayerEvent.NameFormat, PlayerEvent.SaveToFile, PlayerEvent.StartTracking, PlayerEvent.StopTracking, PlayerEvent.Visibility
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private float |
distance |
private float |
multiplier |
Constructor and Description |
---|
PlayerFlyableFallEvent(EntityPlayer player,
float distance,
float multiplier) |
Modifier and Type | Method and Description |
---|---|
float |
getDistance() |
float |
getMultiplier() |
void |
setDistance(float distance) |
void |
setMultiplier(float multiplier) |
getEntityPlayer
getEntityLiving
getEntity
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public PlayerFlyableFallEvent(EntityPlayer player, float distance, float multiplier)