|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.player.PlayerEvent
net.minecraftforge.event.entity.player.BonemealEvent
public class BonemealEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.player.PlayerEvent |
---|
PlayerEvent.BreakSpeed, PlayerEvent.HarvestCheck |
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.LivingEvent |
---|
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent |
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.EntityEvent |
---|
EntityEvent.CanUpdate, EntityEvent.EnteringChunk |
Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
---|
Event.HasResult, Event.Result |
Field Summary | |
---|---|
int |
ID
|
World |
world
This event is called when a player attempts to use Bonemeal on a block. |
int |
X
|
int |
Y
|
int |
Z
|
Fields inherited from class net.minecraftforge.event.entity.player.PlayerEvent |
---|
entityPlayer |
Fields inherited from class net.minecraftforge.event.entity.living.LivingEvent |
---|
entityLiving |
Fields inherited from class net.minecraftforge.event.entity.EntityEvent |
---|
entity |
Constructor Summary | |
---|---|
BonemealEvent(EntityPlayer player,
World world,
int id,
int x,
int y,
int z)
|
Method Summary |
---|
Methods inherited from class net.minecraftforge.event.Event |
---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final World world
public final int ID
public final int X
public final int Y
public final int Z
Constructor Detail |
---|
public BonemealEvent(EntityPlayer player, World world, int id, int x, int y, int z)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |