Skip to content

Interface IReadMinecraftBuffer

Namespace: Void.Minecraft.Buffers
Assembly: Void.Minecraft.dll

public interface IReadMinecraftBuffer : ICommonMinecraftBuffer

Implements

ICommonMinecraftBuffer

Properties

Remaining

Calculates the number of remaining elements in a source collection. It subtracts the current position from the total length.

int Remaining { get; }

Property Value

int