HyCodeYourTale
classpublicPriority 3

ChunkColumn

com.hypixel.hytale.server.core.universe.world.chunk.ChunkColumn

implements Component

8

Methods

8

Public Methods

2

Fields

2

Constructors

Constants

BuilderCodec<ChunkColumn>CODEC= BuilderCodec.builder(ChunkColumn.class, ChunkColumn::new) .append( new KeyedCodec<...

Constructors

public
ChunkColumn()
public
ChunkColumn(Holder<ChunkStore>[] sectionHolders)

Methods

Public Methods (8)

public
Component<ChunkStore> clone()
@Nonnull@Override
public
Component<ChunkStore> cloneSerializable()
@Nonnull@Override
publicstatic
ComponentType<ChunkStore, ChunkColumn> getComponentType()
public
Ref<ChunkStore> getSection(int section)
@Nullable
public
Holder<ChunkStore>[] getSectionHolders()
@Nullable
public
Ref<ChunkStore>[] getSections()
@Nonnull
public
void putSectionHolders(Holder<ChunkStore>[] holders)
public
Holder<ChunkStore>[] takeSectionHolders()
@Nullable

Fields

Private/Package Fields (2)

privateHolder<ChunkStore>[] sectionHolders
privateRef<ChunkStore>[] sections

Related Classes