HyCodeYourTale
classpublicPriority 3

ChunkLightDataBuilder

com.hypixel.hytale.server.core.universe.world.chunk.section.ChunkLightDataBuilder

extends ChunkLightData

11

Methods

11

Public Methods

2

Fields

2

Constructors

Constants

ChunkLightDataBuilder.ResINSTANCE= new ChunkLightDataBuilder.Res(null)

Constructors

public
ChunkLightDataBuilder(short changeId)
public
ChunkLightDataBuilder(ChunkLightData lightData, short changeId)

Methods

Public Methods (11)

public
ChunkLightData build()
@Nonnull
publicstatic
String octreeToString(ByteBuf buffer)
@Nonnull
publicstatic
void octreeToString(ByteBuf buffer, int pointer, StringBuffer out, int recursion)
public
void setBlockLight(int x, int y, int z, byte red, byte green, byte blue)
public
void setBlockLight(int index, byte red, byte green, byte blue)
public
void setLight(int index, int channel, byte value)
public
void setLightRaw(int index, short value)
public
void setSkyLight(int x, int y, int z, byte light)
public
void setSkyLight(int index, byte light)
public
String toString()
@Nonnull@Override
public
String toStringOctree()
@Nonnull

Fields

Protected Fields (1)

protectedBitSet currentSegments

Private/Package Fields (1)

package-privateboolean DEBUG

Related Classes

Used By