mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix B
This commit is contained in:
parent
ae79f9be66
commit
28e41a0ae9
@ -41,8 +41,8 @@ import static org.bukkit.Material.*;
|
|||||||
public class B {
|
public class B {
|
||||||
private static final Material AIR_MATERIAL = Material.AIR;
|
private static final Material AIR_MATERIAL = Material.AIR;
|
||||||
private static final BlockData AIR = AIR_MATERIAL.createBlockData();
|
private static final BlockData AIR = AIR_MATERIAL.createBlockData();
|
||||||
private static final IntSet decorantCache = buildDecorantCache();
|
|
||||||
private static final IntSet foliageCache = buildFoliageCache();
|
private static final IntSet foliageCache = buildFoliageCache();
|
||||||
|
private static final IntSet decorantCache = buildDecorantCache();
|
||||||
private static final IntSet storageCache = buildStorageCache();
|
private static final IntSet storageCache = buildStorageCache();
|
||||||
private static final IntSet storageChestCache = buildStorageChestCache();
|
private static final IntSet storageChestCache = buildStorageChestCache();
|
||||||
private static final IntSet litCache = buildLitCache();
|
private static final IntSet litCache = buildLitCache();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user