Class MindustryNet
java.lang.Object
mindustry.net.Net
com.xpdustry.claj.client.MindustryNet
public class MindustryNet
extends mindustry.net.Net
Modified
Net that handles CLaJ broadcast system.-
Nested Class Summary
Nested classes/interfaces inherited from class mindustry.net.Net
mindustry.net.Net.NetProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbroadcast(MindustryClajProxy proxy, Iterable<mindustry.net.NetConnection> connections, mindustry.net.NetConnection except, Object object, boolean reliable) getProxy()voidvoidvoidsendExcept(mindustry.net.NetConnection except, Object object, boolean reliable) Methods inherited from class mindustry.net.Net
active, client, closeServer, connect, disconnect, discoverServers, dispose, getConnectFilter, getConnections, getCurrentStream, getPacketId, handleClient, handleClientReceived, handleException, handleServer, handleServerReceived, host, newPacket, pingHost, registerPacket, reset, server, setClientConnected, setClientLoaded, setConnectFilter, showError
-
Constructor Details
-
MindustryNet
public MindustryNet()
-
-
Method Details
-
send
- Overrides:
sendin classmindustry.net.Net
-
send
-
sendExcept
- Overrides:
sendExceptin classmindustry.net.Net
-
getProxy
-
broadcast
public void broadcast(MindustryClajProxy proxy, Iterable<mindustry.net.NetConnection> connections, mindustry.net.NetConnection except, Object object, boolean reliable)
-