public interface IFMLSidedHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket entitySpawnAdjustmentPacket)  | 
void | 
beginServerLoading(MinecraftServer server)  | 
void | 
disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s,
                                        NetHandler toKill,
                                        INetworkManager mgr)  | 
void | 
displayMissingMods(ModMissingPacket modMissingPacket)  | 
void | 
finishServerLoading()  | 
List<String> | 
getAdditionalBrandingInformation()  | 
byte | 
getClientCompatibilityLevel()  | 
MinecraftServer | 
getServer()  | 
Side | 
getSide()  | 
void | 
haltGame(String message,
                Throwable exception)  | 
void | 
handleTinyPacket(NetHandler handler,
                                Packet131MapData mapData)  | 
void | 
sendPacket(Packet packet)  | 
void | 
setClientCompatibilityLevel(byte compatibilityLevel)  | 
boolean | 
shouldServerShouldBeKilledQuietly()  | 
void | 
showGuiScreen(Object clientGuiElement)  | 
Entity | 
spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
                                                    EntitySpawnPacket packet)  | 
List<String> getAdditionalBrandingInformation()
void showGuiScreen(Object clientGuiElement)
Entity spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration, EntitySpawnPacket packet)
void adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket entitySpawnAdjustmentPacket)
void beginServerLoading(MinecraftServer server)
void finishServerLoading()
MinecraftServer getServer()
void sendPacket(Packet packet)
void displayMissingMods(ModMissingPacket modMissingPacket)
void handleTinyPacket(NetHandler handler, Packet131MapData mapData)
void setClientCompatibilityLevel(byte compatibilityLevel)
byte getClientCompatibilityLevel()
boolean shouldServerShouldBeKilledQuietly()
void disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s, NetHandler toKill, INetworkManager mgr)