public final class GuiHandlerClient
extends java.lang.Object
implements cpw.mods.fml.common.network.IGuiHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiHandlerClient.GuiId |
| Constructor and Description |
|---|
GuiHandlerClient() |
| 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) |
@Nullable
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.IGuiHandler@Nullable
public 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.IGuiHandler