ResolvedBlockArray

final class ResolvedBlockArray

Class ResolvedBlockArray. Provides resolvedblockarray functionality for the Hytale server.

java.lang.Object > ResolvedBlockArray

Field Summary

that

final ResolvedBlockArray that

Field that.

Method Detail

ResolvedBlockArray

public public ResolvedBlockArray (@Nonnull final BlockFluidEntry[] entries)

Method ResolvedBlockArray.

Parameters:
@Nonnull final BlockFluidEntry[] entries

getEntries

public BlockFluidEntry[] getEntries ()

Method getEntries.

getEntrySet

public LongSet getEntrySet ()

Method getEntrySet.

size

public int size ()

Method size.

contains

public boolean contains (final int block, final int fluidId)

Method contains.

Parameters:
final int block
final int fluidId

equals

public boolean equals (final Object o)

Method equals.

Parameters:
final Object o

hashCode

public int hashCode ()

Method hashCode.

toString

public String toString ()

Method toString.