mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 04:18:34 +00:00
@ -56,4 +56,10 @@ public interface IChunkGet extends IBlocks, Trimable, InputExtent, ITileInput {
|
||||
default IChunkGet getCopy() {
|
||||
return null;
|
||||
}
|
||||
|
||||
void setLightingToGet(char[][] lighting);
|
||||
|
||||
void setSkyLightingToGet(char[][] lighting);
|
||||
|
||||
void setHeightmapToGet(HeightMapType type, int[] data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user