This commit is contained in:
Jesse Boyd 2018-01-16 12:10:04 +11:00
parent 78e795d21a
commit 8cd6c1512b
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
6 changed files with 6 additions and 6 deletions

View File

@ -473,7 +473,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlocklightArray(new NibbleArray());
if (sky) {

View File

@ -549,7 +549,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlocklightArray(new NibbleArray());
if (sky) {

View File

@ -674,7 +674,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlockLight(new NibbleArray());
if (sky) {

View File

@ -469,7 +469,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlocklightArray(new NibbleArray(4096, 4));
if (sky) {

View File

@ -435,7 +435,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlocklightArray(new NibbleArray());
if (sky) {

View File

@ -465,7 +465,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
}
@Override
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
if (section != null) {
section.setBlocklightArray(new NibbleArray());
if (sky) {