Interface IReadMinecraftBuffer
Namespace: Void.Minecraft.Buffers
Assembly: Void.Minecraft.dll
public interface IReadMinecraftBuffer : ICommonMinecraftBufferImplements
Properties
Remaining
Calculates the number of remaining elements in a source collection. It subtracts the current position from the total length.
int Remaining { get; }