Uses of Class
net.minecraft.src.ItemInWorldManager

Packages that use ItemInWorldManager
net.minecraft.src   
 

Uses of ItemInWorldManager in net.minecraft.src
 

Subclasses of ItemInWorldManager in net.minecraft.src
 class DemoWorldManager
           
 

Fields in net.minecraft.src declared as ItemInWorldManager
 ItemInWorldManager EntityPlayerMP.theItemInWorldManager
          The ItemInWorldManager belonging to this player
 

Constructors in net.minecraft.src with parameters of type ItemInWorldManager
EntityPlayerMP(MinecraftServer par1MinecraftServer, World par2World, String par3Str, ItemInWorldManager par4ItemInWorldManager)