public abstract class BCCoreProxy
extends java.lang.Object
implements net.minecraftforge.fml.common.network.IGuiHandler
Modifier and Type | Class and Description |
---|---|
static class |
BCCoreProxy.ClientProxy |
static class |
BCCoreProxy.ServerProxy |
Constructor and Description |
---|
BCCoreProxy() |
Modifier and Type | Method and Description |
---|---|
void |
fmlInit() |
void |
fmlPostInit() |
void |
fmlPreInit() |
java.lang.Object |
getClientGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
static BCCoreProxy |
getProxy() |
java.lang.Object |
getServerGuiElement(int ID,
net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
int x,
int y,
int z) |
java.util.List<VolumeBox> |
getVolumeBoxes(net.minecraft.world.World world) |
public static BCCoreProxy getProxy()
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.IGuiHandler
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 net.minecraftforge.fml.common.network.IGuiHandler
public void fmlPreInit()
public void fmlInit()
public void fmlPostInit()
public java.util.List<VolumeBox> getVolumeBoxes(net.minecraft.world.World world)