Interface Light
public interface Light
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]array()static Lightblock()calculateExternal(Instance instance, Chunk chunk, int sectionY, Palette blockPalette) calculateInternal(Instance instance, int chunkX, int chunkY, int chunkZ, Palette blockPalette) voidflip()intgetLevel(int x, int y, int z) static Point[]getNeighbors(Chunk chunk, int sectionY) voidbooleanbooleanvoidset(byte[] copyArray) static Lightsky()
-
Method Details
-
sky
-
block
-
requiresSend
boolean requiresSend() -
array
@Internal byte[] array() -
flip
void flip() -
calculateExternal
-
getLevel
int getLevel(int x, int y, int z) -
calculateInternal
-
invalidate
void invalidate() -
requiresUpdate
boolean requiresUpdate() -
set
void set(byte[] copyArray) -
getNeighbors
-