public class DrawBlockHighlightEvent extends Event
Event.HasResult, Event.Result| Constructor and Description |
|---|
DrawBlockHighlightEvent(RenderGlobal context,
EntityPlayer player,
RayTraceResult target,
int subID,
float partialTicks) |
| Modifier and Type | Method and Description |
|---|---|
RenderGlobal |
getContext() |
float |
getPartialTicks() |
EntityPlayer |
getPlayer() |
int |
getSubID() |
RayTraceResult |
getTarget() |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic DrawBlockHighlightEvent(RenderGlobal context, EntityPlayer player, RayTraceResult target, int subID, float partialTicks)
public RenderGlobal getContext()
public EntityPlayer getPlayer()
public RayTraceResult getTarget()
public int getSubID()
public float getPartialTicks()