public class ProxyCommonClient extends ProxyCommon
| Constructor and Description |
|---|
ProxyCommonClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(net.minecraftforge.fml.common.event.FMLInitializationEvent event) |
void |
onConfigChanged(net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent eventArgs) |
void |
onEntityJoinedWorld(net.minecraftforge.event.entity.EntityJoinWorldEvent event) |
void |
preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event) |
void |
resetItemFilter() |
void |
restartJEI() |
void |
sendPacketToServer(PacketJEI packet) |
sendPacketToPlayerpublic void preInit(@Nonnull
net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
preInit in class ProxyCommonpublic void init(@Nonnull
net.minecraftforge.fml.common.event.FMLInitializationEvent event)
init in class ProxyCommonpublic void onEntityJoinedWorld(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
public void restartJEI()
restartJEI in class ProxyCommonpublic void resetItemFilter()
resetItemFilter in class ProxyCommonpublic void sendPacketToServer(PacketJEI packet)
sendPacketToServer in class ProxyCommonpublic void onConfigChanged(@Nonnull
net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent eventArgs)