|
||||||||||
| 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.UseHoeEvent
public class UseHoeEvent
| 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 | |
|---|---|
ItemStack |
current
This event is fired when a player attempts to use a Hoe on a block, it can be canceled to completely prevent any further processing. |
World |
world
|
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 | |
|---|---|
UseHoeEvent(EntityPlayer player,
ItemStack current,
World world,
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 ItemStack current
public final World world
public final int x
public final int y
public final int z
| Constructor Detail |
|---|
public UseHoeEvent(EntityPlayer player,
ItemStack current,
World world,
int x,
int y,
int z)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||