Uses of Interface
net.minecraft.src.IBlockSource

Packages that use IBlockSource
net.minecraft.src   
 

Uses of IBlockSource in net.minecraft.src
 

Classes in net.minecraft.src that implement IBlockSource
 class BlockSourceImpl
           
 

Methods in net.minecraft.src with parameters of type IBlockSource
 ItemStack BehaviorDefaultDispenseItem.func_82482_a(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack IBehaviorDispenseItem.func_82482_a(IBlockSource var1, ItemStack var2)
           
 ItemStack BehaviorPotionDispense.func_82482_a(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorBucketEmptyDispense.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorProjectileDispense.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorMobEggDispense.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorBucketFullDispense.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorDispenseBoat.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorDispenseFireball.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
 ItemStack BehaviorDispenseMinecart.func_82487_b(IBlockSource par1IBlockSource, ItemStack par2ItemStack)
           
static IPosition BlockDispenser.func_82525_a(IBlockSource par0IBlockSource)