Fix typo
This commit is contained in:
parent
78e795d21a
commit
8cd6c1512b
@ -473,7 +473,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlocklightArray(new NibbleArray());
|
section.setBlocklightArray(new NibbleArray());
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
@ -549,7 +549,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlocklightArray(new NibbleArray());
|
section.setBlocklightArray(new NibbleArray());
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
@ -674,7 +674,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlockLight(new NibbleArray());
|
section.setBlockLight(new NibbleArray());
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
@ -469,7 +469,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlocklightArray(new NibbleArray(4096, 4));
|
section.setBlocklightArray(new NibbleArray(4096, 4));
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
@ -435,7 +435,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlocklightArray(new NibbleArray());
|
section.setBlocklightArray(new NibbleArray());
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
@ -465,7 +465,7 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean removeSectionLighting(ExtendedBlockStorage sections, int layer, boolean sky) {
|
public boolean removeSectionLighting(ExtendedBlockStorage section, int layer, boolean sky) {
|
||||||
if (section != null) {
|
if (section != null) {
|
||||||
section.setBlocklightArray(new NibbleArray());
|
section.setBlocklightArray(new NibbleArray());
|
||||||
if (sky) {
|
if (sky) {
|
||||||
|
Loading…
Reference in New Issue
Block a user