public class DrawBlockHighlightEvent extends Event
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
RenderGlobal |
context |
ItemStack |
currentItem |
float |
partialTicks |
EntityPlayer |
player |
int |
subID |
MovingObjectPosition |
target |
| Constructor and Description |
|---|
DrawBlockHighlightEvent(RenderGlobal context,
EntityPlayer player,
MovingObjectPosition target,
int subID,
ItemStack currentItem,
float partialTicks) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final RenderGlobal context
public final EntityPlayer player
public final MovingObjectPosition target
public final int subID
public final ItemStack currentItem
public final float partialTicks
public DrawBlockHighlightEvent(RenderGlobal context, EntityPlayer player, MovingObjectPosition target, int subID, ItemStack currentItem, float partialTicks)