|
| static void | plantGrass (World world, int x, int y, int z) |
| |
| static ItemStack | getGrassSeed (World world) |
| |
| static boolean | canHarvestBlock (Block block, EntityPlayer player, int metadata) |
| |
| static boolean | canToolHarvestBlock (Block block, int metadata, ItemStack stack) |
| |
| static float | blockStrength (Block block, EntityPlayer player, World world, int x, int y, int z) |
| |
| static boolean | isToolEffective (ItemStack stack, Block block, int metadata) |
| |
| static int | getTotalArmorValue (EntityPlayer player) |
| |
| static boolean | onPickBlock (MovingObjectPosition target, EntityPlayer player, World world) |
| |
| static void | onLivingSetAttackTarget (EntityLiving entity, EntityLiving target) |
| |
| static boolean | onLivingUpdate (EntityLiving entity) |
| |
| static boolean | onLivingAttack (EntityLiving entity, DamageSource src, int amount) |
| |
| static int | onLivingHurt (EntityLiving entity, DamageSource src, int amount) |
| |
| static boolean | onLivingDeath (EntityLiving entity, DamageSource src) |
| |
| static boolean | onLivingDrops (EntityLiving entity, DamageSource source, ArrayList< EntityItem > drops, int lootingLevel, boolean recentlyHit, int specialDropValue) |
| |
| static float | onLivingFall (EntityLiving entity, float distance) |
| |
| static boolean | isLivingOnLadder (Block block, World world, int x, int y, int z, EntityLiving entity) |
| |
| static boolean | isLivingOnLadder (Block block, World world, int x, int y, int z) |
| |
| static void | onLivingJump (EntityLiving entity) |
| |
| static EntityItem | onPlayerTossEvent (EntityPlayer player, ItemStack item) |
| |
| static float | getEnchantPower (World world, int x, int y, int z) |
| |