|
static boolean | doPlayerHarvestCheck (EntityPlayer player, Block block, boolean success) |
|
static float | getBreakSpeed (EntityPlayer player, Block block, int metadata, float original) |
|
static PlayerInteractEvent | onPlayerInteract (EntityPlayer player, Action action, int x, int y, int z, int face) |
|
static void | onPlayerDestroyItem (EntityPlayer player, ItemStack stack) |
|
static Result | canEntitySpawn (EntityLiving entity, World world, float x, float y, float z) |
|
static boolean | doSpecialSpawn (EntityLiving entity, World world, float x, float y, float z) |
|
static List | getPotentialSpawns (WorldServer world, EnumCreatureType type, int x, int y, int z, List oldList) |
|
static int | getMaxSpawnPackSize (EntityLiving entity) |
|
static Result net.minecraftforge.event.ForgeEventFactory.canEntitySpawn |
( |
EntityLiving |
entity, |
|
|
World |
world, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
static |
static boolean net.minecraftforge.event.ForgeEventFactory.doPlayerHarvestCheck |
( |
EntityPlayer |
player, |
|
|
Block |
block, |
|
|
boolean |
success |
|
) |
| |
|
static |
static boolean net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn |
( |
EntityLiving |
entity, |
|
|
World |
world, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
static |
static float net.minecraftforge.event.ForgeEventFactory.getBreakSpeed |
( |
EntityPlayer |
player, |
|
|
Block |
block, |
|
|
int |
metadata, |
|
|
float |
original |
|
) |
| |
|
static |
static int net.minecraftforge.event.ForgeEventFactory.getMaxSpawnPackSize |
( |
EntityLiving |
entity) | |
|
|
static |
static List net.minecraftforge.event.ForgeEventFactory.getPotentialSpawns |
( |
WorldServer |
world, |
|
|
EnumCreatureType |
type, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
z, |
|
|
List |
oldList |
|
) |
| |
|
static |
static void net.minecraftforge.event.ForgeEventFactory.onPlayerDestroyItem |
( |
EntityPlayer |
player, |
|
|
ItemStack |
stack |
|
) |
| |
|
static |
static PlayerInteractEvent net.minecraftforge.event.ForgeEventFactory.onPlayerInteract |
( |
EntityPlayer |
player, |
|
|
Action |
action, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
z, |
|
|
int |
face |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraftforge/event/ForgeEventFactory.java