public static class PlayerEvent.BreakSpeed extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.Clone, PlayerEvent.HarvestCheck, PlayerEvent.NameFormat, PlayerEvent.StartTracking, PlayerEvent.StopTracking
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
Block |
block |
int |
metadata |
float |
newSpeed |
float |
originalSpeed |
int |
x |
int |
y |
int |
z |
entityPlayer
entityLiving
entity
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, setup
public 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)