public enum BCBuildersEventDist extends java.lang.Enum<BCBuildersEventDist>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
invalidateQuarry(TileQuarry quarry) |
void |
onGetCollisionBoxesForQuarry(net.minecraftforge.event.world.GetCollisionBoxesEvent event) |
void |
onRenderTooltipPostText(net.minecraftforge.client.event.RenderTooltipEvent.PostText event) |
void |
onTickClientTick(net.minecraftforge.fml.common.gameevent.TickEvent.ClientTickEvent event) |
void |
validateQuarry(TileQuarry quarry) |
static BCBuildersEventDist |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCBuildersEventDist[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCBuildersEventDist INSTANCE
public static BCBuildersEventDist[] values()
for (BCBuildersEventDist c : BCBuildersEventDist.values()) System.out.println(c);
public static BCBuildersEventDist valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void validateQuarry(TileQuarry quarry)
public void invalidateQuarry(TileQuarry quarry)
public void onGetCollisionBoxesForQuarry(net.minecraftforge.event.world.GetCollisionBoxesEvent event)
public void onRenderTooltipPostText(net.minecraftforge.client.event.RenderTooltipEvent.PostText event)
public void onTickClientTick(net.minecraftforge.fml.common.gameevent.TickEvent.ClientTickEvent event)