RailroadPluginServer

Undocumented in source.

Members

Functions

editRail
void editRail(RailPos railPos, RailData railData, RailEditOp editOp)
Undocumented in source. Be warned that the author may not have intended to support it.
handleEditRailLinePacket
void handleEditRailLinePacket(ubyte[] packetData, SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
handlePlaceRailPacket
void handlePlaceRailPacket(ubyte[] packetData, SessionId sessionId)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"railroad.plugininfo"
Undocumented in source.
__anonymous
mixin RailroadPluginCommon
Undocumented in source.

Variables

blockEntityPlugin
BlockEntityServer blockEntityPlugin;
Undocumented in source.
connection
NetServerPlugin connection;
Undocumented in source.
railGraph
RailGraph railGraph;
Undocumented in source.
serverWorld
ServerWorld serverWorld;
Undocumented in source.
wagonLogic
WagonLogicServer wagonLogic;
Undocumented in source.

Mixed In Members

From mixin RailroadPluginCommon

blockEntityManager
BlockEntityManager blockEntityManager;
Undocumented in source.
retreiveBlockEntityManager
void retreiveBlockEntityManager(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta