HyCodeYourTale
classpublicfinalPriority 3

ResolvedBlockArray

com.hypixel.hytale.server.worldgen.util.ResolvedBlockArray

7

Methods

7

Public Methods

2

Fields

1

Constructors

Constants

ResolvedBlockArrayEMPTY= new ResolvedBlockArray(BlockFluidEntry.EMPTY_ARRAY)
Long2ObjectMap<ResolvedBlockArray>RESOLVED_BLOCKS= Long2ObjectMaps.synchronize(new Long2ObjectOpenHashMap())
Long2ObjectMap<ResolvedBlockArray>RESOLVED_BLOCKS_WITH_VARIANTS= Long2ObjectMaps.synchronize(new Long2ObjectOpenHashMap())

Constructors

public
ResolvedBlockArray(BlockFluidEntry[] entries)

Methods

Public Methods (7)

public
boolean contains(int block, int fluidId)
public
boolean equals(Object o)
@Override
public
BlockFluidEntry[] getEntries()
@Nonnull
public
LongSet getEntrySet()
@Nonnull
public
int hashCode()
@Override
public
int size()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateBlockFluidEntry[] entries
privateLongSet entrySet

Related Classes

Used By