public interface IHasGui
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.client.gui.Gui |
getClientGuiElement(int id,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos) |
net.minecraft.inventory.Container |
getServerGuiElement(int id,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos) |
net.minecraft.client.gui.Gui getClientGuiElement(int id,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos)
net.minecraft.inventory.Container getServerGuiElement(int id,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos)