[CI-SKIP] Removes unused nms changes w/ Better changes note for unmixinable classes

This commit is contained in:
Sotr
2018-07-16 04:30:57 +08:00
parent fd733df52a
commit cede9c99fa
20 changed files with 55 additions and 162 deletions

View File

@@ -20,11 +20,9 @@ import org.bukkit.Server; // CraftBukkit
import org.bukkit.craftbukkit.util.CraftMagicNumbers; // Paper
/**
* <b>Akarin Changes Note</b><br>
* <br>
* 1) Add volatile to fields<br>
* 2) Add OBFHELPER<br>
* @author cakoyo
* Akarin Changes Note
* 1) Add volatile to fields (async lighting)
* 2) Expose private methods (async lighting)
*/
public class Chunk {
@@ -1340,8 +1338,7 @@ public class Chunk {
this.h(false);
}
public void checkLightSide(EnumDirection direction) { a(direction); } // Akarin - OBFHELPER
private void a(EnumDirection enumdirection) {
public void a(EnumDirection enumdirection) { // Akarin - private -> public
if (this.done) {
int i;