mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 01:29:16 +00:00
Clean
This commit is contained in:
@@ -591,6 +591,7 @@ public class Iris extends VolmitPlugin implements Listener {
|
||||
}
|
||||
return passed;
|
||||
}
|
||||
|
||||
private void checkConfigHotload() {
|
||||
if (configWatcher.checkModified()) {
|
||||
IrisSettings.invalidate();
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package com.volmit.iris.core.link;
|
||||
|
||||
import com.volmit.iris.Iris;
|
||||
import com.volmit.iris.util.data.Cuboid;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
@@ -66,6 +66,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
public class NMSBinding19_3 implements INMSBinding {
|
||||
|
||||
public static final String NMS_VERSION = "1.19.3";
|
||||
private final KMap<Biome, Object> baseBiomeCache = new KMap<>();
|
||||
private final BlockData AIR = Material.AIR.createBlockData();
|
||||
private final AtomicCache<MCAIdMap<net.minecraft.world.level.biome.Biome>> biomeMapCache = new AtomicCache<>();
|
||||
@@ -74,7 +75,6 @@ public class NMSBinding19_3 implements INMSBinding {
|
||||
private final AtomicCache<RegistryAccess> registryAccess = new AtomicCache<>();
|
||||
private final AtomicCache<Method> byIdRef = new AtomicCache<>();
|
||||
private Field biomeStorageCache = null;
|
||||
public static final String NMS_VERSION = "1.19.3";
|
||||
|
||||
private static Object getFor(Class<?> type, Object source) {
|
||||
Object o = fieldFor(type, source);
|
||||
|
||||
@@ -320,7 +320,6 @@ public class IrisComplex implements DataProvider {
|
||||
|
||||
return 0;
|
||||
});
|
||||
;
|
||||
|
||||
double d = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user