Package mindustry.net
Class Packets.AssetStream
java.lang.Object
mindustry.net.Packet
mindustry.net.Streamable
mindustry.net.Packets.AssetStream
- Enclosing class:
- Packets
-
Nested Class Summary
Nested classes/interfaces inherited from class mindustry.net.Streamable
Streamable.StreamBuilder -
Field Summary
Fields inherited from class mindustry.net.Streamable
streamFields inherited from class mindustry.net.Packet
BAIS, NODATA, priorityHigh, priorityLow, priorityNormal, READ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true, this stream is handled as soon as it is received, instead of all at once.Methods inherited from class mindustry.net.Streamable
allow, getPriorityMethods inherited from class mindustry.net.Packet
handleClient, handled, handleServer, read, read, write
-
Constructor Details
-
AssetStream
public AssetStream()
-
-
Method Details
-
incremental
public boolean incremental()Description copied from class:StreamableIf true, this stream is handled as soon as it is received, instead of all at once.- Overrides:
incrementalin classStreamable
-