cpw.mods.fml.common
Interface IFMLSidedHandler
- All Known Implementing Classes:
- FMLClientHandler, FMLServerHandler
public interface IFMLSidedHandler
getAdditionalBrandingInformation
List<String> getAdditionalBrandingInformation()
getSide
Side getSide()
haltGame
void haltGame(String message,
Throwable exception)
showGuiScreen
void showGuiScreen(Object clientGuiElement)
spawnEntityIntoClientWorld
Entity spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket packet)
adjustEntityLocationOnClient
void adjustEntityLocationOnClient(EntitySpawnAdjustmentPacket entitySpawnAdjustmentPacket)
beginServerLoading
void beginServerLoading(MinecraftServer server)
finishServerLoading
void finishServerLoading()
getServer
MinecraftServer getServer()
sendPacket
void sendPacket(Packet packet)
displayMissingMods
void displayMissingMods(ModMissingPacket modMissingPacket)
handleTinyPacket
void handleTinyPacket(NetHandler handler,
Packet131MapData mapData)
setClientCompatibilityLevel
void setClientCompatibilityLevel(byte compatibilityLevel)
getClientCompatibilityLevel
byte getClientCompatibilityLevel()
shouldServerShouldBeKilledQuietly
boolean shouldServerShouldBeKilledQuietly()
disconnectIDMismatch
void disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s,
NetHandler toKill,
INetworkManager mgr)