Java Code Examples for net.minecraft.world.chunk.storage.ExtendedBlockStorage#getExtBlocklightValue()
The following examples show how to use
net.minecraft.world.chunk.storage.ExtendedBlockStorage#getExtBlocklightValue() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: ForgeQueue_All.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }
Example 2
Source File: SpongeQueue_1_11.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }
Example 3
Source File: ForgeQueue_All.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }
Example 4
Source File: ForgeQueue_All.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }
Example 5
Source File: ForgeQueue_All.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }
Example 6
Source File: ForgeQueue_All.java From FastAsyncWorldedit with GNU General Public License v3.0 | 4 votes |
@Override public int getEmmittedLight(ExtendedBlockStorage section, int x, int y, int z) { return section.getExtBlocklightValue(x & 15, y & 15, z & 15); }