YATS/Forge Documentation
|
This is the complete list of members for net.minecraftforge.common.ForgeHooks, including all inherited members.
blockStrength(Block block, EntityPlayer player, World world, int x, int y, int z) | net.minecraftforge.common.ForgeHooks | static |
canHarvestBlock(Block block, EntityPlayer player, int metadata) | net.minecraftforge.common.ForgeHooks | static |
canToolHarvestBlock(Block block, int metadata, ItemStack stack) | net.minecraftforge.common.ForgeHooks | static |
getEnchantPower(World world, int x, int y, int z) | net.minecraftforge.common.ForgeHooks | static |
getGrassSeed(World world) | net.minecraftforge.common.ForgeHooks | static |
getTotalArmorValue(EntityPlayer player) | net.minecraftforge.common.ForgeHooks | static |
isLivingOnLadder(Block block, World world, int x, int y, int z, EntityLiving entity) | net.minecraftforge.common.ForgeHooks | static |
isLivingOnLadder(Block block, World world, int x, int y, int z) | net.minecraftforge.common.ForgeHooks | static |
isToolEffective(ItemStack stack, Block block, int metadata) | net.minecraftforge.common.ForgeHooks | static |
onLivingAttack(EntityLiving entity, DamageSource src, int amount) | net.minecraftforge.common.ForgeHooks | static |
onLivingDeath(EntityLiving entity, DamageSource src) | net.minecraftforge.common.ForgeHooks | static |
onLivingDrops(EntityLiving entity, DamageSource source, ArrayList< EntityItem > drops, int lootingLevel, boolean recentlyHit, int specialDropValue) | net.minecraftforge.common.ForgeHooks | static |
onLivingFall(EntityLiving entity, float distance) | net.minecraftforge.common.ForgeHooks | static |
onLivingHurt(EntityLiving entity, DamageSource src, int amount) | net.minecraftforge.common.ForgeHooks | static |
onLivingJump(EntityLiving entity) | net.minecraftforge.common.ForgeHooks | static |
onLivingSetAttackTarget(EntityLiving entity, EntityLiving target) | net.minecraftforge.common.ForgeHooks | static |
onLivingUpdate(EntityLiving entity) | net.minecraftforge.common.ForgeHooks | static |
onPickBlock(MovingObjectPosition target, EntityPlayer player, World world) | net.minecraftforge.common.ForgeHooks | static |
onPlayerTossEvent(EntityPlayer player, ItemStack item) | net.minecraftforge.common.ForgeHooks | static |
plantGrass(World world, int x, int y, int z) | net.minecraftforge.common.ForgeHooks | static |