public static class PlayerEvent.BreakSpeed extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.Clone, PlayerEvent.HarvestCheck, PlayerEvent.LoadFromFile, PlayerEvent.NameFormat, PlayerEvent.SaveToFile, PlayerEvent.StartTracking, PlayerEvent.StopTrackingLivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
Block |
block |
int |
metadata |
float |
newSpeed |
float |
originalSpeed |
int |
x |
int |
y |
int |
z |
entityPlayerentityLivingentity| Constructor and Description |
|---|
PlayerEvent.BreakSpeed(EntityPlayer player,
Block block,
int metadata,
float original)
Deprecated.
|
PlayerEvent.BreakSpeed(EntityPlayer player,
Block block,
int metadata,
float original,
int x,
int y,
int z) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setuppublic final Block block
public final int metadata
public final float originalSpeed
public float newSpeed
public final int x
public final int y
public final int z
@Deprecated public PlayerEvent.BreakSpeed(EntityPlayer player, Block block, int metadata, float original)
public PlayerEvent.BreakSpeed(EntityPlayer player, Block block, int metadata, float original, int x, int y, int z)