public class GuiHandler
extends java.lang.Object
implements net.minecraftforge.fml.common.network.IGuiHandler
| Constructor and Description |
|---|
GuiHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getClientGuiElement(int guiData,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
java.lang.Object |
getServerGuiElement(int guiData,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerEntity guiHandler) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerEntity guiHandler,
short data) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerItem guiHandler) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerItem guiHandler,
short data) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerTile guiHandler) |
static void |
openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerTile guiHandler,
short data) |
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerEntity guiHandler)
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerEntity guiHandler,
short data)
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerItem guiHandler)
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerItem guiHandler,
short data)
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerTile guiHandler)
public static void openGui(net.minecraft.entity.player.EntityPlayer entityplayer,
IGuiHandlerTile guiHandler,
short data)
@Nullable
public java.lang.Object getClientGuiElement(int guiData,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z)
getClientGuiElement in interface net.minecraftforge.fml.common.network.IGuiHandler@Nullable
public java.lang.Object getServerGuiElement(int guiData,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z)
getServerGuiElement in interface net.minecraftforge.fml.common.network.IGuiHandler