Uses of Class
net.minecraftforge.event.Event.Result

Packages that use Event.Result
net.minecraftforge.event   
net.minecraftforge.event.entity.player   
 

Uses of Event.Result in net.minecraftforge.event
 

Methods in net.minecraftforge.event that return Event.Result
static Event.Result ForgeEventFactory.canEntitySpawn(EntityLiving entity, World world, float x, float y, float z)
           
 Event.Result Event.getResult()
          Returns the value set as the result of this event
static Event.Result Event.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event.Result[] Event.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.minecraftforge.event with parameters of type Event.Result
 void Event.setResult(Event.Result value)
          Sets the result value for this event, not all events can have a result set, and any attempt to set a result for a event that isn't expecting it will result in a IllegalArgumentException.
 

Uses of Event.Result in net.minecraftforge.event.entity.player
 

Fields in net.minecraftforge.event.entity.player declared as Event.Result
 Event.Result PlayerInteractEvent.useBlock
           
 Event.Result PlayerInteractEvent.useItem