Uses of Class
net.minecraftforge.common.ChestGenHooks

Packages that use ChestGenHooks
net.minecraft.item   
net.minecraftforge.common   
 

Uses of ChestGenHooks in net.minecraft.item
 

Methods in net.minecraft.item with parameters of type ChestGenHooks
 WeightedRandomChestContent Item.getChestGenBase(ChestGenHooks chest, Random rnd, WeightedRandomChestContent original)
          Generates the base Random item for a specific instance of the chest gen, Enchanted books use this to pick a random enchantment.
 

Uses of ChestGenHooks in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return ChestGenHooks
static ChestGenHooks ChestGenHooks.getInfo(String category)
          Retrieves, or creates the info class for the specified category.