public class ModGuiRouter
extends java.lang.Object
implements net.minecraftforge.fml.common.network.IGuiHandler
| Constructor and Description |
|---|
ModGuiRouter() |
| 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) |
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 net.minecraftforge.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 net.minecraftforge.fml.common.network.IGuiHandler