public class CommonProxy
extends java.lang.Object
implements cpw.mods.fml.common.network.IGuiHandler
| Constructor and Description |
|---|
CommonProxy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getClientGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
java.lang.Object |
getServerGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
void |
openEntry(Book book,
CategoryAbstract categoryAbstract,
EntryAbstract entryAbstract,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack stack) |
void |
playSound(net.minecraft.util.ResourceLocation sound) |
public java.lang.Object getServerGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z)
getServerGuiElement in interface cpw.mods.fml.common.network.IGuiHandlerpublic java.lang.Object getClientGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z)
getClientGuiElement in interface cpw.mods.fml.common.network.IGuiHandlerpublic void playSound(net.minecraft.util.ResourceLocation sound)
public void openEntry(Book book, CategoryAbstract categoryAbstract, EntryAbstract entryAbstract, net.minecraft.entity.player.EntityPlayer player, net.minecraft.item.ItemStack stack)