ChunkColumn

public class ChunkColumn implements Component

Class ChunkColumn. Provides chunkcolumn functionality for the Hytale server.

java.lang.Object > ChunkColumn

Field Summary

sectionHolders

private Holder[] sectionHolders

Field sectionHolders.

temp

final Holder[] temp

Field temp.

newChunk

final ChunkColumn newChunk

Field newChunk.

holders

final Holder[] holders

Field holders.

sectionHolder

final Holder sectionHolder

Field sectionHolder.

section

final Ref section

Field section.

Method Detail

getComponentType

public ChunkColumn> getComponentType ()

Method getComponentType.

ChunkColumn

public public ChunkColumn ()

Method ChunkColumn.

getSection

public Ref getSection (final int section)

Method getSection.

Parameters:
final int section

getSections

public Ref[] getSections ()

Method getSections.

getSectionHolders

public Holder[] getSectionHolders ()

Method getSectionHolders.

takeSectionHolders

public Holder[] takeSectionHolders ()

Method takeSectionHolders.

putSectionHolders

public void putSectionHolders (final Holder[] holders)

Method putSectionHolders.

Parameters:
final Holder[] holders

clone

public Component clone ()

Method clone.

cloneSerializable

public Component cloneSerializable ()

Method cloneSerializable.