Uses of Interface
net.minecraft.server.gui.IUpdatePlayerListBox

Packages that use IUpdatePlayerListBox
net.minecraft.client.multiplayer   
net.minecraft.entity.item   
net.minecraft.server   
net.minecraft.server.gui   
net.minecraft.world   
 

Uses of IUpdatePlayerListBox in net.minecraft.client.multiplayer
 

Methods in net.minecraft.client.multiplayer that return IUpdatePlayerListBox
 IUpdatePlayerListBox WorldClient.func_82735_a(EntityMinecart par1EntityMinecart)
           
 

Uses of IUpdatePlayerListBox in net.minecraft.entity.item
 

Classes in net.minecraft.entity.item that implement IUpdatePlayerListBox
 class SoundUpdaterMinecart
           
 

Uses of IUpdatePlayerListBox in net.minecraft.server
 

Methods in net.minecraft.server with parameters of type IUpdatePlayerListBox
 void MinecraftServer.func_82010_a(IUpdatePlayerListBox par1IUpdatePlayerListBox)
           
 

Uses of IUpdatePlayerListBox in net.minecraft.server.gui
 

Classes in net.minecraft.server.gui that implement IUpdatePlayerListBox
 class PlayerListBox
           
 

Uses of IUpdatePlayerListBox in net.minecraft.world
 

Methods in net.minecraft.world that return IUpdatePlayerListBox
 IUpdatePlayerListBox World.func_82735_a(EntityMinecart par1EntityMinecart)