Uses of Class
net.minecraft.item.ItemInWorldManager

Packages that use ItemInWorldManager
net.minecraft.entity.player   
net.minecraft.world.demo   
 

Uses of ItemInWorldManager in net.minecraft.entity.player
 

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

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

Uses of ItemInWorldManager in net.minecraft.world.demo
 

Subclasses of ItemInWorldManager in net.minecraft.world.demo
 class DemoWorldManager