public class DrawBlockHighlightEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
DrawBlockHighlightEvent.HighlightBlock
A variant of the DrawBlockHighlightEvent only called when a block is highlighted.
|
static class |
DrawBlockHighlightEvent.HighlightEntity
A variant of the DrawBlockHighlightEvent only called when an entity is highlighted.
|
| Constructor and Description |
|---|
DrawBlockHighlightEvent(WorldRenderer context,
ActiveRenderInfo info,
RayTraceResult target,
int subID,
float partialTicks) |
| Modifier and Type | Method and Description |
|---|---|
WorldRenderer |
getContext() |
ActiveRenderInfo |
getInfo() |
float |
getPartialTicks() |
int |
getSubID() |
RayTraceResult |
getTarget() |
public DrawBlockHighlightEvent(WorldRenderer context, ActiveRenderInfo info, RayTraceResult target, int subID, float partialTicks)
public WorldRenderer getContext()
public ActiveRenderInfo getInfo()
public RayTraceResult getTarget()
public int getSubID()
public float getPartialTicks()