From 20b715f7cb4adc4c781899478717ef81b7e57706 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 29 Aug 2020 14:30:12 -0400 Subject: [PATCH] noriver --- lint/ChangeLog.txt | 27852 ++++++++-------- lint/ZKM_TrimLog.txt | 1053 +- lint/ZKM_log.txt | 980 +- lint/out/in.jar | Bin 817037 -> 847069 bytes lint/out/in.jar.BACKUP | Bin 817398 -> 846425 bytes src/main/java/com/volmit/iris/Iris.java | 74 +- .../com/volmit/iris/IrisBoardManager.java | 4 + .../java/com/volmit/iris/IrisSettings.java | 4 + .../java/com/volmit/iris/ProjectManager.java | 22 + .../iris/activation/IrisActivation1.java | 140 + .../iris/activation/IrisActivation2.java | 137 + .../iris/activation/IrisActivation3.java | 137 + .../iris/activation/IrisActivation4.java | 137 + .../volmit/iris/command/CommandIrisMap.java | 16 +- .../iris/gen/ContextualChunkGenerator.java | 85 +- .../volmit/iris/gen/IrisChunkGenerator.java | 146 +- .../iris/gen/ParallaxChunkGenerator.java | 2 + .../iris/gen/TerrainChunkGenerator.java | 18 +- .../iris/gen/atomics/AtomicMulticache.java | 28 + .../volmit/iris/gen/atomics/AtomicSliver.java | 73 + .../volmit/iris/gen/layer/GenLayerCave.java | 1 + .../com/volmit/iris/gui/IrisRenderer.java | 34 + .../java/com/volmit/iris/gui/IrisVision.java | 355 + .../java/com/volmit/iris/gui/NoiseView.java | 322 - .../java/com/volmit/iris/gui/Renderer.java | 9 + .../com/volmit/iris/object/IrisBiome.java | 25 + .../volmit/iris/object/IrisBlockDrops.java | 90 + .../com/volmit/iris/object/IrisDimension.java | 5 + .../java/com/volmit/iris/object/IrisLoot.java | 89 +- .../com/volmit/iris/object/IrisObject.java | 108 +- .../iris/object/IrisObjectPlacement.java | 20 +- .../com/volmit/iris/object/IrisRegion.java | 5 + .../volmit/iris/object/ObjectPlaceMode.java | 16 +- src/main/java/com/volmit/iris/util/B.java | 5 + src/main/java/com/volmit/iris/util/C.java | 5 + .../java/com/volmit/iris/util/IActivator.java | 6 + src/main/java/com/volmit/iris/util/Info.java | 11 + src/main/java/com/volmit/iris/util/J.java | 2 +- src/main/java/com/volmit/iris/util/KList.java | 5 + .../com/volmit/iris/util/MortarCommand.java | 3 + .../com/volmit/iris/util/MortarPlugin.java | 78 + 41 files changed, 17273 insertions(+), 14829 deletions(-) create mode 100644 src/main/java/com/volmit/iris/activation/IrisActivation1.java create mode 100644 src/main/java/com/volmit/iris/activation/IrisActivation2.java create mode 100644 src/main/java/com/volmit/iris/activation/IrisActivation3.java create mode 100644 src/main/java/com/volmit/iris/activation/IrisActivation4.java create mode 100644 src/main/java/com/volmit/iris/gui/IrisRenderer.java create mode 100644 src/main/java/com/volmit/iris/gui/IrisVision.java delete mode 100644 src/main/java/com/volmit/iris/gui/NoiseView.java create mode 100644 src/main/java/com/volmit/iris/gui/Renderer.java create mode 100644 src/main/java/com/volmit/iris/object/IrisBlockDrops.java create mode 100644 src/main/java/com/volmit/iris/util/IActivator.java create mode 100644 src/main/java/com/volmit/iris/util/Info.java diff --git a/lint/ChangeLog.txt b/lint/ChangeLog.txt index 4819e30a9..05b8cc128 100644 --- a/lint/ChangeLog.txt +++ b/lint/ChangeLog.txt @@ -1,10 +1,11 @@ -// ["ChangeLog.txt" version=13.0.0 encoding="UTF-8" 2020.08.25 16:43:00] +// ["ChangeLog.txt" version=13.0.0 encoding="UTF-8" 2020.08.27 16:27:16] // DO NOT EDIT THIS FILE. You need it to interpret exception stack traces. Package: com NameNotChanged Package: com.volmit NameNotChanged Package: com.volmit.iris NameNotChanged +Package: com.volmit.iris.activation NameNotChanged Package: com.volmit.iris.command NameNotChanged Package: com.volmit.iris.gen NameNotChanged Package: com.volmit.iris.gen.atomics NameNotChanged @@ -14,7 +15,6 @@ Package: com.volmit.iris.gui NameNotChanged Package: com.volmit.iris.noise NameNotChanged Package: com.volmit.iris.object NameNotChanged Package: com.volmit.iris.util NameNotChanged -Package: com.volmit.iris.util.inventory NameNotChanged Package: org NameNotChanged Package: org.slf4j NameNotChanged Package: org.slf4j.helpers NameNotChanged @@ -26,37 +26,33 @@ Package: org.zeroturnaround.zip.extra NameNotChanged Class: public com.volmit.iris.Iris NameNotChanged Source: "Iris.java" FieldsOf: com.volmit.iris.Iris - private static int[] b => k - private com.volmit.iris.util.ChronoLatch cl => i - private com.volmit.iris.util.ChronoLatch clf => h + private static java.lang.String b => i + public static com.volmit.iris.IrisBoardManager board NameNotChanged public com.volmit.iris.command.CommandIris commandIris NameNotChanged public static com.volmit.iris.util.KList executors NameNotChanged public static com.volmit.iris.IrisDataManager globaldata NameNotChanged - public com.volmit.iris.util.RollingSequence hits NameNotChanged public static com.volmit.iris.IrisHotloadManager hotloader NameNotChanged public static com.volmit.iris.Iris instance NameNotChanged - private com.volmit.iris.util.KList lines => j - private static com.volmit.iris.util.IrisLock lock => l - private com.volmit.iris.util.BoardManager manager => m - private java.lang.String mem => n + private static com.volmit.iris.util.IrisLock lock => h public static com.volmit.iris.command.PermissionIris perm NameNotChanged public static com.volmit.iris.ProjectManager proj NameNotChanged public static com.volmit.iris.StructureManager struct NameNotChanged - public com.volmit.iris.util.RollingSequence tp NameNotChanged public static com.volmit.iris.WandManager wand NameNotChanged MethodsOf: com.volmit.iris.Iris static void () SignatureNotChanged public void () SignatureNotChanged - public static void a(int[]) => b(int[]) - public static int[] b() => o() + public static void a(java.lang.String) => b(java.lang.String) + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static java.lang.String c() => p() public static void error(java.lang.String) SignatureNotChanged + public static java.io.File getCached(java.lang.String, java.lang.String) SignatureNotChanged public org.bukkit.generator.ChunkGenerator getDefaultWorldGenerator(java.lang.String, java.lang.String) SignatureNotChanged - public java.util.List getLines(org.bukkit.entity.Player) SignatureNotChanged + public static java.lang.String getNonCached(java.lang.String, java.lang.String) SignatureNotChanged public java.lang.String getTag(java.lang.String) SignatureNotChanged - public java.lang.String getTitle(org.bukkit.entity.Player) SignatureNotChanged public void hit(long) SignatureNotChanged public void imsg(org.bukkit.command.CommandSender, java.lang.String) SignatureNotChanged public static void info(java.lang.String) SignatureNotChanged + private static synthetic void lambda$onEnable$0() SignatureNotChanged public static com.volmit.iris.util.KList loadPostProcessors() SignatureNotChanged public static void msg(java.lang.String) SignatureNotChanged public boolean onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, java.lang.String, java.lang.String[]) SignatureNotChanged @@ -67,104 +63,153 @@ Class: public com.volmit.iris.Iris NameNotChanged public static void verbose(java.lang.String) SignatureNotChanged public static void warn(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.Iris - 46 => 6 - 54 => 77 - 55 => 37 - 56 => 68 - 57 => 18 - 58 => 32 - 59 => 27 - 60 => 79 - 63 => 14 - 68 => 34 - 70 => 90 - 71 => 64 - 77 => 25 - 83 => 45 - 88 => 5 - 93 => 85 - 94 => 73 - 95 => 70 - 96 => 48 - 97 => 97 - 98 => 4 - 99 => 74 - 100 => 15 - 101 => 51 - 102 => 62 - 106 => 52 - 108 => 53 and 86 - 110 => 28 - 112 => 88 - 115 => 26 and 33 - 117 => 36 - 120 => 40 - 121 => 10 - 122 => 59 - 123 => 92 - 124 => 89 - 125 => 16 - 130 => 17 - 136 => 72 - 138 => 78 - 141 => 87 - 142 => 35 - 144 => 13 - 146 => 21 - 148 => 65 - 150 => 83 - 153 => 80 - 154 => 99 - 155 => 1 - 156 => 50 - 157 => 46 - 158 => 43 - 160 => 49 - 161 => 66 - 162 => 55 - 163 => 30 - 164 => 58 - 165 => 42 - 166 => 41 - 167 => 23 - 168 => 11 - 170 => 57 - 172 => 19 - 173 => 38 - 176 => 91 - 178 => 8 - 179 => 98 - 182 => 54 - 183 => 39 - 187 => 3 - 190 => 12 - 195 => 84 - 197 => 60 - 198 => 94 - 199 => 100 - 200 => 29 - 201 => 31 - 202 => 71 - 204 => 69 - 210 => 44 - 215 => 7 - 216 => 81 - 221 => 67 - 226 => 76 - 227 => 9 - 228 => 47 - 229 => 61 - 230 => 56 - 234 => 82 - 235 => 2 - 239 => 75 - 240 => 20 - 244 => 95 - 245 => 93 - 254 => 63 - 255 => 22 - 259 => 24 - 260 => 96 + 40 => 92 + 48 => 68 + 57 => 34 + 58 => 23 + 59 => 51 + 65 => 9 + 71 => 42 + 76 => 21 + 81 => 47 + 82 => 50 + 83 => 93 + 84 => 81 + 85 => 86 + 86 => 15 + 87 => 67 + 88 => 89 + 89 => 28 + 90 => 33 + 91 => 46 and 83 + 92 => 78 + 93 => 62 + 97 => 61 + 99 => 25 + 101 => 32 + 103 => 45 + 105 => 10 + 106 => 6 + 108 => 2 + 109 => 7 + 111 => 11 + 112 => 1 + 113 => 17 + 114 => 22 + 115 => 37 + 116 => 72 + 120 => 65 + 122 => 64 + 123 => 79 + 124 => 95 + 125 => 44 + 126 => 59 + 127 => 53 + 129 => 56 + 135 => 18 + 140 => 49 + 141 => 66 + 146 => 58 + 151 => 30 + 152 => 91 + 153 => 16 + 154 => 87 + 155 => 19 + 159 => 38 + 160 => 94 + 162 => 5 + 164 => 57, 69 and 82 + 166 => 85 + 168 => 77 + 170 => 60 + 171 => 55 + 173 => 3, 52 and 88 + 175 => 41 + 178 => 71 + 181 => 4 + 186 => 43 + 187 => 14 + 189 => 12, 31 and 63 + 191 => 40 + 193 => 75 + 195 => 48 + 197 => 24, 27 and 39 + 199 => 80 + 202 => 13 + 206 => 20 + 209 => 8 + 214 => 73 + 219 => 35 + 220 => 26 + 224 => 70 + 225 => 90 + 229 => 29 + 230 => 84 + 239 => 74 + 240 => 36 + 244 => 54 + 245 => 76 + +Class: public com.volmit.iris.IrisBoardManager NameNotChanged + Source: "IrisBoardManager.java" + FieldsOf: com.volmit.iris.IrisBoardManager + private com.volmit.iris.util.ChronoLatch cl => b + public com.volmit.iris.util.RollingSequence hits NameNotChanged + private com.volmit.iris.util.BoardManager manager => c + private java.lang.String mem => a + public com.volmit.iris.util.RollingSequence tp NameNotChanged + MethodsOf: com.volmit.iris.IrisBoardManager + static void () SignatureNotChanged + public void () SignatureNotChanged + public void disable() SignatureNotChanged + public java.util.List getLines(org.bukkit.entity.Player) SignatureNotChanged + public java.lang.String getTitle(org.bukkit.entity.Player) SignatureNotChanged + private boolean isIrisWorld(org.bukkit.World) => a(org.bukkit.World) + LineNumbersOf: com.volmit.iris.IrisBoardManager + 29 => 22 + 30 => 23 + 31 => 28 + 32 => 4 + 35 => 18 + 36 => 5 + 38 => 42 + 39 => 24 + 40 => 12 + 41 => 27 + 43 => 38 + 47 => 11 + 63 => 37 + 69 => 20 + 71 => 32 + 73 => 16 + 76 => 29 + 78 => 26 + 80 => 1 + 83 => 10 + 84 => 39 + 85 => 15 + 86 => 3 + 87 => 7 + 88 => 34 + 90 => 44 + 91 => 8 + 92 => 43 + 93 => 9 + 94 => 2 + 95 => 36 + 96 => 30 + 97 => 17 + 98 => 19 + 99 => 35 + 101 => 31 + 103 => 41 + 106 => 33 + 108 => 40 + 109 => 14 + 112 => 21 + 114 => 25 + 119 => 6 + 120 => 13 Class: public abstract com.volmit.iris.IrisContext NameNotChanged Source: "IrisContext.java" @@ -178,23 +223,23 @@ Class: public abstract com.volmit.iris.IrisContext NameNotChanged public abstract void onHotloaded() SignatureNotChanged public static void pushContext(com.volmit.iris.IrisContext) SignatureNotChanged LineNumbersOf: com.volmit.iris.IrisContext - 12 => 3 - 16 => 2 - 17 => 1 + 12 => 1 + 16 => 3 + 17 => 2 Class: public com.volmit.iris.IrisDataManager NameNotChanged Source: "IrisDataManager.java" FieldsOf: com.volmit.iris.IrisDataManager - private com.volmit.iris.util.ResourceLoader biomeLoader => j - private java.io.File dataFolder => g - private com.volmit.iris.util.ResourceLoader dimensionLoader => f - private com.volmit.iris.util.ResourceLoader generatorLoader => e - private com.volmit.iris.util.ResourceLoader lootLoader => b - private com.volmit.iris.util.ObjectResourceLoader objectLoader => h - private java.io.File packs => a - private boolean prod => c - private com.volmit.iris.util.ResourceLoader regionLoader => d - private com.volmit.iris.util.ResourceLoader structureLoader => i + private com.volmit.iris.util.ResourceLoader biomeLoader => e + private java.io.File dataFolder => h + private com.volmit.iris.util.ResourceLoader dimensionLoader => a + private com.volmit.iris.util.ResourceLoader generatorLoader => c + private com.volmit.iris.util.ResourceLoader lootLoader => g + private com.volmit.iris.util.ObjectResourceLoader objectLoader => d + private java.io.File packs => j + private boolean prod => i + private com.volmit.iris.util.ResourceLoader regionLoader => b + private com.volmit.iris.util.ResourceLoader structureLoader => f MethodsOf: com.volmit.iris.IrisDataManager static void () SignatureNotChanged public void (java.io.File) SignatureNotChanged @@ -219,199 +264,203 @@ Class: public com.volmit.iris.IrisDataManager NameNotChanged public java.lang.String toString() SignatureNotChanged private void writeExamples() => a() LineNumbersOf: com.volmit.iris.IrisDataManager - 25 => 8, 35, 55 and 63 - 28 => 66 - 29 => 19 - 30 => 16 - 31 => 58 - 32 => 54 - 33 => 39 - 34 => 29 - 35 => 1 - 36 => 3 - 37 => 82 - 41 => 28 - 43 => 21 - 46 => 73 - 47 => 13 - 48 => 47 - 49 => 80 - 50 => 69 - 51 => 11 - 52 => 79 - 53 => 23 - 54 => 114 - 56 => 89 + 25 => 16, 50, 89 and 96 + 28 => 95 + 29 => 34 + 30 => 38 + 31 => 98 + 32 => 105 + 33 => 91 + 34 => 36 + 35 => 103 + 36 => 5 + 37 => 31 + 41 => 62 + 43 => 69 + 46 => 70 + 47 => 101 + 48 => 42 + 49 => 59 + 50 => 79 + 51 => 15 + 52 => 13 + 53 => 92 + 54 => 77 + 56 => 71 58 => 72 - 60 => 102 - 63 => 108 - 64 => 98 - 65 => 91 - 66 => 27 - 67 => 109 - 69 => 31 - 71 => 53 - 72 => 112 - 76 => 37 - 77 => 101 - 78 => 40 - 82 => 64 - 83 => 96 - 84 => 45 - 85 => 83 - 86 => 99 - 87 => 2 - 88 => 6 - 92 => 51 - 93 => 50 - 94 => 20 - 95 => 4 - 97 => 78 and 111 - 99 => 30 - 102 => 22 and 100 - 104 => 97 - 109 => 87 - 110 => 106 - 111 => 24 - 112 => 59 - 113 => 70 - 114 => 67 - 116 => 95 - 117 => 71 - 118 => 57 - 119 => 46 - 120 => 113 + 60 => 56 + 63 => 3 + 64 => 21 + 65 => 68 + 66 => 17 + 67 => 1 + 69 => 24 + 71 => 83 + 72 => 51 + 76 => 45 + 77 => 2 + 78 => 9 + 82 => 39 + 83 => 55 + 84 => 107 + 85 => 48 + 86 => 12 + 87 => 113 + 88 => 61 + 92 => 63 + 93 => 60 + 94 => 81 + 95 => 40 + 97 => 25 and 28 + 99 => 78 + 102 => 44 and 88 + 104 => 102 + 109 => 41 + 110 => 109 + 111 => 90 + 112 => 58 + 113 => 54 + 114 => 99 + 116 => 8 + 117 => 57 + 118 => 10 + 119 => 64 + 120 => 65 121 => 74 - 122 => 88 - 123 => 76 - 124 => 36 - 125 => 110 - 126 => 94 - 127 => 75 - 128 => 25 - 129 => 41 - 130 => 86 - 131 => 14 - 133 => 32 - 135 => 10 - 136 => 61 - 137 => 52 - 138 => 84 - 139 => 65 - 140 => 43 - 141 => 93 - 143 => 92 - 144 => 44 - 145 => 48 - 147 => 12 - 148 => 38 - 149 => 60 - 150 => 9 - 152 => 34 - 153 => 77 - 154 => 56 - 155 => 104 - 158 => 26 - 161 => 17 - 162 => 18 - 166 => 5 - 167 => 7 - 168 => 85 - 169 => 68 - 170 => 49 - 171 => 42 - 172 => 81 - 176 => 103 - 177 => 107 - 178 => 15 - 179 => 105 - 180 => 62 - 181 => 33 - 182 => 90 + 122 => 46 + 123 => 87 + 124 => 112 + 125 => 20 + 126 => 37 + 127 => 14 + 128 => 94 + 129 => 33 + 130 => 43 + 131 => 11 + 133 => 7 + 135 => 47 + 136 => 76 + 137 => 26 + 138 => 97 + 139 => 80 + 140 => 32 + 141 => 85 + 143 => 29 + 144 => 19 + 145 => 104 + 147 => 49 + 148 => 114 + 149 => 110 + 150 => 27 + 152 => 22 + 153 => 66 + 154 => 6 + 155 => 100 + 158 => 75 + 161 => 4 + 162 => 67 + 166 => 53 + 167 => 108 + 168 => 82 + 169 => 111 + 170 => 73 + 171 => 18 + 172 => 93 + 176 => 106 + 177 => 84 + 178 => 52 + 179 => 35 + 180 => 30 + 181 => 86 + 182 => 23 Class: public com.volmit.iris.IrisHotloadManager NameNotChanged Source: "IrisHotloadManager.java" FieldsOf: com.volmit.iris.IrisHotloadManager - private com.volmit.iris.util.ChronoLatch latch => b - private com.volmit.iris.util.FolderWatcher w => a + private com.volmit.iris.util.ChronoLatch latch => a + private com.volmit.iris.util.FolderWatcher w => b MethodsOf: com.volmit.iris.IrisHotloadManager static void () SignatureNotChanged public void () SignatureNotChanged private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged public void check(com.volmit.iris.IrisContext) SignatureNotChanged - private synthetic void lambda$0(com.volmit.iris.IrisContext) SignatureNotChanged + private synthetic void lambda$check$0(com.volmit.iris.IrisContext) SignatureNotChanged public void track(java.io.File) SignatureNotChanged LineNumbersOf: com.volmit.iris.IrisHotloadManager - 17 => 50 - 19 => 30 - 20 => 40 - 21 => 57 - 25 => 45 - 27 => 35 - 30 => 15 - 32 => 31 - 33 => 60 - 37 => 62 - 39 => 38 and 39 - 41 => 46 - 43 => 19 - 46 => 41 - 48 => 29 - 51 => 16 - 53 => 36 - 56 => 21 - 58 => 47 - 61 => 44 - 62 => 59 - 63 => 5 - 66 => 7 and 25 - 68 => 33 - 70 => 26 - 73 => 2 - 75 => 9 - 78 => 8 - 80 => 52 - 83 => 6 - 85 => 42 - 88 => 55 - 89 => 61 - 90 => 12 - 93 => 4 and 37 - 95 => 17 - 97 => 1 - 100 => 34 - 102 => 53 - 105 => 18 - 107 => 43 - 110 => 20 - 112 => 27 - 115 => 23 - 116 => 10 - 117 => 22 - 120 => 3 - 122 => 48 - 127 => 51 - 129 => 54 - 131 => 32 and 56 - 133 => 13 - 136 => 58 - 137 => 11 - 138 => 28 - 140 => 24 - 141 => 49 - 146 => 14 + 18 => 22 + 19 => 2 + 20 => 43 + 21 => 11 + 25 => 39 + 27 => 8 + 30 => 48 + 32 => 24 + 33 => 5 + 37 => 49 + 39 => 44 + 41 => 53 + 43 => 52 + 46 => 54 + 48 => 60 + 51 => 10 + 53 => 41 + 56 => 33 + 58 => 37 + 61 => 17 + 62 => 21 + 63 => 42 + 64 => 23 + 66 => 9 + 68 => 40 + 70 => 38 + 73 => 45 + 75 => 58 + 78 => 36 + 80 => 7 + 83 => 31 + 85 => 34 + 88 => 18 + 89 => 1 + 90 => 46 + 91 => 25 + 93 => 59 + 95 => 30 + 97 => 20 + 100 => 32 + 102 => 56 + 105 => 14 + 107 => 51 + 110 => 3 + 112 => 12 + 115 => 13 + 116 => 55 + 117 => 26 + 118 => 19 + 122 => 50 + 125 => 16 + 127 => 35 + 129 => 15 + 131 => 6 + 133 => 61 + 134 => 62 + 136 => 57 + 137 => 47 + 138 => 27 + 140 => 28 + 141 => 4 + 146 => 29 Class: public com.volmit.iris.IrisMetrics NameNotChanged Source: "IrisMetrics.java" FieldsOf: com.volmit.iris.IrisMetrics public int generators NameNotChanged public int noiseHits NameNotChanged - private final com.volmit.iris.util.RollingSequence parallax => a - private final com.volmit.iris.util.RollingSequence perSecond => c - private final com.volmit.iris.util.RollingSequence post => f + private final com.volmit.iris.util.RollingSequence parallax => d + private final com.volmit.iris.util.RollingSequence perSecond => b + private final com.volmit.iris.util.RollingSequence post => c private final com.volmit.iris.util.RollingSequence terrain => e - private final com.volmit.iris.util.RollingSequence total => d - private final com.volmit.iris.util.RollingSequence update => b + private final com.volmit.iris.util.RollingSequence total => a + private final com.volmit.iris.util.RollingSequence update => f MethodsOf: com.volmit.iris.IrisMetrics static void () SignatureNotChanged public void (int) SignatureNotChanged @@ -429,24 +478,32 @@ Class: public com.volmit.iris.IrisMetrics NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.IrisMetrics - 7 => 2, 3, 5, 10, 12, 15, 16, 18, 19, 20, 21 and 23 - 16 => 6 - 17 => 22 - 19 => 9 - 21 => 4 - 22 => 13 - 23 => 1 - 24 => 14 - 25 => 11 - 26 => 7 - 27 => 8 - 31 => 17 + 7 => 9, 12, 13 and 16 + 10 => 20 + 11 => 10 + 12 => 1 + 13 => 19 + 14 => 6 + 15 => 11 + 16 => 14 and 17 + 17 => 8 and 21 + 20 => 15 + 21 => 3 + 22 => 5 + 23 => 7 + 24 => 18 + 25 => 23 + 26 => 4 + 27 => 22 + 31 => 2 Class: public com.volmit.iris.IrisSettings NameNotChanged Source: "IrisSettings.java" FieldsOf: com.volmit.iris.IrisSettings + public java.lang.String activationCode NameNotChanged public boolean hotloading NameNotChanged public int maxBiomeChildDepth NameNotChanged + public boolean openVSCode NameNotChanged public boolean parallaxCompression NameNotChanged public int parallaxCompressionLevel NameNotChanged public static transient com.volmit.iris.IrisSettings settings NameNotChanged @@ -457,40 +514,41 @@ Class: public com.volmit.iris.IrisSettings NameNotChanged public void () SignatureNotChanged public static com.volmit.iris.IrisSettings get() SignatureNotChanged LineNumbersOf: com.volmit.iris.IrisSettings - 13 => 14 and 28 - 19 => 7 - 23 => 25 - 27 => 10 - 31 => 5 - 35 => 9 - 39 => 23 - 43 => 12 - 45 => 17 - 47 => 16 - 49 => 15 - 53 => 26 - 54 => 8 - 56 => 6 - 58 => 13 - 60 => 20 - 66 => 27 - 67 => 4 - 69 => 18 - 71 => 19 - 72 => 3 - 76 => 22 - 80 => 1 - 81 => 2 - 83 => 21 - 85 => 24 - 90 => 11 + 13 => 19 + 17 => 26 + 21 => 5 + 25 => 12 + 29 => 10 + 33 => 17 + 37 => 25 + 41 => 13 + 45 => 6 + 51 => 21 + 53 => 4 + 55 => 15 + 57 => 11 + 61 => 24 + 64 => 20 + 66 => 1 + 67 => 16 and 28 + 74 => 3 + 77 => 22 + 79 => 2 + 80 => 9 + 81 => 29 + 84 => 14 + 88 => 27 + 91 => 8 + 93 => 23 + 94 => 18 + 98 => 7 Class: public com.volmit.iris.ProjectManager NameNotChanged Source: "ProjectManager.java" FieldsOf: com.volmit.iris.ProjectManager - private com.volmit.iris.gen.IrisChunkGenerator currentProject => b - private java.util.concurrent.locks.ReentrantLock lock => a - private com.volmit.iris.util.TaskExecutor tx => c + private com.volmit.iris.gen.IrisChunkGenerator currentProject => a + private java.util.concurrent.locks.ReentrantLock lock => c + private com.volmit.iris.util.TaskExecutor tx => b MethodsOf: com.volmit.iris.ProjectManager static void () SignatureNotChanged public void () SignatureNotChanged @@ -498,69 +556,70 @@ Class: public com.volmit.iris.ProjectManager NameNotChanged public com.volmit.iris.util.KList analyze(java.io.File) SignatureNotChanged public com.volmit.iris.util.KList analyze(java.lang.Object, java.io.File) SignatureNotChanged public com.volmit.iris.util.KList analyzeFolder(java.io.File, java.lang.String, java.lang.Object) SignatureNotChanged - private com.volmit.iris.util.JSONArray buildSchemas(com.volmit.iris.IrisDataManager) => e(com.volmit.iris.IrisDataManager) + private com.volmit.iris.util.JSONArray buildSchemas(com.volmit.iris.IrisDataManager) => h(com.volmit.iris.IrisDataManager) protected boolean canEqual(java.lang.Object) SignatureNotChanged public void close() SignatureNotChanged public java.io.File compilePackage(com.volmit.iris.util.MortarSender, java.lang.String, boolean) SignatureNotChanged public void create(com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged private void ex(com.volmit.iris.util.JSONArray, java.lang.Class, com.volmit.iris.IrisDataManager, java.lang.String) => a(com.volmit.iris.util.JSONArray, java.lang.Class, com.volmit.iris.IrisDataManager, java.lang.String) - private java.lang.String[] getBiomeList(com.volmit.iris.IrisDataManager) => g(com.volmit.iris.IrisDataManager) + private java.lang.String[] getBiomeList(com.volmit.iris.IrisDataManager) => a(com.volmit.iris.IrisDataManager) public com.volmit.iris.gen.IrisChunkGenerator getCurrentProject() SignatureNotChanged - private java.lang.String[] getDimensionList(com.volmit.iris.IrisDataManager) => h(com.volmit.iris.IrisDataManager) - private java.lang.String[] getGeneratorList(com.volmit.iris.IrisDataManager) => d(com.volmit.iris.IrisDataManager) + private java.lang.String[] getDimensionList(com.volmit.iris.IrisDataManager) => g(com.volmit.iris.IrisDataManager) + private java.lang.String[] getGeneratorList(com.volmit.iris.IrisDataManager) => b(com.volmit.iris.IrisDataManager) public java.util.concurrent.locks.ReentrantLock getLock() SignatureNotChanged private java.lang.String[] getLootList(com.volmit.iris.IrisDataManager) => c(com.volmit.iris.IrisDataManager) - private java.lang.String[] getObjectList(com.volmit.iris.IrisDataManager) => f(com.volmit.iris.IrisDataManager) - private java.lang.String[] getRegionList(com.volmit.iris.IrisDataManager) => b(com.volmit.iris.IrisDataManager) + private java.lang.String[] getObjectList(com.volmit.iris.IrisDataManager) => e(com.volmit.iris.IrisDataManager) + private java.lang.String[] getRegionList(com.volmit.iris.IrisDataManager) => f(com.volmit.iris.IrisDataManager) public com.volmit.iris.util.JSONObject getSchemaEntry(java.lang.Class, com.volmit.iris.IrisDataManager, java.lang.String[]) SignatureNotChanged public com.volmit.iris.util.JSONObject getSchemaFor(java.lang.Class, com.volmit.iris.IrisDataManager) SignatureNotChanged public com.volmit.iris.util.JSONObject getSchemaFor(java.lang.Class, int, com.volmit.iris.util.KMap, com.volmit.iris.IrisDataManager) SignatureNotChanged - private java.lang.String[] getStructureList(com.volmit.iris.IrisDataManager) => a(com.volmit.iris.IrisDataManager) + private java.lang.String[] getStructureList(com.volmit.iris.IrisDataManager) => d(com.volmit.iris.IrisDataManager) public com.volmit.iris.util.TaskExecutor getTx() SignatureNotChanged public java.io.File getWorkspaceFile(java.lang.String) SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isProjectOpen() SignatureNotChanged - private static synthetic void lambda$0() SignatureNotChanged - private synthetic void lambda$1(com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisDimension) SignatureNotChanged - private static synthetic void lambda$10(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiomeGeneratorLink) SignatureNotChanged - private static synthetic void lambda$11(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged - private static synthetic void lambda$12(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructurePlacement) SignatureNotChanged - private static synthetic void lambda$13(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged - private static synthetic void lambda$14(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructurePlacement) SignatureNotChanged - private static synthetic void lambda$15(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged - private static synthetic void lambda$16(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$17(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged - private static synthetic void lambda$18(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$19(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructure) SignatureNotChanged - private synthetic void lambda$2(java.io.File, com.volmit.iris.util.MortarSender) SignatureNotChanged - private static synthetic void lambda$20(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$21(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructure) SignatureNotChanged - private static synthetic void lambda$22(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructureTile) SignatureNotChanged - private static synthetic void lambda$23(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$24(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisBiome) SignatureNotChanged - private static synthetic void lambda$25(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisObjectPlacement) SignatureNotChanged - private static synthetic void lambda$26(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged - private static synthetic void lambda$27(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisStructure) SignatureNotChanged - private static synthetic void lambda$28(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisStructureTile) SignatureNotChanged - private static synthetic void lambda$29(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged - private static synthetic void lambda$3(com.volmit.iris.util.O, com.volmit.iris.gen.IrisChunkGenerator, com.volmit.iris.util.MortarSender) SignatureNotChanged - private static synthetic void lambda$30(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisBiomeMutation) SignatureNotChanged - private static synthetic void lambda$31(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisObjectPlacement) SignatureNotChanged - private static synthetic void lambda$32(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged - private synthetic void lambda$33(java.io.File) SignatureNotChanged - private synthetic void lambda$34(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private synthetic void lambda$35(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private synthetic void lambda$36(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private synthetic void lambda$37(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private synthetic void lambda$38(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private synthetic void lambda$39(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged - private static synthetic void lambda$4(com.volmit.iris.util.MortarSender, java.lang.Runnable) SignatureNotChanged - private static synthetic void lambda$5(java.io.File) SignatureNotChanged - private static synthetic void lambda$6(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$7(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged - private static synthetic void lambda$8(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged - private static synthetic void lambda$9(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged + private synthetic void lambda$buildSchemas$35(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private synthetic void lambda$buildSchemas$36(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private synthetic void lambda$buildSchemas$37(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private synthetic void lambda$buildSchemas$38(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private synthetic void lambda$buildSchemas$39(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private synthetic void lambda$buildSchemas$40(com.volmit.iris.util.JSONArray, com.volmit.iris.IrisDataManager) SignatureNotChanged + private static synthetic void lambda$close$6(java.io.File) SignatureNotChanged + private static synthetic void lambda$compilePackage$11(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged + private static synthetic void lambda$compilePackage$13(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged + private static synthetic void lambda$compilePackage$15(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged + private static synthetic void lambda$compilePackage$17(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged + private static synthetic void lambda$compilePackage$19(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiome) SignatureNotChanged + private static synthetic void lambda$compilePackage$21(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructure) SignatureNotChanged + private static synthetic void lambda$compilePackage$24(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructure) SignatureNotChanged + private static synthetic void lambda$compilePackage$27(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisBiome) SignatureNotChanged + private static synthetic void lambda$compilePackage$30(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisStructure) SignatureNotChanged + private static synthetic void lambda$compilePackage$33(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisBiomeMutation) SignatureNotChanged + private static synthetic void lambda$compilePackage$7(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private static synthetic void lambda$compilePackage$8(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private static synthetic void lambda$compilePackage$9(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegion) SignatureNotChanged + private static synthetic void lambda$new$0() SignatureNotChanged + private static synthetic void lambda$null$10(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisBiomeGeneratorLink) SignatureNotChanged + private static synthetic void lambda$null$12(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructurePlacement) SignatureNotChanged + private static synthetic void lambda$null$14(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructurePlacement) SignatureNotChanged + private static synthetic void lambda$null$16(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$18(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private synthetic void lambda$null$2(java.io.File, com.volmit.iris.util.MortarSender) SignatureNotChanged + private static synthetic void lambda$null$20(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$22(com.volmit.iris.util.KSet, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$23(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisStructureTile) SignatureNotChanged + private static synthetic void lambda$null$25(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$26(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisObjectPlacement) SignatureNotChanged + private static synthetic void lambda$null$28(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$29(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisStructureTile) SignatureNotChanged + private static synthetic void lambda$null$31(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged + private static synthetic void lambda$null$32(com.volmit.iris.util.KMap, java.io.File, java.lang.StringBuilder, com.volmit.iris.util.O, com.volmit.iris.util.ChronoLatch, com.volmit.iris.util.MortarSender, com.volmit.iris.object.IrisObjectPlacement) SignatureNotChanged + private static synthetic void lambda$open$1() SignatureNotChanged + private synthetic void lambda$open$3(com.volmit.iris.object.IrisDimension, com.volmit.iris.util.MortarSender) SignatureNotChanged + private static synthetic void lambda$open$4(com.volmit.iris.util.O, com.volmit.iris.gen.IrisChunkGenerator, com.volmit.iris.util.MortarSender) SignatureNotChanged + private static synthetic void lambda$open$5(com.volmit.iris.util.MortarSender, java.lang.Runnable) SignatureNotChanged + private synthetic void lambda$updateWorkspace$34(java.io.File) SignatureNotChanged private com.volmit.iris.util.JSONObject newWorkspaceConfig() => a() public void open(com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged public void open(com.volmit.iris.util.MortarSender, java.lang.String, java.lang.Runnable) SignatureNotChanged @@ -569,757 +628,785 @@ Class: public com.volmit.iris.ProjectManager NameNotChanged private void verify(com.volmit.iris.util.JSONObject, java.lang.Object, com.volmit.iris.util.KList, java.io.File) => a(com.volmit.iris.util.JSONObject, java.lang.Object, com.volmit.iris.util.KList, java.io.File) public void writeDocs(java.io.File) SignatureNotChanged LineNumbersOf: com.volmit.iris.ProjectManager - 75 => 85, 91, 237, 403, 613, 618 and 748 - 79 => 186 - 80 => 249 - 82 => 484 - 85 => 735 - 89 => 730 - 94 => 434 - 96 => 790 - 97 => 208 - 101 => 770 - 102 => 338 - 103 => 201 - 107 => 31 - 109 => 367 and 809 - 111 => 787 - 113 => 388 - 114 => 369 - 116 => 78 - 117 => 456 - 118 => 320 - 119 => 216 - 120 => 405 - 123 => 22 - 125 => 250 - 127 => 485 - 129 => 81 - 130 => 9 - 132 => 614 - 133 => 375 - 136 => 401 - 138 => 600 - 139 => 691 - 142 => 348 - 143 => 362 - 144 => 440 - 145 => 278 - 146 => 282 - 147 => 116 - 148 => 792 - 149 => 322 - 151 => 366 - 153 => 798 - 154 => 808 - 155 => 294 and 527 - 157 => 531 - 158 => 390 - 160 => 70 - 162 => 535 - 163 => 198 - 164 => 336 - 168 => 629 - 171 => 794 - 172 => 54 - 174 => 38 - 176 => 214 - 177 => 397 - 180 => 551 - 182 => 768 - 183 => 242 - 184 => 339 - 186 => 335 - 188 => 566 - 191 => 605 and 758 - 193 => 472 - 195 => 343 - 197 => 102 - 200 => 262 - 201 => 583 and 601 - 202 => 801 - 206 => 623 - 208 => 589 - 209 => 585 - 210 => 373 - 211 => 731 - 212 => 806 - 213 => 27 and 195 - 215 => 40 - 219 => 247 - 220 => 626 - 221 => 578 - 222 => 287 - 223 => 261 - 224 => 619 - 225 => 455 - 226 => 788 - 227 => 766 - 228 => 409 - 229 => 621 - 230 => 156 and 705 - 231 => 359 and 677 - 232 => 227 and 817 - 233 => 99, 539 and 562 - 234 => 188, 273 and 630 - 235 => 246, 526 and 653 - 236 => 436, 444 and 568 - 237 => 239, 572 and 795 - 238 => 121, 140 and 345 - 239 => 595, 598, 704 and 783 - 241 => 281 - 242 => 172 - 243 => 86 - 244 => 74 - 245 => 415 - 247 => 197 and 749 - 249 => 187 and 645 - 251 => 512 - 252 => 118 - 254 => 16 and 311 - 256 => 159 - 258 => 295 - 259 => 244 - 262 => 567 - 263 => 534 - 264 => 713 - 265 => 465 - 268 => 58 - 272 => 64 and 625 - 274 => 112 and 218 - 276 => 596 - 277 => 134 - 279 => 165 and 326 - 281 => 25 - 283 => 679 - 284 => 606 - 287 => 337 - 288 => 603 - 289 => 334 - 290 => 432 - 293 => 254 - 297 => 368 and 546 - 299 => 26 and 678 - 301 => 95 - 302 => 738 - 304 => 21 and 805 - 306 => 710 - 308 => 533 - 309 => 400 - 312 => 746 - 313 => 185 - 314 => 414 - 315 => 407 - 318 => 259 - 322 => 517 - 323 => 670 - 324 => 385 - 325 => 389 - 326 => 402 - 327 => 89, 104 and 108 - 331 => 492 - 332 => 75 - 333 => 63 - 334 => 293 - 336 => 642 - 338 => 15 - 339 => 371 - 340 => 724 - 342 => 2 - 344 => 321 - 348 => 67, 503 and 563 - 350 => 193, 421 and 491 - 354 => 29 - 355 => 638 - 356 => 5 - 357 => 168 - 359 => 365 - 361 => 644 - 362 => 762 - 363 => 130 - 365 => 236 - 367 => 684 - 371 => 469, 518 and 726 - 373 => 435, 459 and 610 - 377 => 497 - 378 => 571 - 379 => 270 - 380 => 652 - 382 => 721 - 384 => 826 - 385 => 289 - 386 => 558 - 388 => 280 - 390 => 288 - 394 => 92, 340 and 426 - 396 => 420 - 397 => 617 - 398 => 580 - 400 => 816 - 404 => 158 - 405 => 342 - 406 => 707 - 408 => 428 and 502 - 410 => 347 - 411 => 751 - 412 => 398 - 415 => 555 - 416 => 76 - 418 => 477 and 564 - 420 => 356 - 421 => 226 - 422 => 125 - 425 => 23 and 252 - 427 => 189 - 428 => 330 - 429 => 425 - 432 => 87 and 784 - 434 => 505 - 435 => 719 - 436 => 56 - 439 => 173 and 215 - 441 => 519 - 442 => 221 - 443 => 269 - 446 => 690 - 447 => 471 - 448 => 364 - 449 => 105 - 450 => 47 - 451 => 268 - 452 => 810 - 453 => 133 - 454 => 718 - 455 => 458 - 456 => 51 - 457 => 194 - 459 => 277 - 460 => 394 - 463 => 32 - 465 => 680 - 467 => 41 - 468 => 97 - 473 => 697 - 474 => 689 - 475 => 353 - 477 => 767 - 479 => 30 - 480 => 229 - 482 => 663 - 483 => 828 - 484 => 153 - 485 => 351 - 486 => 152 - 487 => 124 - 488 => 419 - 489 => 588 - 490 => 318 - 491 => 418 - 492 => 202 - 493 => 4 - 494 => 750 - 495 => 694 - 496 => 514 - 497 => 804 - 498 => 454 - 499 => 57 - 500 => 446 - 501 => 370 - 502 => 754 - 503 => 728 - 504 => 759 - 505 => 482 - 506 => 451 - 507 => 120 - 508 => 524 - 509 => 100 - 510 => 314 - 511 => 702 - 512 => 363 - 513 => 823 - 514 => 206 - 515 => 764 - 516 => 687 - 517 => 445 - 518 => 662 - 519 => 448 - 520 => 715 - 521 => 587 - 522 => 437 - 523 => 145 - 524 => 392 - 525 => 647 - 526 => 8 - 527 => 37 - 528 => 774 - 529 => 256 - 530 => 727 - 531 => 611 - 532 => 476 - 533 => 166 - 534 => 732 - 535 => 3 - 536 => 128 - 537 => 661 - 538 => 778 - 539 => 223 - 540 => 93 - 541 => 612 - 545 => 592 - 546 => 381 - 547 => 411 - 548 => 101 - 549 => 480 - 550 => 668 - 551 => 219 - 552 => 43 - 553 => 68 - 554 => 714 - 555 => 301 - 557 => 682 - 559 => 510 - 560 => 241 - 562 => 177 - 566 => 489 - 567 => 669 - 568 => 231 - 569 => 217 - 570 => 733 - 571 => 538 - 572 => 725 - 574 => 151 - 575 => 500 - 576 => 234 - 577 => 79 - 578 => 775 - 579 => 431 - 581 => 126 - 582 => 486 - 583 => 327 - 584 => 66 - 585 => 650 - 586 => 475 - 587 => 812 - 588 => 393 - 589 => 799 - 590 => 525 - 591 => 391 - 592 => 84 - 593 => 132 - 594 => 316 - 595 => 818 - 596 => 820 - 597 => 544 - 599 => 122 - 600 => 494 - 601 => 224 - 603 => 274 - 608 => 383 - 615 => 232 - 616 => 200 and 508 - 617 => 468 - 618 => 576 - 619 => 703 - 620 => 354 - 622 => 143 - 624 => 521 - 628 => 137 - 629 => 504 - 631 => 586 - 633 => 109 - 636 => 257 - 640 => 664 - 641 => 48 - 642 => 441 - 643 => 142 - 644 => 417 - 648 => 557 - 649 => 674 - 650 => 708 and 825 - 651 => 698 and 814 - 652 => 34 and 772 - 653 => 631 and 692 - 654 => 243 and 332 - 655 => 706 and 781 - 656 => 344 - 658 => 141 - 663 => 450 - 664 => 65 - 665 => 39 - 666 => 61 - 668 => 632 - 673 => 635 - 674 => 665 - 675 => 302 - 676 => 773 - 677 => 460 and 569 - 679 => 723 - 682 => 169 - 684 => 44 - 689 => 106 - 691 => 180 - 692 => 372 - 693 => 127 - 696 => 49 - 697 => 802 - 699 => 807 - 700 => 396 - 701 => 582 - 702 => 410 - 704 => 147 - 705 => 323 - 707 => 607 - 708 => 528 - 709 => 729 - 711 => 296 and 395 - 713 => 138 - 714 => 290 - 716 => 352 - 718 => 540 - 721 => 176 - 723 => 575 - 725 => 164 - 727 => 760 - 729 => 720 - 732 => 780 - 734 => 633 - 738 => 478 - 740 => 736 - 742 => 98 - 744 => 184 - 747 => 309 - 749 => 69 - 753 => 113 - 755 => 60 - 758 => 453 - 760 => 498 - 762 => 386 - 764 => 667 - 767 => 624 - 769 => 284 - 772 => 636 - 774 => 382 - 777 => 275 - 779 => 565 - 782 => 248 - 784 => 483 - 787 => 747 - 789 => 782 - 792 => 333 - 794 => 693 - 797 => 271 - 799 => 501 - 802 => 110 - 804 => 637 - 808 => 46 - 810 => 700 - 811 => 447 - 813 => 35 and 220 - 815 => 148 - 818 => 300 - 821 => 776 - 823 => 696 - 824 => 263 - 826 => 82 and 622 - 828 => 163 - 831 => 427 - 834 => 657 - 836 => 341 - 837 => 479 - 839 => 149 and 222 - 841 => 182 - 844 => 793 - 847 => 96 - 849 => 545 - 852 => 380 - 854 => 129 - 857 => 376 - 859 => 235 - 861 => 179 - 862 => 324 - 866 => 384 - 868 => 634 - 870 => 581 - 872 => 423 - 875 => 303 - 877 => 119 - 880 => 123 - 882 => 73 - 884 => 627 - 886 => 785 - 889 => 265 - 891 => 688 - 894 => 830 - 896 => 442 - 899 => 819 - 901 => 543 - 903 => 304 - 905 => 331 - 908 => 553 - 910 => 771 - 913 => 641 - 915 => 648 - 916 => 7 - 918 => 135 - 919 => 515 - 920 => 516 - 921 => 824 - 924 => 264 - 925 => 18 - 926 => 292 - 927 => 77 - 928 => 811 - 929 => 522 - 930 => 666 - 933 => 481 - 935 => 803 - 936 => 209 - 938 => 72 - 939 => 114 - 940 => 463 - 941 => 438 - 944 => 19 - 945 => 181 - 946 => 509 - 947 => 741 - 948 => 131 - 949 => 174 - 950 => 170 - 953 => 422 - 955 => 62 - 956 => 111 - 958 => 658 - 959 => 1 - 960 => 552 - 961 => 160 - 964 => 387 - 965 => 412 - 966 => 649 - 967 => 357 - 968 => 549 - 969 => 355 - 970 => 466 - 973 => 286 - 975 => 305 - 976 => 722 - 978 => 191 - 979 => 171 - 980 => 146 - 981 => 155 - 984 => 183 - 985 => 20 - 986 => 144 - 987 => 743 - 988 => 560 - 989 => 107 - 990 => 55 - 993 => 238 - 995 => 298 - 996 => 822 - 998 => 651 - 999 => 88 - 1000 => 761 - 1001 => 620 - 1004 => 536 - 1005 => 317 - 1006 => 548 - 1007 => 285 - 1008 => 550 - 1009 => 462 - 1010 => 225 - 1013 => 346 - 1015 => 213 - 1016 => 178 - 1018 => 685 - 1019 => 599 - 1020 => 42 - 1021 => 616 - 1024 => 646 - 1025 => 699 - 1026 => 590 - 1027 => 315 - 1028 => 404 - 1029 => 157 - 1030 => 266 - 1033 => 639 + 76 => 228, 331, 366 and 512 + 79 => 57 + 80 => 345 and 770 + 81 => 257 and 318 + 84 => 667 + 85 => 464 + 87 => 86 + 89 => 635 + 91 => 562 + 92 => 198 + 96 => 833 + 99 => 482 + 102 => 583 + 105 => 764 + 106 => 718 + 110 => 158 + 115 => 369 + 117 => 3 + 118 => 743 + 122 => 569 + 123 => 156 + 124 => 745 + 128 => 341 + 130 => 203 and 300 + 132 => 613 + 134 => 405 + 135 => 131 + 137 => 418 + 138 => 132 + 139 => 351 + 141 => 492 + 143 => 735 + 151 => 126 + 153 => 76 + 154 => 217 + 155 => 637 + 156 => 424 + 158 => 630 + 159 => 367 + 161 => 233 + 163 => 177 + 165 => 199 + 166 => 654 + 169 => 88 + 170 => 231 + 171 => 672 + 172 => 185 + 173 => 785 + 174 => 262 + 175 => 741 + 176 => 299 + 178 => 84 + 180 => 200 + 181 => 499 + 182 => 319 + 184 => 13 + 185 => 558 + 187 => 11 + 189 => 489 + 190 => 649 + 195 => 768 + 198 => 568 + 199 => 678 + 201 => 555 + 203 => 240 + 204 => 206 + 206 => 152 + 207 => 762 + 209 => 591 + 210 => 830 + 211 => 641 + 213 => 733 + 215 => 266 + 218 => 679 + 220 => 317 + 222 => 524 + 224 => 671 + 227 => 584 + 228 => 92 + 229 => 801 + 233 => 253 + 235 => 693 + 236 => 297 + 237 => 481 + 238 => 399 + 239 => 714 + 240 => 281 and 344 + 242 => 684 + 246 => 570 + 247 => 160 + 248 => 400 + 249 => 666 + 250 => 759 + 251 => 323 + 252 => 432 + 253 => 809 + 254 => 381 + 255 => 594 + 256 => 27 + 257 => 28 and 183 + 258 => 387 and 414 + 259 => 54 and 686 + 260 => 454, 516 and 698 + 261 => 368, 402 and 645 + 262 => 133, 428 and 557 + 263 => 50, 61 and 518 + 264 => 46, 112 and 783 + 265 => 194, 449 and 539 + 266 => 254, 355, 396 and 579 + 268 => 235 + 269 => 710 + 270 => 754 + 271 => 556 + 272 => 225 + 274 => 349 + 276 => 652 + 278 => 416 + 279 => 620 + 281 => 691 + 283 => 162 + 285 => 677 + 286 => 116 + 289 => 431 + 290 => 560 + 291 => 444 + 292 => 461 + 293 => 488 + 295 => 726 + 296 => 604 + 297 => 348 + 299 => 655 + 301 => 625 + 303 => 113 + 304 => 588 + 306 => 563 + 308 => 62 + 310 => 459 + 311 => 207 + 314 => 192 + 315 => 730 + 316 => 164 + 317 => 513 + 318 => 301 + 320 => 430 + 321 => 190 + 322 => 324 + 324 => 252 + 326 => 261 + 328 => 545 + 329 => 521 + 331 => 342 + 333 => 153 + 335 => 197 + 336 => 273 + 339 => 149 + 340 => 343 + 341 => 483 + 342 => 826 + 343 => 128 + 345 => 386 + 346 => 608 + 347 => 356 + 349 => 553 + 350 => 437 + 351 => 530 + 352 => 552 + 353 => 455 + 354 => 30, 43 and 178 + 358 => 60 + 359 => 411 + 360 => 797 + 361 => 622 + 363 => 769 + 365 => 75 + 366 => 382 + 367 => 750 + 371 => 697 + 374 => 243 + 375 => 245 + 377 => 140, 527 and 723 + 381 => 241 + 382 => 804 + 383 => 772 + 384 => 631 + 386 => 595 + 388 => 509 + 389 => 632 + 390 => 326 + 394 => 33 + 397 => 98 + 398 => 777 + 400 => 403, 451 and 468 + 404 => 580 + 405 => 592 + 406 => 234 + 407 => 17 + 409 => 105 + 411 => 699 + 412 => 229 + 413 => 657 + 417 => 23 + 420 => 346 + 421 => 100 + 423 => 596 + 424 => 93 + 425 => 747 + 427 => 80 + 431 => 52 + 432 => 752 + 433 => 239 + 435 => 805 + 437 => 279 + 438 => 134 + 439 => 523 + 440 => 67 + 442 => 392 + 443 => 586 + 445 => 544 + 447 => 720 + 448 => 755 + 449 => 202 + 450 => 694 + 452 => 237 + 454 => 443 + 455 => 36 + 456 => 374 + 457 => 760 + 459 => 447 + 461 => 277 + 462 => 491 + 463 => 95 + 464 => 462 + 466 => 264 + 468 => 775 + 469 => 103 + 470 => 681 + 471 => 627 + 473 => 440 + 474 => 286 + 475 => 371 + 476 => 70 + 477 => 251 + 478 => 628 + 479 => 226 + 480 => 122 + 481 => 372 + 482 => 434 + 483 => 321 + 484 => 5 + 486 => 829 + 487 => 276 + 490 => 526 + 492 => 4 + 494 => 807 + 495 => 508 + 500 => 821 + 501 => 546 + 502 => 617 + 504 => 56 + 506 => 788 + 507 => 716 + 509 => 532 + 510 => 668 + 511 => 121 + 512 => 69 + 513 => 736 + 514 => 423 + 515 => 19 + 516 => 125 + 517 => 629 + 518 => 123 + 519 => 506 + 520 => 739 + 521 => 99 + 522 => 360 + 523 => 58 + 524 => 711 + 525 => 288 + 526 => 179 + 527 => 354 + 528 => 138 + 529 => 659 + 530 => 332 + 531 => 193 + 532 => 263 + 533 => 102 + 534 => 289 + 535 => 39 + 536 => 308 + 537 => 540 + 538 => 335 + 539 => 242 + 540 => 789 + 541 => 589 + 542 => 656 + 543 => 83 + 544 => 661 + 545 => 298 + 546 => 388 + 547 => 819 + 548 => 130 + 549 => 704 + 550 => 127 + 551 => 798 + 552 => 724 + 553 => 495 + 554 => 651 + 555 => 201 + 556 => 766 + 557 => 550 + 558 => 473 + 559 => 484 + 560 => 161 + 561 => 646 + 562 => 267 + 563 => 330 + 564 => 151 + 565 => 458 + 566 => 255 + 567 => 377 + 568 => 139 + 572 => 89 + 573 => 285 + 574 => 542 + 575 => 248 + 576 => 705 + 577 => 445 + 578 => 815 + 579 => 314 + 580 => 577 + 581 => 110 + 584 => 29 + 586 => 42 + 587 => 648 + 588 => 135 + 589 => 612 + 593 => 426 + 594 => 680 + 595 => 500 + 596 => 549 + 597 => 496 + 598 => 547 + 599 => 391 + 601 => 597 + 602 => 20 + 603 => 339 + 604 => 611 + 605 => 606 + 606 => 370 + 608 => 101 + 609 => 517 + 610 => 397 + 611 => 442 + 612 => 782 + 613 => 148 + 614 => 379 + 615 => 111 + 616 => 272 + 617 => 514 + 618 => 71 + 619 => 812 + 620 => 244 + 621 => 800 + 622 => 688 + 623 => 227 + 624 => 498 + 626 => 796 + 627 => 610 + 628 => 181 + 630 => 537 + 635 => 727 + 642 => 673 + 643 => 114 and 634 + 644 => 250 + 645 => 771 + 646 => 1 + 649 => 511 + 651 => 480 + 655 => 256 + 658 => 600 + 660 => 47 + 661 => 715 + 662 => 448 + 663 => 72 + 667 => 474 + 668 => 494 + 669 => 410 + 670 => 438 + 671 => 605 + 675 => 603 + 676 => 38 + 677 => 104 and 295 + 678 => 472 and 639 + 679 => 429 and 722 + 680 => 707 and 791 + 681 => 196 and 363 + 682 => 48 and 525 + 683 => 460 + 685 => 142 + 690 => 222 + 691 => 425 + 692 => 602 + 693 => 831 + 695 => 175 + 700 => 304 + 701 => 306 + 702 => 422 + 703 => 471 + 704 => 598 + 706 => 407 + 707 => 786 + 709 => 404 + 711 => 660 + 716 => 773 + 718 => 137 + 719 => 66 + 720 => 487 + 723 => 507 + 724 => 774 + 726 => 25 + 727 => 439 + 728 => 328 + 729 => 373 + 731 => 187 + 732 => 208 + 734 => 163 + 735 => 808 + 736 => 664 + 738 => 109 and 195 + 740 => 642 + 741 => 572 + 743 => 205 + 745 => 51 + 748 => 522 + 750 => 91 + 752 => 247 + 754 => 265 + 756 => 291 + 759 => 749 + 761 => 115 + 765 => 106 + 767 => 293 + 769 => 638 + 771 => 108 + 774 => 751 + 776 => 501 + 780 => 573 + 782 => 129 + 785 => 615 + 787 => 216 + 789 => 450 + 791 => 380 + 794 => 582 + 796 => 415 + 799 => 703 + 801 => 765 + 804 => 763 + 806 => 712 + 809 => 535 + 811 => 94 + 814 => 14 + 816 => 359 + 819 => 340 + 821 => 467 + 824 => 446 + 826 => 211 + 829 => 457 + 831 => 721 + 835 => 504 + 837 => 690 + 838 => 536 + 840 => 85 and 729 + 842 => 493 + 845 => 270 + 848 => 575 + 850 => 53 + 851 => 662 + 853 => 486 and 548 + 855 => 278 + 858 => 316 + 861 => 748 + 863 => 184 + 864 => 665 + 866 => 329 and 738 + 868 => 590 + 871 => 45 + 874 => 607 + 876 => 531 + 879 => 81 + 881 => 441 + 884 => 776 + 886 => 224 + 888 => 533 + 889 => 320 + 893 => 669 + 895 => 55 + 897 => 214 + 899 => 296 + 902 => 31 + 904 => 79 + 907 => 313 + 909 => 781 + 911 => 376 + 913 => 212 + 916 => 18 + 918 => 674 + 921 => 453 + 923 => 283 + 926 => 794 + 928 => 170 + 930 => 118 + 932 => 778 + 935 => 311 + 937 => 802 + 940 => 37 + 942 => 204 + 943 => 150 + 945 => 22 + 946 => 90 + 947 => 350 + 948 => 73 + 951 => 290 + 952 => 827 + 953 => 643 + 954 => 44 + 955 => 34 + 956 => 40 + 957 => 534 + 960 => 601 + 962 => 213 + 963 => 274 + 965 => 65 + 966 => 436 + 967 => 287 + 968 => 294 + 971 => 543 + 972 => 682 + 973 => 406 + 974 => 173 + 975 => 375 + 976 => 165 + 977 => 795 + 980 => 475 + 982 => 469 + 983 => 658 + 985 => 793 + 986 => 799 + 987 => 284 + 988 => 820 + 991 => 215 + 992 => 364 + 993 => 478 + 994 => 259 + 995 => 120 + 996 => 574 + 997 => 687 + 1000 => 117 + 1002 => 695 + 1003 => 238 + 1005 => 490 + 1006 => 107 + 1007 => 167 + 1008 => 497 + 1011 => 24 + 1012 => 417 + 1013 => 176 + 1014 => 593 + 1015 => 41 + 1016 => 725 + 1017 => 97 + 1020 => 169 + 1022 => 12 + 1023 => 813 + 1025 => 756 + 1026 => 696 + 1027 => 792 + 1028 => 618 + 1031 => 744 + 1032 => 824 + 1033 => 210 + 1034 => 551 1035 => 701 - 1036 => 506 - 1038 => 659 - 1039 => 443 - 1040 => 734 - 1041 => 190 - 1044 => 643 - 1045 => 604 - 1046 => 299 - 1047 => 10 - 1048 => 821 - 1049 => 297 - 1050 => 467 - 1054 => 14 - 1056 => 11 - 1057 => 291 - 1059 => 115 and 272 - 1061 => 542 - 1064 => 461 - 1066 => 205 - 1068 => 36 - 1069 => 83 - 1070 => 210 - 1071 => 716 - 1074 => 827 - 1075 => 457 - 1076 => 574 - 1077 => 656 - 1078 => 756 - 1079 => 230 - 1080 => 276 - 1083 => 50 - 1085 => 786 - 1088 => 769 - 1090 => 408 - 1093 => 377 - 1095 => 752 - 1097 => 433 - 1099 => 90 - 1101 => 577 - 1103 => 378 - 1104 => 203 - 1105 => 260 - 1106 => 136 - 1107 => 424 - 1108 => 712 - 1109 => 361 - 1111 => 473 - 1113 => 711 - 1116 => 53 - 1117 => 737 - 1121 => 744 - 1123 => 328 - 1127 => 530 - 1130 => 464 - 1133 => 597 - 1135 => 493 - 1139 => 360 - 1140 => 672 - 1141 => 413 - 1145 => 449 - 1146 => 797 - 1147 => 742 - 1148 => 430 - 1151 => 325 - 1156 => 675 - 1161 => 532 - 1166 => 523 - 1171 => 71 - 1176 => 306 - 1181 => 228 - 1186 => 686 - 1191 => 251 - 1193 => 815 - 1195 => 310 - 1198 => 6 - 1200 => 379 - 1201 => 12 - 1204 => 162 and 681 - 1206 => 608 - 1208 => 308 - 1210 => 584 - 1213 => 307 - 1215 => 204 - 1223 => 349 - 1224 => 117 - 1225 => 474 - 1226 => 556 - 1228 => 757 - 1229 => 800 - 1231 => 573 - 1233 => 615 - 1235 => 570 - 1239 => 789 - 1243 => 207 - 1248 => 199 and 312 - 1252 => 24 - 1256 => 717 - 1258 => 591 - 1260 => 416 - 1261 => 13 - 1264 => 103 - 1265 => 739 - 1267 => 499 - 1269 => 593 - 1272 => 33 - 1273 => 559 - 1275 => 94 - 1277 => 313 - 1279 => 561 - 1281 => 267 - 1286 => 406 - 1290 => 52 - 1292 => 439 - 1293 => 487 - 1294 => 740 - 1295 => 175 - 1296 => 832 - 1298 => 745 - 1303 => 253 - 1308 => 358 - 1309 => 765 - 1310 => 470 - 1312 => 212 - 1313 => 813 - 1320 => 139 - 1321 => 350 - 1323 => 192 - 1325 => 279 - 1326 => 628 - 1329 => 17 and 755 - 1333 => 579 - 1335 => 529 - 1337 => 452 - 1341 => 683 - 1343 => 660 - 1347 => 513 - 1352 => 829 - 1353 => 240 - 1355 => 255 and 490 - 1357 => 537 - 1360 => 655 - 1361 => 673 - 1363 => 45 and 640 - 1365 => 779 - 1368 => 602 - 1369 => 831 - 1371 => 196 and 609 - 1373 => 520 - 1376 => 594 - 1377 => 245 - 1379 => 167 and 695 - 1381 => 233 - 1384 => 80 - 1385 => 796 - 1387 => 671 and 709 - 1389 => 654 - 1392 => 329 - 1393 => 161 - 1395 => 547 and 753 - 1397 => 28 - 1400 => 676 - 1401 => 507 - 1403 => 211 and 554 - 1405 => 258 - 1408 => 150 - 1409 => 319 - 1411 => 488 and 777 - 1413 => 429 - 1416 => 763 - 1417 => 511 - 1419 => 283 and 399 - 1421 => 59 - 1424 => 541 - 1425 => 154 - 1427 => 374 and 495 - 1429 => 496 - 1431 => 791 + 1036 => 566 + 1037 => 599 + 1040 => 64 + 1042 => 685 + 1043 => 325 + 1045 => 510 + 1046 => 334 + 1047 => 307 + 1048 => 236 + 1051 => 310 + 1052 => 268 + 1053 => 421 + 1054 => 758 + 1055 => 626 + 1056 => 21 + 1057 => 737 + 1060 => 653 + 1062 => 191 + 1063 => 576 + 1065 => 708 + 1066 => 616 + 1067 => 816 + 1068 => 357 + 1071 => 753 + 1072 => 427 + 1073 => 554 + 1074 => 260 + 1075 => 16 + 1076 => 155 + 1077 => 811 + 1081 => 305 + 1083 => 230 + 1084 => 456 + 1086 => 408 and 787 + 1088 => 159 + 1091 => 401 + 1093 => 647 + 1095 => 717 + 1096 => 412 + 1097 => 621 + 1098 => 700 + 1101 => 689 + 1102 => 623 + 1103 => 692 + 1104 => 823 + 1105 => 706 + 1106 => 292 + 1107 => 832 + 1110 => 174 + 1112 => 358 + 1115 => 68 + 1117 => 26 + 1120 => 818 + 1122 => 361 + 1124 => 77 + 1126 => 7 + 1128 => 171 + 1130 => 587 + 1131 => 609 + 1132 => 82 + 1133 => 362 + 1134 => 803 + 1135 => 676 + 1136 => 384 + 1138 => 780 + 1140 => 767 + 1143 => 624 + 1144 => 502 + 1148 => 790 + 1154 => 180 + 1157 => 271 + 1160 => 302 + 1162 => 9 + 1166 => 246 + 1167 => 182 + 1168 => 433 + 1172 => 168 + 1173 => 188 + 1174 => 353 + 1175 => 728 + 1178 => 567 + 1183 => 742 + 1188 => 814 + 1193 => 663 + 1198 => 35 + 1203 => 312 + 1208 => 143 + 1213 => 322 + 1218 => 828 + 1220 => 220 + 1222 => 633 + 1225 => 538 + 1227 => 347 + 1228 => 395 + 1231 => 8 and 145 + 1233 => 2 + 1235 => 435 + 1237 => 59 + 1240 => 383 + 1242 => 398 + 1250 => 463 + 1251 => 810 + 1252 => 644 + 1253 => 10 + 1255 => 338 + 1258 => 154 + 1260 => 683 + 1261 => 275 and 390 + 1266 => 49 + 1270 => 15 + 1275 => 219 + 1279 => 528 + 1283 => 309 + 1285 => 378 + 1287 => 565 + 1288 => 218 + 1291 => 561 + 1292 => 479 + 1294 => 757 + 1296 => 503 + 1299 => 365 + 1302 => 96 + 1304 => 269 + 1305 => 6 + 1308 => 761 + 1311 => 258 + 1312 => 670 + 1313 => 702 + 1317 => 63 + 1319 => 619 + 1320 => 172 + 1321 => 74 + 1322 => 144 + 1323 => 409 + 1325 => 352 + 1330 => 529 + 1335 => 675 + 1337 => 466 + 1339 => 746 + 1340 => 87 + 1341 => 779 + 1347 => 189 + 1350 => 709 + 1352 => 817 + 1353 => 477 + 1354 => 157 + 1356 => 146 + 1360 => 822 + 1362 => 559 + 1364 => 614 + 1368 => 520 + 1370 => 519 + 1371 => 280 + 1372 => 119 + 1374 => 640 + 1379 => 124 + 1380 => 413 + 1382 => 141 and 209 + 1384 => 731 + 1387 => 337 + 1388 => 581 + 1390 => 249 and 389 + 1392 => 470 + 1395 => 394 + 1396 => 732 + 1398 => 166 and 713 + 1400 => 734 + 1403 => 650 + 1404 => 541 + 1406 => 232 and 419 + 1408 => 578 + 1411 => 221 + 1412 => 327 + 1414 => 303 and 719 + 1416 => 223 + 1419 => 78 + 1420 => 32 + 1422 => 136 and 485 + 1424 => 806 + 1427 => 452 + 1428 => 515 + 1430 => 571 and 784 + 1432 => 825 + 1435 => 505 + 1436 => 393 + 1438 => 282 and 476 + 1440 => 385 + 1443 => 336 + 1444 => 585 + 1446 => 186 + 1448 => 740 + 1449 => 333 + 1451 => 636 + 1452 => 564 + 1454 => 147 and 420 + 1456 => 315 + 1458 => 465 Class: public com.volmit.iris.StructureManager NameNotChanged Source: "StructureManager.java" @@ -1331,22 +1418,22 @@ Class: public com.volmit.iris.StructureManager NameNotChanged public void open(com.volmit.iris.util.StructureTemplate) SignatureNotChanged public void remove(com.volmit.iris.util.StructureTemplate) SignatureNotChanged LineNumbersOf: com.volmit.iris.StructureManager - 13 => 6 - 14 => 10 - 15 => 7 - 27 => 5 - 29 => 3 - 31 => 9 - 33 => 8 - 35 => 16 - 36 => 13 - 40 => 2 - 41 => 15 - 45 => 4 - 47 => 1 - 49 => 11 - 51 => 12 - 53 => 14 + 13 => 13 + 14 => 7 + 15 => 14 + 27 => 12 + 29 => 1 + 31 => 5 + 33 => 11 + 35 => 3 + 36 => 16 + 40 => 6 + 41 => 10 + 45 => 2 + 47 => 9 + 49 => 15 + 51 => 4 + 53 => 8 Class: public com.volmit.iris.WandManager NameNotChanged Source: "WandManager.java" @@ -1363,142 +1450,357 @@ Class: public com.volmit.iris.WandManager NameNotChanged public static org.bukkit.Location[] getCuboid(org.bukkit.inventory.ItemStack) SignatureNotChanged public static boolean isWand(org.bukkit.entity.Player) SignatureNotChanged public static boolean isWand(org.bukkit.inventory.ItemStack) SignatureNotChanged - private synthetic void lambda$0() SignatureNotChanged + private synthetic void lambda$new$0() SignatureNotChanged public static java.lang.String locationToString(org.bukkit.Location) SignatureNotChanged public static void pasteSchematic(com.volmit.iris.object.IrisObject, org.bukkit.Location) SignatureNotChanged public static org.bukkit.Location stringToLocation(java.lang.String) SignatureNotChanged public void tick(org.bukkit.entity.Player) SignatureNotChanged LineNumbersOf: com.volmit.iris.WandManager - 33 => 90 - 35 => 86 and 102 - 37 => 13 and 50 - 39 => 75 - 41 => 15 and 17 - 42 => 92 - 43 => 99 - 49 => 43 - 51 => 73 - 52 => 34 - 54 => 76 - 56 => 8 - 60 => 71 - 64 => 64 - 65 => 108 - 69 => 40 - 70 => 93 + 34 => 89 + 35 => 68 + 37 => 3 + 39 => 2 + 40 => 31 + 41 => 42 + 42 => 57 + 43 => 48 + 49 => 52 + 51 => 22 + 52 => 18 + 56 => 80 + 59 => 21 + 60 => 6 + 64 => 92 + 65 => 13 + 69 => 14 + 70 => 19 71 => 72 - 72 => 114 - 74 => 54 - 76 => 5 - 79 => 37 - 81 => 56 - 84 => 91 - 85 => 19 - 86 => 97 - 87 => 18 - 88 => 57 - 89 => 20 - 91 => 11 and 101 - 93 => 65 and 105 - 95 => 4 and 36 - 97 => 61 - 99 => 62 - 100 => 7 - 101 => 63 - 102 => 69 - 103 => 52 - 104 => 95 - 106 => 41 - 108 => 2 - 110 => 6 - 112 => 67 - 115 => 60 - 117 => 38 - 120 => 3 - 122 => 88 - 125 => 23 - 127 => 109 - 130 => 104 - 132 => 27 - 135 => 35 - 137 => 112 - 140 => 82 - 141 => 21 - 142 => 14 - 143 => 45 - 144 => 25 - 145 => 84 - 151 => 96 - 178 => 113 - 179 => 39 - 183 => 77 - 185 => 55 - 190 => 94 - 191 => 68 - 192 => 111 - 193 => 100 - 194 => 46 and 80 - 196 => 12 - 198 => 83 - 200 => 79 - 203 => 107 - 204 => 89 - 207 => 9 - 210 => 74 - 212 => 53 - 215 => 28 - 222 => 110 - 223 => 31 - 224 => 98 - 227 => 58 - 229 => 81 - 235 => 42 - 237 => 106 - 240 => 1 - 245 => 85 - 268 => 87 - 269 => 103 - 270 => 66 - 271 => 26 - 272 => 33 - 273 => 30 - 274 => 78 - 275 => 16 - 277 => 70 - 282 => 24 - 283 => 48 - 288 => 10 - 289 => 51 - 294 => 44 - 296 => 32 - 299 => 47 - 301 => 22 - 304 => 49 - 306 => 29 - 309 => 59 + 72 => 78 + 74 => 104 + 76 => 70 + 79 => 86 + 81 => 7 + 84 => 59 + 85 => 8 + 86 => 106 + 87 => 65 + 88 => 66 + 89 => 39 + 91 => 1 and 55 + 93 => 27 and 99 + 95 => 32 and 74 + 97 => 96 + 99 => 69 + 100 => 108 + 101 => 33 + 102 => 85 + 103 => 37 + 104 => 47 + 106 => 25 + 108 => 30 + 110 => 9 + 112 => 15 + 115 => 107 + 117 => 36 + 120 => 98 + 122 => 46 + 125 => 90 + 127 => 63 + 130 => 112 + 132 => 100 + 135 => 102 + 137 => 10 + 140 => 4 + 141 => 44 + 142 => 28 + 143 => 84 + 144 => 81 + 145 => 60 + 151 => 35 + 178 => 62 + 179 => 41 + 183 => 71 + 185 => 97 + 190 => 20 + 191 => 54 + 192 => 110 + 193 => 11 + 194 => 88 + 196 => 91 + 198 => 53 + 200 => 64 + 203 => 93 + 204 => 40 + 205 => 82 + 207 => 56 + 210 => 61 + 212 => 111 + 215 => 17 + 222 => 45 + 223 => 49 + 224 => 58 + 227 => 109 + 229 => 101 + 235 => 34 + 237 => 87 + 240 => 23 + 245 => 105 + 268 => 38 + 269 => 43 + 270 => 50 + 271 => 83 + 272 => 75 + 273 => 16 + 274 => 5 + 275 => 76 + 277 => 95 + 282 => 67 + 283 => 51 + 288 => 103 + 289 => 73 + 294 => 79 + 296 => 29 + 299 => 26 + 301 => 94 + 304 => 77 + 306 => 24 + 309 => 12 + +Class: public com.volmit.iris.activation.IrisActivation1 NameNotChanged + Source: "IrisActivation1.java" + FieldsOf: com.volmit.iris.activation.IrisActivation1 + MethodsOf: com.volmit.iris.activation.IrisActivation1 + static void () SignatureNotChanged + public void () SignatureNotChanged + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static boolean authorize(java.lang.String) SignatureNotChanged + public static java.lang.String computeSecurityHash() SignatureNotChanged + private static java.lang.String getBakedCode() => a() + public static long getTime() SignatureNotChanged + public static boolean isTimeValid() SignatureNotChanged + private static synthetic void lambda$0() SignatureNotChanged + public static void validate() SignatureNotChanged + LineNumbersOf: com.volmit.iris.activation.IrisActivation1 + 20 => 43 + 24 => 34 + 29 => 29 + 34 => 37 + 35 => 42 + 39 => 26 + 41 => 9 + 45 => 30 + 50 => 12 + 51 => 7 + 52 => 53 + 53 => 50 + 57 => 44 + 63 => 48 + 66 => 18 + 70 => 35 + 71 => 24 + 72 => 32 + 74 => 46 and 51 + 76 => 31 + 78 => 36 + 81 => 17 + 83 => 20 + 88 => 39 + 94 => 3 + 97 => 22, 23, 25 and 49 + 99 => 2, 14, 27 and 28 + 101 => 1, 6, 19 and 41 + 103 => 5, 10, 13 and 47 + 107 => 11 and 38 + 109 => 16 + 116 => 8 + 118 => 21 + 119 => 45 + 120 => 4 + 122 => 52 + 124 => 15 + 129 => 40 + 134 => 33 + +Class: public com.volmit.iris.activation.IrisActivation2 NameNotChanged + Source: "IrisActivation2.java" + FieldsOf: com.volmit.iris.activation.IrisActivation2 + private static int a => b + MethodsOf: com.volmit.iris.activation.IrisActivation2 + static void () SignatureNotChanged + public static int a() => b() + public static void a(int) => b(int) + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static boolean authorize(java.lang.String) SignatureNotChanged + public static int b() => d() + public static java.lang.String computeSecurityHash() SignatureNotChanged + private static java.lang.String getBakedCode() => c() + public static long getTime() SignatureNotChanged + public static boolean isTimeValid() SignatureNotChanged + private static synthetic void lambda$0() SignatureNotChanged + public static void validate() SignatureNotChanged + LineNumbersOf: com.volmit.iris.activation.IrisActivation2 + 23 => 2 + 28 => 40 + 33 => 35 + 34 => 13 + 38 => 21 + 40 => 27 + 44 => 19 + 49 => 9 + 50 => 7 + 51 => 28 + 55 => 29 + 61 => 31 + 64 => 8 + 68 => 4 + 69 => 3 + 70 => 46 + 72 => 5 and 6 + 74 => 11 + 76 => 26 + 79 => 45 + 81 => 25 + 86 => 44 + 92 => 10 + 95 => 30, 37, 50 and 51 + 97 => 12, 14, 16 and 33 + 99 => 15, 20, 36 and 48 + 101 => 23, 24, 34 and 38 + 105 => 42 and 47 + 107 => 43 + 114 => 41 + 116 => 1 + 117 => 18 + 118 => 17 + 120 => 49 + 122 => 32 + 127 => 22 + 132 => 39 + +Class: public com.volmit.iris.activation.IrisActivation3 NameNotChanged + Source: "IrisActivation3.java" + FieldsOf: com.volmit.iris.activation.IrisActivation3 + MethodsOf: com.volmit.iris.activation.IrisActivation3 + static void () SignatureNotChanged + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static boolean authorize(java.lang.String) SignatureNotChanged + public static java.lang.String computeSecurityHash() SignatureNotChanged + private static java.lang.String getBakedCode() => a() + public static long getTime() SignatureNotChanged + public static boolean isTimeValid() SignatureNotChanged + private static synthetic void lambda$0() SignatureNotChanged + public static void validate() SignatureNotChanged + LineNumbersOf: com.volmit.iris.activation.IrisActivation3 + 23 => 9 + 28 => 22 + 33 => 50 + 34 => 7 + 38 => 37 + 40 => 36 + 44 => 3 + 49 => 16 + 50 => 18 + 51 => 13 + 55 => 26 + 61 => 41 + 64 => 45 + 68 => 12 + 69 => 47 + 70 => 1 + 72 => 17 and 24 + 74 => 19 + 76 => 34 + 79 => 43 + 81 => 6 + 86 => 21 + 92 => 39 + 95 => 10, 35, 38 and 46 + 97 => 4, 23, 29 and 48 + 99 => 20, 25, 28 and 30 + 101 => 2, 14, 42 and 44 + 105 => 8 and 40 + 107 => 27 + 114 => 51 + 116 => 5 + 117 => 11 + 118 => 32 + 120 => 31 + 122 => 33 + 127 => 49 + 132 => 15 + +Class: public com.volmit.iris.activation.IrisActivation4 NameNotChanged + Source: "IrisActivation4.java" + FieldsOf: com.volmit.iris.activation.IrisActivation4 + MethodsOf: com.volmit.iris.activation.IrisActivation4 + static void () SignatureNotChanged + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static boolean authorize(java.lang.String) SignatureNotChanged + public static java.lang.String computeSecurityHash() SignatureNotChanged + private static java.lang.String getBakedCode() => a() + public static long getTime() SignatureNotChanged + public static boolean isTimeValid() SignatureNotChanged + private static synthetic void lambda$0() SignatureNotChanged + public static void validate() SignatureNotChanged + LineNumbersOf: com.volmit.iris.activation.IrisActivation4 + 23 => 18 + 28 => 11 + 33 => 20 + 37 => 33 + 39 => 22 + 43 => 21 + 48 => 31 + 49 => 50 + 50 => 32 + 54 => 14 + 60 => 16 + 63 => 26 + 67 => 6 + 68 => 48 + 69 => 12 + 71 => 8 and 25 + 73 => 3 + 75 => 44 + 78 => 4 + 80 => 40 + 85 => 37 + 91 => 13 + 94 => 9, 28, 29 and 36 + 96 => 1, 2, 5 and 30 + 98 => 34, 43, 45 and 46 + 100 => 15, 17, 27 and 41 + 104 => 24 and 49 + 106 => 42 + 113 => 35 + 115 => 39 + 116 => 23 + 117 => 7 + 119 => 10 + 121 => 19 + 126 => 47 + 131 => 38 Class: public com.volmit.iris.command.CommandIris NameNotChanged Source: "CommandIris.java" FieldsOf: com.volmit.iris.command.CommandIris private com.volmit.iris.command.CommandIrisCreate create => g - private com.volmit.iris.command.CommandIrisObject object => h - private com.volmit.iris.command.CommandIrisStructure structure => l - private com.volmit.iris.command.CommandIrisStudio studio => i - private com.volmit.iris.command.CommandIrisWhat what => k - private com.volmit.iris.command.CommandIrisWorld world => j + private com.volmit.iris.command.CommandIrisObject object => j + private com.volmit.iris.command.CommandIrisStructure structure => h + private com.volmit.iris.command.CommandIrisStudio studio => k + private com.volmit.iris.command.CommandIrisWhat what => i MethodsOf: com.volmit.iris.command.CommandIris static void () SignatureNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIris - 30 => 4 - 31 => 1 - 32 => 2 - 37 => 6 - 38 => 3 - 39 => 7 - 45 => 5 + 27 => 2 + 28 => 4 + 29 => 3 + 34 => 6 + 35 => 1 + 36 => 7 + 42 => 5 Class: public com.volmit.iris.command.CommandIrisCreate NameNotChanged Source: "CommandIrisCreate.java" @@ -1508,104 +1810,130 @@ Class: public com.volmit.iris.command.CommandIrisCreate NameNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - private static synthetic void lambda$0(com.volmit.iris.util.O, com.volmit.iris.gen.IrisChunkGenerator, com.volmit.iris.util.MortarSender) SignatureNotChanged - private static synthetic void lambda$1(com.volmit.iris.util.O) SignatureNotChanged - private static synthetic void lambda$2(com.volmit.iris.util.O, org.bukkit.World, com.volmit.iris.util.MortarSender, boolean, java.io.File) SignatureNotChanged - private static synthetic void lambda$3(org.bukkit.World, com.volmit.iris.util.MortarSender, boolean, java.io.File) SignatureNotChanged + private static synthetic void lambda$handle$0(com.volmit.iris.util.O, com.volmit.iris.gen.IrisChunkGenerator, com.volmit.iris.util.MortarSender) SignatureNotChanged + private static synthetic void lambda$handle$1(com.volmit.iris.util.O) SignatureNotChanged + private static synthetic void lambda$handle$3(com.volmit.iris.util.O, org.bukkit.World, com.volmit.iris.util.MortarSender, boolean, java.io.File) SignatureNotChanged + private static synthetic void lambda$null$2(org.bukkit.World, com.volmit.iris.util.MortarSender, boolean, java.io.File) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisCreate - 28 => 76 - 29 => 54 - 30 => 1 + 28 => 50 + 29 => 7 + 30 => 39 31 => 64 - 32 => 63 - 37 => 52 - 38 => 3 - 39 => 92 - 40 => 68 - 41 => 74 - 42 => 66 - 44 => 25 - 46 => 47 - 47 => 89 - 50 => 22 - 51 => 15 - 53 => 37 and 53 - 55 => 57 - 57 => 44 - 60 => 62 - 61 => 46 - 62 => 95 - 65 => 84 - 67 => 33 - 69 => 23 - 71 => 14 and 91 - 73 => 40 - 75 => 73 - 76 => 79 - 77 => 45 - 80 => 71 - 84 => 16 - 85 => 49 - 88 => 39 - 90 => 72 - 92 => 4 - 93 => 90 - 96 => 98 + 32 => 87 + 37 => 58 + 38 => 63 + 39 => 25 + 40 => 75 + 41 => 31 + 42 => 69 + 44 => 90 + 46 => 8 + 47 => 55 + 50 => 84 + 51 => 85 + 53 => 2 and 70 + 55 => 60 + 57 => 77 + 60 => 66 + 61 => 56 + 62 => 43 + 65 => 27 + 67 => 71 + 69 => 30 + 71 => 42 and 78 + 73 => 26 + 75 => 89 + 76 => 17 + 77 => 23 + 84 => 53 + 85 => 44 + 88 => 57 + 90 => 93 + 92 => 47 + 93 => 48 + 96 => 86 97 => 94 - 99 => 29 - 101 => 88 - 102 => 51 - 105 => 93 - 106 => 81 - 108 => 67 - 109 => 11 - 110 => 48 - 112 => 70 - 114 => 27 - 115 => 42 - 116 => 60 and 97 - 118 => 56 - 119 => 19 - 121 => 13 - 123 => 24 - 124 => 30 - 125 => 38 - 129 => 32 - 132 => 9 - 133 => 77 - 135 => 34 - 137 => 58 - 138 => 41 - 139 => 2 - 141 => 61 - 142 => 87 - 144 => 96 - 146 => 26 - 147 => 7 + 99 => 40 + 101 => 51 + 102 => 3 + 105 => 52 + 106 => 45 + 108 => 22 + 109 => 46 + 110 => 95 + 112 => 33 + 114 => 28 + 115 => 24 + 116 => 19 + 118 => 74 + 119 => 49 + 121 => 91 + 123 => 38 + 124 => 83 + 129 => 18 + 132 => 92 + 133 => 21 + 134 => 67 + 135 => 13 + 137 => 37 + 138 => 4 + 139 => 34 + 141 => 11 + 142 => 68 + 144 => 20 + 146 => 9 + 147 => 5 148 => 10 - 150 => 65 - 152 => 12 - 153 => 17 - 156 => 82 - 158 => 75 - 160 => 31 and 85 - 162 => 6 - 165 => 83 - 167 => 59 - 169 => 55 and 69 - 171 => 43 - 174 => 8 - 176 => 21 - 177 => 5 - 180 => 18 - 182 => 20 - 183 => 50 - 184 => 28 - 187 => 36 - 188 => 80 - 189 => 35 - 191 => 78 - 197 => 86 + 150 => 1 + 152 => 54 + 153 => 81 + 156 => 12 + 158 => 41 + 160 => 82 + 162 => 14 + 165 => 35 + 167 => 80 + 169 => 29 + 171 => 76 + 172 => 62 + 174 => 16 + 176 => 32 + 177 => 72 + 180 => 73 + 182 => 59 + 183 => 36 + 184 => 6 + 187 => 15 + 188 => 79 + 189 => 88 + 191 => 65 + 197 => 61 + +Class: public com.volmit.iris.command.CommandIrisEditBiome NameNotChanged + Source: "CommandIrisEditBiome.java" + FieldsOf: com.volmit.iris.command.CommandIrisEditBiome + MethodsOf: com.volmit.iris.command.CommandIrisEditBiome + static void () SignatureNotChanged + public void () SignatureNotChanged + protected java.lang.String getArgsUsage() SignatureNotChanged + public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged + LineNumbersOf: com.volmit.iris.command.CommandIrisEditBiome + 16 => 10 + 17 => 4 + 18 => 9 + 19 => 15 + 20 => 16 + 25 => 7 + 27 => 3 + 31 => 6 + 32 => 13 + 35 => 2 + 37 => 12 + 38 => 14 + 40 => 5 + 45 => 8 + 48 => 1 + 54 => 11 Class: public com.volmit.iris.command.CommandIrisGoto NameNotChanged Source: "CommandIrisGoto.java" @@ -1616,62 +1944,61 @@ Class: public com.volmit.iris.command.CommandIrisGoto NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisGoto - 18 => 12 - 19 => 56 - 20 => 2 - 21 => 49 - 22 => 27 - 27 => 45 - 29 => 18 - 30 => 44 - 33 => 20 - 35 => 55 - 36 => 51 - 38 => 34 - 40 => 10 - 41 => 47 - 44 => 53 - 45 => 7 - 46 => 42 - 47 => 52 - 48 => 26 - 50 => 48 - 52 => 40 - 53 => 28 - 57 => 13 - 59 => 31 - 61 => 4 - 62 => 29 - 67 => 32 and 54 - 69 => 36 - 71 => 21 - 75 => 25 - 77 => 1 - 79 => 6 - 80 => 5 - 83 => 37 - 85 => 15 - 87 => 8 - 88 => 24 - 89 => 57 - 91 => 50 - 93 => 9 and 33 - 95 => 43 - 96 => 11 - 98 => 58 - 100 => 16 - 101 => 38 - 102 => 46 - 103 => 35 - 106 => 19 - 110 => 17 - 111 => 23 - 112 => 22 - 117 => 41 - 119 => 14 - 124 => 30 - 127 => 3 - 133 => 39 + 18 => 15 + 19 => 38 + 20 => 53 + 21 => 27 + 22 => 45 + 27 => 8 + 29 => 49 + 30 => 28 + 33 => 25 + 35 => 4 + 36 => 26 + 38 => 54 + 40 => 17 + 41 => 55 + 44 => 21 + 45 => 37 + 46 => 30 + 47 => 33 + 48 => 36 + 50 => 56 + 52 => 7 + 57 => 46 + 59 => 24 + 61 => 42 + 62 => 39 + 67 => 11 and 57 + 69 => 23 + 71 => 16 + 75 => 19 + 77 => 13 + 79 => 47 + 80 => 18 + 83 => 48 + 85 => 34 + 87 => 2 + 88 => 52 + 89 => 31 + 91 => 51 + 93 => 9 and 22 + 95 => 6 + 96 => 35 + 98 => 40 + 100 => 29 + 101 => 41 + 102 => 12 + 103 => 5 + 110 => 32 + 111 => 1 + 112 => 43 + 115 => 50 + 117 => 3 + 119 => 20 + 124 => 14 + 127 => 10 + 133 => 44 Class: public com.volmit.iris.command.CommandIrisHotload NameNotChanged Source: "CommandIrisHotload.java" @@ -1682,24 +2009,24 @@ Class: public com.volmit.iris.command.CommandIrisHotload NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisHotload - 13 => 9 - 14 => 15 + 13 => 16 + 14 => 6 15 => 10 - 16 => 4 - 17 => 14 - 21 => 3 - 22 => 16 - 23 => 6 - 25 => 5 - 26 => 1 - 27 => 8 - 30 => 13 - 31 => 11 - 32 => 17 - 33 => 7 - 37 => 12 - 40 => 18 - 45 => 2 + 16 => 7 + 17 => 11 + 21 => 9 + 22 => 12 + 23 => 8 + 25 => 15 + 26 => 13 + 27 => 2 + 30 => 3 + 31 => 5 + 32 => 18 + 33 => 14 + 37 => 17 + 40 => 4 + 45 => 1 Class: public com.volmit.iris.command.CommandIrisLoot NameNotChanged Source: "CommandIrisLoot.java" @@ -1709,44 +2036,45 @@ Class: public com.volmit.iris.command.CommandIrisLoot NameNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - private static synthetic void lambda$0(org.bukkit.entity.Player, com.volmit.iris.util.O, boolean, org.bukkit.inventory.Inventory, com.volmit.iris.util.KList) SignatureNotChanged + private static synthetic void lambda$handle$0(org.bukkit.entity.Player, com.volmit.iris.util.O, boolean, org.bukkit.inventory.Inventory, com.volmit.iris.util.KList) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisLoot - 21 => 11 - 22 => 21 - 23 => 33 - 24 => 22 - 25 => 14 - 30 => 4 - 32 => 15 - 33 => 12 - 34 => 5 - 35 => 31 - 36 => 36 - 38 => 2 and 24 - 40 => 6 - 43 => 18 - 44 => 9 - 46 => 13 and 37 - 48 => 16 - 50 => 38 - 53 => 30 - 55 => 25 - 59 => 40 - 60 => 20 - 61 => 39 + 21 => 8 + 22 => 3 + 23 => 36 + 24 => 37 + 25 => 38 + 30 => 25 + 32 => 6 + 33 => 35 + 34 => 15 + 35 => 17 + 36 => 7 + 38 => 20 + 40 => 14 + 41 => 27 + 43 => 11 + 44 => 4 + 46 => 19 and 23 + 48 => 18 + 50 => 2 + 53 => 12 + 55 => 28 + 59 => 21 + 60 => 9 + 61 => 1 62 => 26 - 64 => 28 and 29 - 66 => 19 - 68 => 3 - 69 => 17 - 72 => 27 - 74 => 34 - 77 => 8 - 78 => 10 and 23 - 80 => 7 - 85 => 32 - 88 => 1 - 94 => 35 + 64 => 13 + 66 => 16 + 68 => 29 + 69 => 31 + 72 => 32 + 74 => 24 + 77 => 33 + 78 => 10 + 80 => 34 + 85 => 30 + 88 => 22 + 94 => 5 Class: public com.volmit.iris.command.CommandIrisMap NameNotChanged Source: "CommandIrisMap.java" @@ -1757,16 +2085,16 @@ Class: public com.volmit.iris.command.CommandIrisMap NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisMap - 11 => 5 - 12 => 9 - 13 => 3 - 14 => 4 - 15 => 10 - 19 => 2 - 20 => 8 - 21 => 6 - 22 => 7 - 27 => 1 + 13 => 7 + 14 => 6 + 15 => 4 + 16 => 9 + 17 => 1 + 22 => 2 + 23 => 5 + 24 => 10 + 25 => 3 + 31 => 8 Class: public com.volmit.iris.command.CommandIrisMetrics NameNotChanged Source: "CommandIrisMetrics.java" @@ -1777,55 +2105,55 @@ Class: public com.volmit.iris.command.CommandIrisMetrics NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisMetrics - 18 => 11 - 19 => 16 - 20 => 18 - 21 => 1 - 22 => 4 - 27 => 2 - 29 => 10 - 30 => 14 - 31 => 9 - 32 => 8 - 33 => 15 - 34 => 13 - 35 => 20 - 36 => 12 - 37 => 6 - 38 => 19 - 40 => 5 - 45 => 7 - 48 => 3 - 54 => 17 + 18 => 12 + 19 => 14 + 20 => 10 + 21 => 11 + 22 => 7 + 27 => 18 + 29 => 8 + 30 => 17 + 31 => 1 + 32 => 6 + 33 => 9 + 34 => 20 + 35 => 13 + 36 => 19 + 37 => 5 + 38 => 15 + 40 => 4 + 45 => 16 + 48 => 2 + 54 => 3 Class: public com.volmit.iris.command.CommandIrisObject NameNotChanged Source: "CommandIrisObject.java" FieldsOf: com.volmit.iris.command.CommandIrisObject - private com.volmit.iris.command.CommandIrisObjectContract contract => k - private com.volmit.iris.command.CommandIrisObjectExpand expand => i + private com.volmit.iris.command.CommandIrisObjectContract contract => j + private com.volmit.iris.command.CommandIrisObjectExpand expand => p private com.volmit.iris.command.CommandIrisObjectP1 p1 => o - private com.volmit.iris.command.CommandIrisObjectP2 p2 => l - private com.volmit.iris.command.CommandIrisObjectPaste paste => h + private com.volmit.iris.command.CommandIrisObjectP2 p2 => m + private com.volmit.iris.command.CommandIrisObjectPaste paste => k private com.volmit.iris.command.CommandIrisObjectSave save => n - private com.volmit.iris.command.CommandIrisObjectShift shift => j - private com.volmit.iris.command.CommandIrisObjectWand wand => m - private com.volmit.iris.command.CommandIrisObjectXAY xay => p - private com.volmit.iris.command.CommandIrisObjectXPY xpy => g + private com.volmit.iris.command.CommandIrisObjectShift shift => g + private com.volmit.iris.command.CommandIrisObjectWand wand => h + private com.volmit.iris.command.CommandIrisObjectXAY xay => l + private com.volmit.iris.command.CommandIrisObjectXPY xpy => i MethodsOf: com.volmit.iris.command.CommandIrisObject static void () SignatureNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObject - 42 => 7 - 43 => 8 - 44 => 6 - 45 => 3 - 46 => 5 - 51 => 4 - 52 => 9 - 53 => 1 - 59 => 2 + 42 => 1 + 43 => 4 + 44 => 5 + 45 => 2 + 46 => 9 + 51 => 3 + 52 => 8 + 53 => 6 + 59 => 7 Class: public com.volmit.iris.command.CommandIrisObjectContract NameNotChanged Source: "CommandIrisObjectContract.java" @@ -1836,32 +2164,32 @@ Class: public com.volmit.iris.command.CommandIrisObjectContract NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectContract - 18 => 9 - 19 => 20 - 20 => 15 - 21 => 7 - 22 => 3 - 27 => 25 - 29 => 21 - 30 => 24 - 33 => 6 - 35 => 22 - 37 => 26 - 38 => 10 - 41 => 13 - 42 => 19 - 43 => 2 - 44 => 18 - 45 => 16 - 46 => 17 - 47 => 12 - 48 => 11 - 49 => 23 - 50 => 5 - 51 => 4 - 52 => 14 - 54 => 8 - 60 => 1 + 18 => 23 + 19 => 18 + 20 => 11 + 21 => 16 + 22 => 15 + 27 => 7 + 29 => 8 + 30 => 3 + 33 => 1 + 35 => 2 + 37 => 20 + 38 => 17 + 41 => 4 + 42 => 12 + 43 => 10 + 44 => 13 + 45 => 9 + 46 => 26 + 47 => 24 + 48 => 14 + 49 => 22 + 50 => 6 + 51 => 5 + 52 => 25 + 54 => 19 + 60 => 21 Class: public com.volmit.iris.command.CommandIrisObjectExpand NameNotChanged Source: "CommandIrisObjectExpand.java" @@ -1872,32 +2200,32 @@ Class: public com.volmit.iris.command.CommandIrisObjectExpand NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectExpand - 18 => 14 - 19 => 6 - 20 => 1 - 21 => 4 - 22 => 7 - 27 => 13 - 29 => 10 - 30 => 9 + 18 => 17 + 19 => 21 + 20 => 9 + 21 => 15 + 22 => 26 + 27 => 23 + 29 => 3 + 30 => 20 33 => 18 35 => 25 - 37 => 22 - 38 => 17 - 41 => 24 - 42 => 3 - 43 => 8 - 44 => 23 - 45 => 11 - 46 => 5 - 47 => 15 + 37 => 12 + 38 => 11 + 41 => 13 + 42 => 1 + 43 => 24 + 44 => 10 + 45 => 5 + 46 => 16 + 47 => 4 48 => 19 - 49 => 2 - 50 => 16 - 51 => 26 - 52 => 20 - 54 => 12 - 60 => 21 + 49 => 8 + 50 => 7 + 51 => 2 + 52 => 22 + 54 => 6 + 60 => 14 Class: public com.volmit.iris.command.CommandIrisObjectP1 NameNotChanged Source: "CommandIrisObjectP1.java" @@ -1908,27 +2236,27 @@ Class: public com.volmit.iris.command.CommandIrisObjectP1 NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectP1 - 19 => 16 - 20 => 13 - 21 => 1 - 22 => 21 - 23 => 9 - 29 => 20 - 31 => 18 - 32 => 17 - 35 => 14 - 37 => 12 - 39 => 5 - 40 => 15 - 43 => 19 - 45 => 2 - 47 => 10 - 48 => 6 - 50 => 4 - 52 => 3 - 55 => 7 - 58 => 8 - 64 => 11 + 19 => 17 + 20 => 3 + 21 => 12 + 22 => 19 + 23 => 2 + 29 => 9 + 31 => 16 + 32 => 21 + 35 => 8 + 37 => 15 + 39 => 1 + 40 => 14 + 43 => 20 + 45 => 7 + 47 => 6 + 48 => 11 + 50 => 5 + 52 => 4 + 55 => 13 + 58 => 18 + 64 => 10 Class: public com.volmit.iris.command.CommandIrisObjectP2 NameNotChanged Source: "CommandIrisObjectP2.java" @@ -1939,27 +2267,27 @@ Class: public com.volmit.iris.command.CommandIrisObjectP2 NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectP2 - 19 => 4 - 20 => 13 - 21 => 19 - 22 => 6 + 19 => 2 + 20 => 4 + 21 => 9 + 22 => 16 23 => 11 - 29 => 2 - 31 => 20 - 32 => 1 - 35 => 9 - 37 => 17 - 39 => 8 - 40 => 12 - 43 => 10 - 45 => 18 - 47 => 7 - 48 => 16 - 50 => 5 - 52 => 3 - 55 => 14 - 58 => 21 - 64 => 15 + 29 => 8 + 31 => 12 + 32 => 20 + 35 => 15 + 37 => 13 + 39 => 19 + 40 => 21 + 43 => 7 + 45 => 10 + 47 => 17 + 48 => 5 + 50 => 6 + 52 => 18 + 55 => 1 + 58 => 14 + 64 => 3 Class: public com.volmit.iris.command.CommandIrisObjectPaste NameNotChanged Source: "CommandIrisObjectPaste.java" @@ -1970,38 +2298,38 @@ Class: public com.volmit.iris.command.CommandIrisObjectPaste NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectPaste - 22 => 24 - 23 => 19 - 24 => 33 - 25 => 1 - 26 => 14 - 31 => 4 - 33 => 20 - 34 => 18 - 37 => 8 - 38 => 21 - 39 => 22 - 41 => 2 and 25 - 43 => 31 - 45 => 26 - 49 => 27 - 51 => 9 - 54 => 13 - 56 => 17 - 57 => 11 - 59 => 32 - 60 => 5 - 62 => 29 - 64 => 15 - 65 => 16 - 67 => 28 - 69 => 10 - 70 => 7 - 71 => 12 - 74 => 23 - 75 => 30 - 77 => 6 - 83 => 3 + 22 => 4 + 23 => 16 + 24 => 14 + 25 => 31 + 26 => 9 + 31 => 6 + 33 => 12 + 34 => 26 + 37 => 21 + 38 => 11 + 39 => 32 + 41 => 1 and 20 + 43 => 10 + 45 => 15 + 49 => 17 + 51 => 7 + 54 => 23 + 56 => 27 + 57 => 19 + 59 => 2 + 60 => 13 + 62 => 5 + 64 => 25 + 65 => 33 + 67 => 29 + 69 => 28 + 70 => 30 + 71 => 8 + 74 => 18 + 75 => 22 + 77 => 3 + 83 => 24 Class: public com.volmit.iris.command.CommandIrisObjectSave NameNotChanged Source: "CommandIrisObjectSave.java" @@ -2013,39 +2341,39 @@ Class: public com.volmit.iris.command.CommandIrisObjectSave NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectSave - 19 => 12 - 20 => 4 - 21 => 21 - 22 => 27 - 23 => 8 - 28 => 9 - 30 => 26 - 31 => 28 - 34 => 5 - 36 => 34 - 37 => 3 - 38 => 30 - 43 => 14 - 45 => 20 and 24 - 47 => 23 - 49 => 29 - 53 => 10 - 54 => 13 - 55 => 33 - 56 => 17 - 58 => 2 - 60 => 16 - 62 => 19 - 63 => 6 - 67 => 1 - 68 => 11 - 69 => 18 - 70 => 32 - 72 => 31 - 74 => 25 - 76 => 7 - 79 => 22 - 85 => 15 + 19 => 17 + 20 => 15 + 21 => 22 + 22 => 13 + 23 => 9 + 28 => 4 + 30 => 34 + 31 => 5 + 34 => 26 + 36 => 16 + 37 => 8 + 38 => 11 + 43 => 29 + 45 => 10 and 19 + 47 => 12 + 49 => 21 + 53 => 2 + 54 => 27 + 55 => 30 + 56 => 31 + 58 => 14 + 60 => 1 + 62 => 32 + 63 => 25 + 67 => 6 + 68 => 18 + 69 => 33 + 72 => 28 + 74 => 23 + 76 => 3 + 77 => 7 + 79 => 20 + 85 => 24 Class: public com.volmit.iris.command.CommandIrisObjectShift NameNotChanged Source: "CommandIrisObjectShift.java" @@ -2056,33 +2384,33 @@ Class: public com.volmit.iris.command.CommandIrisObjectShift NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectShift - 18 => 9 - 19 => 15 - 20 => 26 - 21 => 17 - 22 => 7 - 27 => 22 - 29 => 2 - 30 => 8 - 33 => 5 - 35 => 25 - 37 => 20 - 38 => 3 - 41 => 24 - 42 => 10 - 43 => 18 - 44 => 23 - 45 => 27 - 46 => 13 - 47 => 21 - 48 => 14 - 49 => 4 - 50 => 11 - 51 => 6 - 52 => 1 - 53 => 12 - 55 => 16 - 61 => 19 + 18 => 8 + 19 => 25 + 20 => 27 + 21 => 7 + 22 => 6 + 27 => 20 + 29 => 22 + 30 => 14 + 33 => 9 + 35 => 19 + 37 => 13 + 38 => 11 + 41 => 4 + 42 => 26 + 43 => 16 + 44 => 3 + 45 => 24 + 46 => 2 + 47 => 23 + 48 => 1 + 49 => 21 + 50 => 10 + 51 => 5 + 52 => 18 + 53 => 15 + 55 => 17 + 61 => 12 Class: public com.volmit.iris.command.CommandIrisObjectWand NameNotChanged Source: "CommandIrisObjectWand.java" @@ -2093,18 +2421,18 @@ Class: public com.volmit.iris.command.CommandIrisObjectWand NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectWand - 14 => 4 - 15 => 6 - 16 => 5 - 17 => 2 - 18 => 1 - 23 => 11 - 25 => 7 - 26 => 12 - 29 => 3 - 30 => 10 - 32 => 9 - 38 => 8 + 14 => 5 + 15 => 9 + 16 => 4 + 17 => 1 + 18 => 6 + 23 => 2 + 25 => 3 + 26 => 10 + 29 => 7 + 30 => 11 + 32 => 8 + 38 => 12 Class: public com.volmit.iris.command.CommandIrisObjectXAY NameNotChanged Source: "CommandIrisObjectXAY.java" @@ -2115,51 +2443,51 @@ Class: public com.volmit.iris.command.CommandIrisObjectXAY NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectXAY - 20 => 28 - 21 => 37 - 22 => 47 - 23 => 45 - 24 => 5 - 29 => 42 - 31 => 7 - 32 => 30 - 35 => 25 - 37 => 13 - 39 => 18 - 40 => 19 - 43 => 36 - 44 => 12 - 45 => 34 - 46 => 6 - 47 => 27 - 48 => 24 - 49 => 33 - 51 => 3 and 9 - 53 => 23 - 54 => 14 - 55 => 17 - 58 => 2 - 59 => 35 - 61 => 8 and 22 - 63 => 4 - 64 => 21 - 65 => 15 - 68 => 11 - 69 => 10 - 70 => 29 - 71 => 16 - 72 => 31 - 73 => 46 - 74 => 1 - 75 => 43 - 76 => 39 - 77 => 40 - 78 => 44 - 79 => 20 - 80 => 32 - 81 => 26 - 83 => 41 - 89 => 38 + 20 => 10 + 21 => 34 + 22 => 30 + 23 => 33 + 24 => 13 + 29 => 15 + 31 => 22 + 32 => 35 + 35 => 16 + 37 => 24 + 39 => 2 + 40 => 42 + 43 => 3 + 44 => 36 + 45 => 12 + 46 => 40 + 47 => 19 + 48 => 18 + 49 => 27 + 51 => 39 + 53 => 4 + 54 => 25 + 55 => 20 + 58 => 8 + 59 => 1 + 61 => 37 + 63 => 26 + 64 => 38 + 65 => 17 + 68 => 45 + 69 => 43 + 70 => 41 + 71 => 14 + 72 => 5 + 73 => 6 + 74 => 31 + 75 => 28 + 76 => 32 + 77 => 21 + 78 => 11 + 79 => 44 + 80 => 23 + 81 => 29 + 83 => 9 + 89 => 7 Class: public com.volmit.iris.command.CommandIrisObjectXPY NameNotChanged Source: "CommandIrisObjectXPY.java" @@ -2170,44 +2498,44 @@ Class: public com.volmit.iris.command.CommandIrisObjectXPY NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisObjectXPY - 20 => 6 - 21 => 36 - 22 => 27 - 23 => 28 - 24 => 18 - 29 => 11 - 31 => 29 - 32 => 15 - 35 => 39 - 37 => 14 - 39 => 13 - 40 => 20 - 42 => 30 - 43 => 34 - 44 => 25 - 45 => 8 - 46 => 12 - 47 => 32 - 49 => 5 and 38 - 51 => 37 - 52 => 33 - 53 => 23 - 56 => 26 - 57 => 10 - 58 => 9 - 59 => 2 - 60 => 1 - 61 => 22 - 62 => 24 - 63 => 35 - 64 => 7 - 65 => 16 - 66 => 17 - 67 => 31 - 68 => 19 - 69 => 3 - 71 => 21 - 77 => 4 + 20 => 20 + 21 => 30 + 22 => 22 + 23 => 4 + 24 => 38 + 29 => 33 + 31 => 14 + 32 => 37 + 35 => 35 + 37 => 2 + 39 => 7 + 40 => 18 + 42 => 8 + 43 => 11 + 44 => 28 + 45 => 9 + 46 => 23 + 47 => 16 + 49 => 17 + 51 => 25 + 52 => 29 + 53 => 5 + 56 => 1 + 57 => 27 + 58 => 10 + 59 => 24 + 60 => 26 + 61 => 15 + 62 => 36 + 63 => 3 + 64 => 21 + 65 => 34 + 66 => 19 + 67 => 6 + 68 => 12 + 69 => 13 + 71 => 31 + 77 => 32 Class: public com.volmit.iris.command.CommandIrisPregen NameNotChanged Source: "CommandIrisPregen.java" @@ -2217,55 +2545,54 @@ Class: public com.volmit.iris.command.CommandIrisPregen NameNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - private static synthetic void lambda$0() SignatureNotChanged + private static synthetic void lambda$handle$0() SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisPregen - 15 => 16 - 16 => 1 - 17 => 12 + 15 => 12 + 16 => 14 + 17 => 3 18 => 17 - 19 => 11 + 19 => 4 24 => 18 - 26 => 21 - 28 => 13 - 29 => 5 - 32 => 4 - 34 => 9 - 35 => 20 - 38 => 15 + 26 => 7 + 28 => 1 + 32 => 8 + 34 => 6 + 35 => 11 + 38 => 5 40 => 19 - 41 => 3 - 42 => 10 - 44 => 8 - 46 => 6 - 51 => 14 - 54 => 7 - 60 => 2 + 41 => 20 + 42 => 9 + 44 => 13 + 46 => 15 + 51 => 10 + 54 => 2 + 60 => 16 Class: public com.volmit.iris.command.CommandIrisStructure NameNotChanged Source: "CommandIrisStructure.java" FieldsOf: com.volmit.iris.command.CommandIrisStructure - private com.volmit.iris.command.CommandIrisStructureClose close => l - private com.volmit.iris.command.CommandIrisStructureCreate create => j - private com.volmit.iris.command.CommandIrisStructureExpand expand => g - private com.volmit.iris.command.CommandIrisStructureMore more => m - private com.volmit.iris.command.CommandIrisStructureOpen open => i + private com.volmit.iris.command.CommandIrisStructureClose close => j + private com.volmit.iris.command.CommandIrisStructureCreate create => m + private com.volmit.iris.command.CommandIrisStructureExpand expand => i + private com.volmit.iris.command.CommandIrisStructureMore more => g + private com.volmit.iris.command.CommandIrisStructureOpen open => h private com.volmit.iris.command.CommandIrisStructureSave save => k - private com.volmit.iris.command.CommandIrisStructureVariants variants => h + private com.volmit.iris.command.CommandIrisStructureVariants variants => l MethodsOf: com.volmit.iris.command.CommandIrisStructure static void () SignatureNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructure - 33 => 1 - 34 => 9 + 33 => 2 + 34 => 1 35 => 5 - 36 => 2 - 37 => 3 - 42 => 8 - 43 => 6 - 44 => 4 - 50 => 7 + 36 => 4 + 37 => 6 + 42 => 3 + 43 => 9 + 44 => 7 + 50 => 8 Class: public com.volmit.iris.command.CommandIrisStructureClose NameNotChanged Source: "CommandIrisStructureClose.java" @@ -2276,23 +2603,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureClose NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureClose - 14 => 13 - 15 => 10 - 16 => 15 - 17 => 5 - 18 => 11 - 23 => 12 - 25 => 14 - 26 => 3 - 29 => 8 + 14 => 16 + 15 => 2 + 16 => 12 + 17 => 15 + 18 => 13 + 23 => 5 + 25 => 4 + 26 => 9 + 29 => 7 30 => 1 - 32 => 4 - 34 => 16 - 35 => 7 - 38 => 2 - 39 => 9 - 41 => 6 - 47 => 17 + 32 => 11 + 34 => 6 + 35 => 3 + 38 => 17 + 39 => 14 + 41 => 10 + 47 => 8 Class: public com.volmit.iris.command.CommandIrisStructureCreate NameNotChanged Source: "CommandIrisStructureCreate.java" @@ -2303,23 +2630,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureCreate NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureCreate - 14 => 16 - 15 => 7 - 16 => 4 - 17 => 14 - 18 => 15 + 14 => 7 + 15 => 14 + 16 => 5 + 17 => 12 + 18 => 13 23 => 17 - 25 => 18 - 26 => 10 - 29 => 1 - 31 => 2 - 33 => 5 and 12 + 25 => 8 + 26 => 6 + 29 => 3 + 31 => 16 + 33 => 11 and 15 35 => 9 - 37 => 13 - 41 => 6 - 42 => 11 - 44 => 8 - 50 => 3 + 37 => 4 + 41 => 2 + 42 => 10 + 44 => 1 + 50 => 18 Class: public com.volmit.iris.command.CommandIrisStructureExpand NameNotChanged Source: "CommandIrisStructureExpand.java" @@ -2330,23 +2657,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureExpand NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureExpand - 14 => 16 - 15 => 2 - 16 => 4 - 17 => 7 - 18 => 8 + 14 => 14 + 15 => 11 + 16 => 9 + 17 => 1 + 18 => 13 23 => 12 - 25 => 9 - 26 => 1 + 25 => 3 + 26 => 7 29 => 10 - 30 => 6 - 32 => 14 - 34 => 17 - 35 => 5 - 38 => 15 - 39 => 3 - 41 => 11 - 47 => 13 + 30 => 15 + 32 => 16 + 34 => 6 + 35 => 4 + 38 => 5 + 39 => 8 + 41 => 2 + 47 => 17 Class: public com.volmit.iris.command.CommandIrisStructureMore NameNotChanged Source: "CommandIrisStructureMore.java" @@ -2357,23 +2684,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureMore NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureMore - 14 => 16 - 15 => 14 - 16 => 2 - 17 => 11 - 18 => 5 - 23 => 17 - 25 => 10 - 26 => 4 - 29 => 7 - 30 => 6 - 32 => 15 - 34 => 12 - 35 => 3 - 38 => 8 - 39 => 13 + 14 => 8 + 15 => 10 + 16 => 7 + 17 => 1 + 18 => 11 + 23 => 2 + 25 => 12 + 26 => 15 + 29 => 16 + 30 => 3 + 32 => 5 + 34 => 4 + 35 => 6 + 38 => 13 + 39 => 17 41 => 9 - 47 => 1 + 47 => 14 Class: public com.volmit.iris.command.CommandIrisStructureOpen NameNotChanged Source: "CommandIrisStructureOpen.java" @@ -2384,23 +2711,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureOpen NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureOpen - 15 => 10 - 16 => 14 - 17 => 2 - 18 => 17 - 19 => 3 - 24 => 6 - 26 => 16 - 27 => 12 - 30 => 1 - 32 => 5 - 34 => 8 - 36 => 11 - 37 => 9 - 40 => 13 - 41 => 7 - 43 => 15 - 49 => 4 + 15 => 13 + 16 => 1 + 17 => 7 + 18 => 10 + 19 => 8 + 24 => 16 + 26 => 4 + 27 => 3 + 30 => 15 + 32 => 6 + 34 => 9 + 36 => 12 + 37 => 11 + 40 => 2 + 41 => 14 + 43 => 5 + 49 => 17 Class: public com.volmit.iris.command.CommandIrisStructureSave NameNotChanged Source: "CommandIrisStructureSave.java" @@ -2411,23 +2738,23 @@ Class: public com.volmit.iris.command.CommandIrisStructureSave NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureSave - 14 => 7 - 15 => 11 - 16 => 2 - 17 => 6 + 14 => 16 + 15 => 9 + 16 => 4 + 17 => 1 18 => 14 - 23 => 16 - 25 => 9 - 26 => 12 - 29 => 5 - 30 => 1 - 32 => 10 - 34 => 13 - 35 => 15 - 38 => 8 - 39 => 4 - 41 => 17 - 47 => 3 + 23 => 11 + 25 => 10 + 26 => 13 + 29 => 2 + 30 => 5 + 32 => 6 + 34 => 3 + 35 => 8 + 38 => 15 + 39 => 17 + 41 => 12 + 47 => 7 Class: public com.volmit.iris.command.CommandIrisStructureVariants NameNotChanged Source: "CommandIrisStructureVariants.java" @@ -2439,47 +2766,55 @@ Class: public com.volmit.iris.command.CommandIrisStructureVariants NameNotChange protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStructureVariants - 13 => 7 - 14 => 13 - 15 => 9 - 16 => 15 - 17 => 12 - 22 => 11 - 24 => 10 - 25 => 4 - 28 => 14 - 32 => 8 - 33 => 5 - 35 => 2 - 37 => 1 - 40 => 6 - 46 => 3 + 13 => 10 + 14 => 9 + 15 => 7 + 16 => 1 + 17 => 6 + 22 => 2 + 24 => 12 + 25 => 8 + 28 => 15 + 32 => 3 + 35 => 13 + 37 => 14 + 38 => 4 + 40 => 5 + 46 => 11 Class: public com.volmit.iris.command.CommandIrisStudio NameNotChanged Source: "CommandIrisStudio.java" FieldsOf: com.volmit.iris.command.CommandIrisStudio - private com.volmit.iris.command.CommandIrisStudioClose close => j - private com.volmit.iris.command.CommandIrisStudioCreate create => i - private com.volmit.iris.command.CommandIrisStudioList list => n - private com.volmit.iris.command.CommandIrisMap map => h - private com.volmit.iris.command.CommandIrisStudioOpen open => l - private com.volmit.iris.command.CommandIrisStudioPackage pkg => k - private com.volmit.iris.command.CommandIrisStudioUpdate update => m - private com.volmit.iris.command.CommandIrisStudioVerify verify => g + private com.volmit.iris.command.CommandIrisStudioClose close => v + private com.volmit.iris.command.CommandIrisStudioCreate create => j + private com.volmit.iris.command.CommandIrisEditBiome ebiome => o + private com.volmit.iris.command.CommandIrisGoto got0 => r + private com.volmit.iris.command.CommandIrisHotload hotload => g + private com.volmit.iris.command.CommandIrisStudioList list => s + private com.volmit.iris.command.CommandIrisLoot loot => h + private com.volmit.iris.command.CommandIrisMap map => k + private com.volmit.iris.command.CommandIrisMetrics metrics => q + private com.volmit.iris.command.CommandIrisStudioOpen open => m + private com.volmit.iris.command.CommandIrisStudioPackage pkg => i + private com.volmit.iris.command.CommandIrisPregen pregen => u + private com.volmit.iris.command.CommandIrisTC tc => l + private com.volmit.iris.command.CommandIrisStudioUpdate update => t + private com.volmit.iris.command.CommandIrisStudioVerify verify => n + private com.volmit.iris.command.CommandIrisPregen world => p MethodsOf: com.volmit.iris.command.CommandIrisStudio static void () SignatureNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudio - 36 => 5 - 37 => 4 - 38 => 8 - 39 => 7 - 44 => 6 - 45 => 3 - 46 => 1 - 52 => 2 + 60 => 3 + 61 => 4 + 62 => 8 + 63 => 5 + 68 => 7 + 69 => 6 + 70 => 2 + 76 => 1 Class: public com.volmit.iris.command.CommandIrisStudioClose NameNotChanged Source: "CommandIrisStudioClose.java" @@ -2490,31 +2825,32 @@ Class: public com.volmit.iris.command.CommandIrisStudioClose NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioClose - 15 => 14 - 16 => 2 - 17 => 7 + 15 => 24 + 16 => 19 + 17 => 20 18 => 5 - 19 => 16 - 24 => 12 - 26 => 10 - 27 => 4 - 30 => 8 - 32 => 17 - 34 => 19 and 23 - 36 => 11 - 38 => 28 - 41 => 26 - 42 => 24 - 45 => 1 - 47 => 3 and 27 + 19 => 18 + 24 => 8 + 26 => 17 + 27 => 25 + 30 => 4 + 32 => 16 + 34 => 14 + 36 => 7 + 38 => 12 + 41 => 22 + 42 => 15 + 45 => 10 + 47 => 2 49 => 6 - 51 => 21 - 55 => 9 and 20 - 57 => 25 - 62 => 15 - 63 => 22 - 64 => 13 - 70 => 18 + 50 => 13 + 55 => 26 + 57 => 11 + 58 => 21 + 62 => 23 + 63 => 3 + 64 => 1 + 70 => 9 Class: public com.volmit.iris.command.CommandIrisStudioCreate NameNotChanged Source: "CommandIrisStudioCreate.java" @@ -2525,18 +2861,18 @@ Class: public com.volmit.iris.command.CommandIrisStudioCreate NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioCreate + 12 => 7 13 => 4 - 14 => 1 - 15 => 6 - 16 => 5 - 17 => 12 - 22 => 3 - 24 => 11 - 25 => 8 - 26 => 7 - 29 => 9 - 31 => 2 - 37 => 10 + 14 => 12 + 15 => 3 + 16 => 8 + 21 => 9 + 23 => 10 + 24 => 6 + 25 => 1 + 28 => 11 + 30 => 2 + 36 => 5 Class: public com.volmit.iris.command.CommandIrisStudioList NameNotChanged Source: "CommandIrisStudioList.java" @@ -2548,23 +2884,24 @@ Class: public com.volmit.iris.command.CommandIrisStudioList NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioList - 14 => 9 - 15 => 16 - 16 => 1 - 17 => 5 - 18 => 13 - 23 => 6 - 24 => 8 and 17 - 26 => 11 and 19 - 28 => 4 - 32 => 15 - 33 => 3 - 34 => 12 - 35 => 18 + 14 => 13 + 15 => 9 + 16 => 4 + 17 => 18 + 18 => 14 + 23 => 2 + 24 => 6 + 26 => 1 and 5 + 28 => 3 + 32 => 19 + 33 => 16 + 34 => 8 36 => 7 - 44 => 10 - 46 => 14 - 52 => 2 + 39 => 12 + 42 => 15 + 44 => 17 + 46 => 10 + 52 => 11 Class: public com.volmit.iris.command.CommandIrisStudioOpen NameNotChanged Source: "CommandIrisStudioOpen.java" @@ -2575,16 +2912,16 @@ Class: public com.volmit.iris.command.CommandIrisStudioOpen NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioOpen - 11 => 5 - 12 => 1 - 13 => 7 - 14 => 4 - 15 => 8 - 20 => 3 - 22 => 10 - 25 => 6 + 11 => 6 + 12 => 7 + 13 => 2 + 14 => 1 + 15 => 3 + 20 => 8 + 22 => 4 + 25 => 10 26 => 9 - 32 => 2 + 32 => 5 Class: public com.volmit.iris.command.CommandIrisStudioPackage NameNotChanged Source: "CommandIrisStudioPackage.java" @@ -2594,26 +2931,26 @@ Class: public com.volmit.iris.command.CommandIrisStudioPackage NameNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - private static synthetic void lambda$0(java.lang.String[], com.volmit.iris.util.MortarSender) SignatureNotChanged + private static synthetic void lambda$handle$0(java.lang.String[], com.volmit.iris.util.MortarSender) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioPackage - 12 => 14 - 13 => 16 - 14 => 3 - 15 => 17 - 16 => 9 - 21 => 13 - 23 => 12 - 24 => 8 - 27 => 5 - 29 => 19 - 31 => 10 and 11 - 33 => 6 - 35 => 1 + 12 => 12 + 13 => 5 + 14 => 6 + 15 => 18 + 16 => 8 + 21 => 16 + 23 => 3 + 24 => 17 + 27 => 11 + 29 => 15 + 31 => 7 and 13 + 33 => 14 + 35 => 19 39 => 4 - 40 => 15 + 40 => 10 41 => 2 - 43 => 7 - 49 => 18 + 43 => 9 + 49 => 1 Class: public com.volmit.iris.command.CommandIrisStudioUpdate NameNotChanged Source: "CommandIrisStudioUpdate.java" @@ -2624,17 +2961,17 @@ Class: public com.volmit.iris.command.CommandIrisStudioUpdate NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioUpdate - 9 => 1 - 10 => 5 - 11 => 3 - 12 => 4 - 13 => 8 - 17 => 6 - 18 => 7 + 9 => 7 + 10 => 2 + 11 => 8 + 12 => 1 + 13 => 9 + 17 => 3 + 18 => 11 19 => 10 - 22 => 2 - 24 => 11 - 29 => 9 + 22 => 6 + 24 => 4 + 29 => 5 Class: public com.volmit.iris.command.CommandIrisStudioVerify NameNotChanged Source: "CommandIrisStudioVerify.java" @@ -2644,29 +2981,30 @@ Class: public com.volmit.iris.command.CommandIrisStudioVerify NameNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - private static synthetic void lambda$0(com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged + private static synthetic void lambda$handle$0(com.volmit.iris.util.MortarSender, java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisStudioVerify - 10 => 21 - 11 => 6 - 12 => 13 - 13 => 14 - 14 => 3 - 18 => 10 - 19 => 16 - 22 => 23 - 23 => 22 - 24 => 11 and 19 - 25 => 17 - 26 => 8 - 28 => 7 and 20 - 29 => 4 - 30 => 2 - 33 => 12 + 10 => 4 + 11 => 11 + 12 => 12 + 13 => 9 + 14 => 17 + 18 => 13 + 19 => 7 + 22 => 1 + 23 => 18 + 24 => 5 and 19 + 25 => 16 + 26 => 14 + 28 => 22 + 29 => 3 + 30 => 6 + 33 => 20 34 => 15 - 38 => 1 - 40 => 18 - 41 => 9 - 46 => 5 + 36 => 21 + 38 => 23 + 40 => 2 + 41 => 8 + 46 => 10 Class: public com.volmit.iris.command.CommandIrisTC NameNotChanged Source: "CommandIrisTC.java" @@ -2677,57 +3015,57 @@ Class: public com.volmit.iris.command.CommandIrisTC NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisTC - 15 => 18 - 16 => 4 - 17 => 6 - 18 => 12 - 19 => 9 - 24 => 2 - 26 => 19 - 27 => 1 - 29 => 7 - 31 => 13 - 32 => 14 - 35 => 8 - 36 => 16 - 37 => 15 - 38 => 17 - 39 => 3 - 44 => 11 - 47 => 5 - 53 => 10 + 15 => 4 + 16 => 16 + 17 => 17 + 18 => 19 + 19 => 7 + 24 => 1 + 26 => 11 + 27 => 15 + 29 => 10 + 31 => 5 + 32 => 6 + 35 => 14 + 36 => 2 + 37 => 8 + 38 => 3 + 39 => 18 + 44 => 9 + 47 => 13 + 53 => 12 Class: public com.volmit.iris.command.CommandIrisWhat NameNotChanged Source: "CommandIrisWhat.java" FieldsOf: com.volmit.iris.command.CommandIrisWhat - private com.volmit.iris.command.CommandIrisWhatBlock block => h - private com.volmit.iris.command.CommandIrisWhatHand hand => g + private com.volmit.iris.command.CommandIrisWhatBlock block => g + private com.volmit.iris.command.CommandIrisWhatHand hand => h MethodsOf: com.volmit.iris.command.CommandIrisWhat static void () SignatureNotChanged public void () SignatureNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisWhat - 25 => 3 + 25 => 18 26 => 6 - 27 => 15 + 27 => 4 28 => 17 - 29 => 1 - 30 => 18 - 35 => 20 - 37 => 16 - 38 => 13 - 39 => 11 - 40 => 19 - 41 => 2 - 42 => 10 - 43 => 12 - 44 => 14 - 45 => 4 + 29 => 14 + 30 => 13 + 35 => 3 + 37 => 2 + 38 => 1 + 39 => 7 + 40 => 10 + 41 => 5 + 42 => 8 + 43 => 11 + 44 => 12 + 45 => 19 47 => 9 - 52 => 8 - 55 => 7 - 61 => 5 + 52 => 15 + 55 => 16 + 61 => 20 Class: public com.volmit.iris.command.CommandIrisWhatBlock NameNotChanged Source: "CommandIrisWhatBlock.java" @@ -2738,21 +3076,21 @@ Class: public com.volmit.iris.command.CommandIrisWhatBlock NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisWhatBlock - 16 => 8 - 17 => 7 - 18 => 14 - 19 => 3 - 20 => 5 - 21 => 4 - 26 => 9 - 28 => 1 - 29 => 13 - 30 => 15 - 31 => 6 - 32 => 2 - 36 => 11 - 39 => 12 - 45 => 10 + 16 => 10 + 17 => 6 + 18 => 3 + 19 => 9 + 20 => 12 + 21 => 5 + 26 => 4 + 28 => 7 + 29 => 14 + 30 => 2 + 31 => 1 + 32 => 8 + 36 => 15 + 39 => 11 + 45 => 13 Class: public com.volmit.iris.command.CommandIrisWhatHand NameNotChanged Source: "CommandIrisWhatHand.java" @@ -2763,48 +3101,21 @@ Class: public com.volmit.iris.command.CommandIrisWhatHand NameNotChanged protected java.lang.String getArgsUsage() SignatureNotChanged public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.command.CommandIrisWhatHand - 13 => 9 - 14 => 14 - 15 => 7 - 16 => 8 - 17 => 4 - 18 => 5 - 23 => 6 - 25 => 11 - 26 => 1 - 27 => 3 - 28 => 2 - 29 => 15 - 33 => 10 - 36 => 13 - 41 => 12 - -Class: public com.volmit.iris.command.CommandIrisWorld NameNotChanged - Source: "CommandIrisWorld.java" - FieldsOf: com.volmit.iris.command.CommandIrisWorld - private com.volmit.iris.command.CommandIrisGoto got0 => l - private com.volmit.iris.command.CommandIrisHotload hotload => m - private com.volmit.iris.command.CommandIrisLoot loot => h - private com.volmit.iris.command.CommandIrisMetrics metrics => k - private com.volmit.iris.command.CommandIrisPregen pregen => i - private com.volmit.iris.command.CommandIrisTC tc => g - private com.volmit.iris.command.CommandIrisPregen world => j - MethodsOf: com.volmit.iris.command.CommandIrisWorld - static void () SignatureNotChanged - public void () SignatureNotChanged - protected java.lang.String getArgsUsage() SignatureNotChanged - public boolean handle(com.volmit.iris.util.MortarSender, java.lang.String[]) SignatureNotChanged - LineNumbersOf: com.volmit.iris.command.CommandIrisWorld - 33 => 5 - 34 => 6 - 35 => 7 - 36 => 4 - 37 => 10 - 38 => 8 - 43 => 2 - 44 => 1 - 46 => 9 - 52 => 3 + 15 => 14 + 16 => 1 + 17 => 13 + 18 => 4 + 19 => 7 + 20 => 8 + 25 => 15 + 27 => 6 + 28 => 12 + 29 => 3 + 30 => 9 + 31 => 5 + 35 => 11 + 38 => 10 + 44 => 2 Class: public com.volmit.iris.command.PermissionIris NameNotChanged Source: "PermissionIris.java" @@ -2820,10 +3131,10 @@ Class: public com.volmit.iris.command.PermissionIris NameNotChanged protected java.lang.String getNode() SignatureNotChanged public boolean isDefault() SignatureNotChanged LineNumbersOf: com.volmit.iris.command.PermissionIris - 6 => 4 - 14 => 1 - 20 => 2 - 26 => 3 + 6 => 3 + 14 => 4 + 20 => 1 + 26 => 2 Class: public com.volmit.iris.command.PermissionIrisStudio NameNotChanged Source: "PermissionIrisStudio.java" @@ -2835,27 +3146,29 @@ Class: public com.volmit.iris.command.PermissionIrisStudio NameNotChanged protected java.lang.String getNode() SignatureNotChanged public boolean isDefault() SignatureNotChanged LineNumbersOf: com.volmit.iris.command.PermissionIrisStudio - 5 => 4 - 10 => 2 - 16 => 3 - 22 => 1 + 5 => 3 + 10 => 4 + 16 => 1 + 22 => 2 Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChanged Source: "ContextualChunkGenerator.java" FieldsOf: com.volmit.iris.gen.ContextualChunkGenerator - private static boolean a => b - private com.volmit.iris.gen.atomics.AtomicMulticache cache => d - private com.volmit.iris.IrisDataManager data => a + private static com.volmit.iris.util.MortarPlugin[] a => h + private com.volmit.iris.util.BlockPosition allowLoot => g + private com.volmit.iris.gen.atomics.AtomicMulticache cache => f + private com.volmit.iris.IrisDataManager data => d protected boolean dev NameNotChanged - private com.volmit.iris.gen.atomics.AtomicCache dimCache => e + private com.volmit.iris.gen.atomics.AtomicCache dimCache => c protected boolean failing NameNotChanged - private boolean fastPregen => c + private boolean fastPregen => e protected int generated NameNotChanged protected long hlast NameNotChanged - private volatile boolean hotloadable => f + private volatile boolean hotloadable => b protected boolean initialized NameNotChanged protected com.volmit.iris.util.RNG masterRandom NameNotChanged protected com.volmit.iris.IrisMetrics metrics NameNotChanged + private com.volmit.iris.util.KList noLoot => a protected com.volmit.iris.util.ChronoLatch perSecond NameNotChanged protected boolean pregenDone NameNotChanged protected com.volmit.iris.util.ChronoLatch pushLatch NameNotChanged @@ -2866,10 +3179,9 @@ Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChang MethodsOf: com.volmit.iris.gen.ContextualChunkGenerator static void () SignatureNotChanged public void () SignatureNotChanged - public static boolean a() => c() - public static void a(boolean) => b(boolean) - public static boolean b() => a() - private static java.lang.Throwable b(java.lang.Throwable) SignatureNotChanged + public static com.volmit.iris.util.MortarPlugin[] a() => b() + public static void a(com.volmit.iris.util.MortarPlugin[]) => b(com.volmit.iris.util.MortarPlugin[]) + private static java.lang.Throwable c(java.lang.Throwable) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean canSpawn(org.bukkit.World, int, int) SignatureNotChanged public void checkHotload() SignatureNotChanged @@ -2880,6 +3192,7 @@ Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChang public org.bukkit.generator.ChunkGenerator$ChunkData generateChunkData(org.bukkit.World, java.util.Random, int, int, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged protected org.bukkit.generator.ChunkGenerator$ChunkData generateChunkDataFailure(org.bukkit.World, java.util.Random, int, int, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged protected org.bukkit.generator.ChunkGenerator$ChunkData generateChunkFastPregen(org.bukkit.World, java.util.Random, int, int, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged + public com.volmit.iris.util.BlockPosition getAllowLoot() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicMulticache getCache() SignatureNotChanged public com.volmit.iris.IrisDataManager getData() SignatureNotChanged public java.util.List getDefaultPopulators(org.bukkit.World) SignatureNotChanged @@ -2889,6 +3202,7 @@ Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChang public long getHlast() SignatureNotChanged public com.volmit.iris.util.RNG getMasterRandom() SignatureNotChanged public com.volmit.iris.IrisMetrics getMetrics() SignatureNotChanged + public com.volmit.iris.util.KList getNoLoot() SignatureNotChanged public com.volmit.iris.util.ChronoLatch getPerSecond() SignatureNotChanged public com.volmit.iris.util.ChronoLatch getPushLatch() SignatureNotChanged public int getTask() SignatureNotChanged @@ -2904,8 +3218,8 @@ Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChang public boolean isInitialized() SignatureNotChanged public boolean isParallelCapable() SignatureNotChanged public boolean isPregenDone() SignatureNotChanged - private synthetic com.volmit.iris.object.IrisDimension lambda$0(java.lang.String) SignatureNotChanged - private synthetic void lambda$2(java.lang.Throwable) SignatureNotChanged + private synthetic void lambda$fail$1(java.lang.Throwable) SignatureNotChanged + private synthetic com.volmit.iris.object.IrisDimension lambda$loadDimension$0(java.lang.String) SignatureNotChanged public com.volmit.iris.object.IrisBiome loadBiome(java.lang.String) SignatureNotChanged public com.volmit.iris.object.IrisDimension loadDimension(java.lang.String) SignatureNotChanged public com.volmit.iris.object.IrisGenerator loadGenerator(java.lang.String) SignatureNotChanged @@ -2918,144 +3232,166 @@ Class: public abstract com.volmit.iris.gen.ContextualChunkGenerator NameNotChang protected abstract void onTick(int) SignatureNotChanged public void setDev(boolean) SignatureNotChanged public void setHotloadable(boolean) SignatureNotChanged - private void tick() => b() + private void tick() => c() public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.ContextualChunkGenerator - 46 => 7, 12, 21, 31, 32, 40, 43, 49, 51, 58, 72, 78, 97, 112, 113, 117, 124, 136, 143, 148 and 156 - 47 => 3, 92 and 120 - 66 => 115 - 68 => 28 - 70 => 122 - 72 => 144 - 73 => 60 - 74 => 25 - 75 => 152 - 76 => 37 - 77 => 119 - 78 => 146 - 79 => 82 - 80 => 68 - 81 => 96 - 82 => 111 - 83 => 1 - 84 => 30 - 85 => 59 - 86 => 56 - 108 => 23 - 113 => 123 - 128 => 47 and 126 - 133 => 153 - 138 => 135 - 143 => 29 - 145 => 100 - 148 => 80 - 149 => 108 - 150 => 65 - 151 => 91 - 152 => 158 - 153 => 67 - 154 => 125 - 155 => 134 - 156 => 26 - 157 => 61 - 161 => 95 - 163 => 5 - 165 => 114 - 167 => 46 - 170 => 54 - 172 => 118 - 173 => 8 - 176 => 147 - 178 => 151 - 182 => 101 - 183 => 98 - 186 => 140 - 187 => 107 - 256 => 34 - 257 => 105 - 258 => 70 - 259 => 93 - 264 => 52 - 269 => 155 - 271 => 83 and 133 - 273 => 86 and 160 - 275 => 157 - 277 => 81 - 279 => 44 - 280 => 90 - 284 => 69 - 289 => 38 - 294 => 145 - 296 => 20 and 116 - 298 => 41 and 154 - 300 => 50 - 302 => 35 - 304 => 36 - 305 => 73 - 309 => 109 - 314 => 10 - 320 => 22 - 321 => 85 - 323 => 14 - 324 => 149 - 327 => 19 - 329 => 110 - 334 => 88 - 335 => 33 - 337 => 130 - 339 => 103 - 341 => 18 - 342 => 128 - 346 => 121 - 349 => 53 - 350 => 71 - 351 => 2 - 352 => 129 - 353 => 99 - 354 => 55 - 357 => 127 - 359 => 106 - 362 => 6 - 363 => 76 - 368 => 142 - 370 => 16 - 373 => 27 - 375 => 150 - 377 => 39 - 381 => 66 - 383 => 24 - 386 => 84 - 388 => 15 - 390 => 62 - 393 => 4 - 395 => 11 - 397 => 77 - 400 => 42 - 404 => 48 - 405 => 162 - 406 => 163 - 410 => 102 - 412 => 74 - 415 => 161 - 417 => 17 - 418 => 87 - 420 => 159 - 421 => 13 - 422 => 141 - 423 => 75 - 424 => 79 - 425 => 94 - 427 => 63 and 131 - 429 => 57 - 430 => 9 - 431 => 89 - 432 => 138 - 434 => 64 - 436 => 132 - 437 => 45 - 442 => 137 - 448 => 104 - 454 => 139 + 53 => 43, 81 and 145 + 54 => 103, 126 and 148 + 57 => 19 + 58 => 107 + 59 => 150 + 61 => 135 + 62 => 27 + 63 => 112 + 64 => 92 + 65 => 143 + 66 => 48 + 67 => 29 + 68 => 24 + 69 => 16 + 70 => 157 + 71 => 102 + 72 => 86 + 73 => 90 + 74 => 21 + 75 => 33 and 66 + 76 => 156 + 77 => 20 and 22 + 80 => 32 + 81 => 116 + 82 => 35 + 83 => 161 + 84 => 113 + 85 => 109 + 86 => 9 + 87 => 11 + 88 => 89 + 89 => 125 + 90 => 131 + 91 => 133 + 92 => 115 + 93 => 52 + 94 => 73 + 95 => 158 + 96 => 168 + 97 => 31 + 119 => 72 + 124 => 159 + 139 => 15 and 23 + 144 => 65 + 149 => 97 + 154 => 36 + 156 => 151 + 159 => 37 + 160 => 57 + 161 => 106 + 162 => 74 + 163 => 153 + 164 => 14 + 165 => 61 + 166 => 120 + 167 => 108 + 168 => 39 + 172 => 95 + 174 => 45 + 176 => 79 + 178 => 166 + 181 => 68 + 183 => 169 + 184 => 76 + 187 => 58 + 189 => 47 + 191 => 17 and 118 + 193 => 134 + 201 => 162 + 202 => 121 + 205 => 69 + 206 => 127 + 327 => 164 + 328 => 64 + 329 => 2 + 330 => 130 + 331 => 87 + 332 => 154 + 337 => 122 + 342 => 8 + 344 => 83 and 144 + 346 => 1 and 70 + 348 => 50 + 350 => 7 + 352 => 3 + 357 => 129 + 362 => 137 + 367 => 101 + 369 => 46 and 82 + 371 => 140 and 149 + 373 => 51 + 375 => 119 + 377 => 98 + 382 => 136 + 387 => 139 + 393 => 152 + 394 => 71 + 396 => 105 + 397 => 67 + 400 => 110 + 402 => 56 + 407 => 18 + 408 => 49 + 410 => 12 + 412 => 91 + 414 => 42 + 419 => 53 + 422 => 28 + 423 => 155 + 424 => 10 + 425 => 13 + 426 => 111 + 427 => 88 + 430 => 34 + 432 => 30 + 435 => 94 + 436 => 60 + 441 => 100 + 443 => 25 + 446 => 123 + 448 => 160 + 450 => 165 + 454 => 54 + 456 => 146 + 459 => 44 + 461 => 40 + 463 => 147 + 466 => 96 + 468 => 163 + 470 => 77 + 473 => 128 + 477 => 5 + 478 => 55 + 479 => 117 + 483 => 4 + 485 => 93 + 488 => 59 + 490 => 167 + 491 => 104 + 493 => 114 + 494 => 124 + 495 => 38 + 496 => 62 + 497 => 142 + 498 => 6 + 500 => 84 + 502 => 85 + 503 => 80 + 504 => 63 + 505 => 78 + 506 => 99 + 507 => 41 + 509 => 26 + 510 => 75 + 515 => 141 + 521 => 138 + 527 => 132 Class: public abstract com.volmit.iris.gen.DimensionChunkGenerator NameNotChanged Source: "DimensionChunkGenerator.java" @@ -3068,7 +3404,7 @@ Class: public abstract com.volmit.iris.gen.DimensionChunkGenerator NameNotChange MethodsOf: com.volmit.iris.gen.DimensionChunkGenerator static void () SignatureNotChanged public void (java.lang.String) SignatureNotChanged - private static java.lang.RuntimeException b(java.lang.RuntimeException) SignatureNotChanged + private static java.lang.RuntimeException a(java.lang.RuntimeException) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged protected com.volmit.iris.util.BiomeResult focus() SignatureNotChanged @@ -3082,76 +3418,80 @@ Class: public abstract com.volmit.iris.gen.DimensionChunkGenerator NameNotChange public void onTick(int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.DimensionChunkGenerator - 22 => 18 and 54 - 23 => 12, 42 and 51 - 27 => 37 - 28 => 14 - 29 => 38 - 30 => 48 - 34 => 47 - 35 => 43 - 36 => 40 - 46 => 10 - 50 => 52 - 52 => 32 - 54 => 22 - 56 => 17 + 22 => 26 + 23 => 10, 22 and 24 + 26 => 51 + 27 => 53 + 28 => 20 + 29 => 34 + 30 => 21 + 34 => 1 + 35 => 5 + 36 => 43 + 46 => 4 + 50 => 29 + 52 => 44 + 54 => 25 + 56 => 36 57 => 45 - 58 => 28 - 61 => 2 and 50 - 63 => 26 - 65 => 36 - 66 => 4 - 70 => 13 - 71 => 24 - 72 => 16 - 75 => 7 - 76 => 23 - 80 => 30 - 82 => 53 - 84 => 1 - 87 => 5 - 92 => 27 - 94 => 6 and 8 - 96 => 11 - 98 => 46 - 100 => 21 - 101 => 39 - 104 => 15 - 106 => 44 - 107 => 41 - 110 => 25 - 112 => 33 - 113 => 49 - 117 => 34 - 122 => 3 and 19 + 58 => 46 + 61 => 40 and 52 + 63 => 30 + 65 => 39 + 66 => 12 + 70 => 47 + 71 => 11 + 72 => 54 + 75 => 32 + 76 => 42 + 80 => 14 + 82 => 49 + 84 => 8 + 87 => 41 + 92 => 16 + 94 => 50 + 96 => 23 + 98 => 6 + 100 => 37 + 101 => 28 + 104 => 38 + 106 => 3 + 107 => 13 + 110 => 19 + 112 => 15 + 113 => 7 + 115 => 17 + 117 => 31 + 122 => 33 and 48 124 => 9 - 129 => 20 and 31 - 131 => 29 - 136 => 35 + 129 => 18 and 35 + 131 => 27 + 136 => 2 Class: public com.volmit.iris.gen.IrisChunkGenerator NameNotChanged Source: "IrisChunkGenerator.java" FieldsOf: com.volmit.iris.gen.IrisChunkGenerator - private com.volmit.iris.util.KMap b => y - private com.volmit.iris.object.IrisBiome hb => w - private com.volmit.iris.object.IrisRegion hr => x - private java.lang.reflect.Method initLighting => v + private com.volmit.iris.util.KMap b => B + private short cacheID => z + private com.volmit.iris.object.IrisBiome hb => x + private com.volmit.iris.object.IrisRegion hr => y + private java.lang.reflect.Method initLighting => A MethodsOf: com.volmit.iris.gen.IrisChunkGenerator static void () SignatureNotChanged public void (int) SignatureNotChanged public void (java.lang.String, int) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged - public com.volmit.iris.util.Function2 createRenderer() SignatureNotChanged + public com.volmit.iris.gui.Renderer createRenderer() SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public org.bukkit.generator.ChunkGenerator$ChunkData generateChunkData(org.bukkit.World, java.util.Random, int, int, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged public com.volmit.iris.util.KMap getB() SignatureNotChanged + public short getCacheID() SignatureNotChanged public com.volmit.iris.object.IrisBiome getHb() SignatureNotChanged public com.volmit.iris.object.IrisRegion getHr() SignatureNotChanged public java.lang.reflect.Method getInitLighting() SignatureNotChanged public long guessMemoryUsage() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic java.awt.Color lambda$1(java.lang.Double, java.lang.Double) SignatureNotChanged + private synthetic java.awt.Color lambda$createRenderer$0(double, double) SignatureNotChanged protected void onClose() SignatureNotChanged protected void onFailure(java.lang.Throwable) SignatureNotChanged protected void onGenerate(com.volmit.iris.util.RNG, int, int, org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged @@ -3163,117 +3503,115 @@ Class: public com.volmit.iris.gen.IrisChunkGenerator NameNotChanged public boolean shouldGenerateDecorations() SignatureNotChanged public boolean shouldGenerateMobs() SignatureNotChanged public boolean shouldGenerateStructures() SignatureNotChanged - public java.lang.String textFor(double, double) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.IrisChunkGenerator - 32 => 1, 11, 45, 59 and 67 - 33 => 21, 35 and 50 - 37 => 5 and 41 - 38 => 82 and 92 - 39 => 61 and 102 - 43 => 105 - 44 => 39 - 53 => 55 - 54 => 9 - 73 => 51 - 74 => 104 - 75 => 40 - 76 => 34 - 77 => 68 - 83 => 14 - 84 => 97 - 90 => 65 - 91 => 70 - 93 => 7 - 95 => 62 - 97 => 91 - 120 => 42 - 121 => 33 and 56 - 123 => 71 - 124 => 66 - 125 => 23 - 127 => 26 and 58 - 129 => 24 - 132 => 8 and 30 - 134 => 78 - 137 => 10 - 142 => 89 - 146 => 74 - 147 => 31 - 148 => 87 - 149 => 99 - 151 => 54 - 153 => 29 - 156 => 4 - 157 => 43 - 158 => 13 - 164 => 60 - 193 => 37 - 195 => 98 - 198 => 72 - 200 => 17 - 201 => 95 - 204 => 46 - 205 => 18 - 206 => 73 - 207 => 47 - 208 => 76 - 209 => 25 - 213 => 96 - 215 => 38 and 49 - 217 => 27 - 220 => 85 - 221 => 75 - 222 => 84 - 223 => 64 - 225 => 48 - 231 => 19 - 237 => 63 - 243 => 2 - 249 => 88 - 251 => 20 - 254 => 90 - 259 => 44 and 93 - 264 => 81 - 265 => 79 - 266 => 80 - 267 => 83 - 268 => 100 - 270 => 69 - 271 => 28 - 272 => 36 - 273 => 103 - 275 => 32 - 277 => 3 - 280 => 57 - 282 => 77 - 285 => 22 - 287 => 86 - 294 => 94 - 295 => 12 - 296 => 53 - 297 => 52 - 298 => 101 - 299 => 16 - 300 => 15 - 301 => 6 + 38 => 88 + 39 => 5, 72 and 90 + 42 => 81 + 43 => 45, 52 and 93 + 44 => 8, 71 and 94 + 45 => 19, 36 and 75 + 46 => 23, 25 and 82 + 50 => 12 + 51 => 21 + 60 => 84 + 61 => 77 + 81 => 78 + 82 => 79 + 83 => 74 + 84 => 49 + 85 => 22 + 91 => 51 + 92 => 3 + 98 => 95 + 101 => 16 + 103 => 101 + 104 => 63 + 105 => 15 + 128 => 43 + 129 => 86 + 131 => 46 + 132 => 67 + 133 => 20 + 135 => 91 + 137 => 83 + 138 => 100 + 140 => 61 + 142 => 59 + 143 => 33 + 144 => 41 + 145 => 54 + 150 => 42 + 154 => 17 + 155 => 9 + 156 => 96 + 159 => 26 + 161 => 27 + 162 => 66 + 164 => 34 + 165 => 28 + 166 => 57 + 172 => 47 + 201 => 56 + 203 => 92 + 206 => 64 + 208 => 60 + 209 => 18 + 212 => 11 + 213 => 97 + 214 => 30 + 215 => 35 + 216 => 7 + 217 => 69 + 221 => 68 + 223 => 99 + 225 => 53 + 226 => 38 + 228 => 40 + 229 => 87 + 230 => 29 + 231 => 73 + 233 => 65 + 239 => 80 + 245 => 4 + 251 => 14 + 257 => 6 + 259 => 98 + 262 => 89 + 267 => 13 and 70 + 272 => 55 + 273 => 44 + 274 => 1 + 275 => 48 + 276 => 37 + 278 => 85 + 280 => 10 + 283 => 76 + 284 => 2 + 285 => 39 + 286 => 58 + 287 => 31 + 288 => 24 + 289 => 32 + 291 => 62 + 293 => 50 Class: public abstract com.volmit.iris.gen.ParallaxChunkGenerator NameNotChanged Source: "ParallaxChunkGenerator.java" FieldsOf: com.volmit.iris.gen.ParallaxChunkGenerator - private com.volmit.iris.util.IrisLock flock => p - private com.volmit.iris.gen.layer.GenLayerText glText => s - private com.volmit.iris.gen.layer.GenLayerUpdate glUpdate => t - private com.volmit.iris.util.IrisLock lock => u - private com.volmit.iris.util.IrisLock lockq => o + private com.volmit.iris.util.IrisLock flock => u + private com.volmit.iris.gen.layer.GenLayerText glText => t + private com.volmit.iris.gen.layer.GenLayerUpdate glUpdate => w + private com.volmit.iris.util.IrisLock lock => v + private com.volmit.iris.util.IrisLock lockq => q private com.volmit.iris.gen.atomics.MasterLock masterLock => r protected com.volmit.iris.gen.atomics.AtomicWorldData parallaxMap NameNotChanged - private int sliverBuffer => q + private int sliverBuffer => s protected com.volmit.iris.util.KMap sliverCache NameNotChanged MethodsOf: com.volmit.iris.gen.ParallaxChunkGenerator static void () SignatureNotChanged public void (java.lang.String, int) SignatureNotChanged - private static java.lang.Throwable c(java.lang.Throwable) SignatureNotChanged + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public org.bukkit.block.data.BlockData get(int, int, int) SignatureNotChanged @@ -3315,192 +3653,192 @@ Class: public abstract com.volmit.iris.gen.ParallaxChunkGenerator NameNotChanged public void setSliverCache(com.volmit.iris.util.KMap) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.ParallaxChunkGenerator - 37 => 11, 53 and 163 - 38 => 1, 34 and 81 - 43 => 39 - 44 => 22 and 90 - 45 => 38 and 109 - 46 => 68 and 116 - 47 => 155 - 48 => 92 - 49 => 165 - 53 => 104 - 54 => 50 - 55 => 91 - 56 => 100 - 57 => 52 - 61 => 113 - 62 => 79 - 63 => 180 - 64 => 66 - 68 => 120 - 73 => 28 - 77 => 4 - 80 => 169 - 82 => 141 - 83 => 114 - 84 => 157 - 95 => 106 - 96 => 75 - 101 => 187 - 103 => 162 - 105 => 99 - 107 => 128 - 110 => 3 - 113 => 23 - 119 => 56 - 120 => 112 - 125 => 185 - 126 => 80 - 132 => 20 - 137 => 118 - 138 => 37 - 139 => 83 - 140 => 95 - 141 => 96 - 142 => 137 - 144 => 17 - 149 => 30 - 154 => 129 - 159 => 170 - 166 => 154 - 169 => 166 - 171 => 147 - 174 => 146 - 180 => 46 - 182 => 132 - 184 => 88 - 187 => 145 - 188 => 54 - 195 => 59 - 197 => 71 - 200 => 57 - 201 => 156 - 203 => 49 - 205 => 60 - 206 => 72 - 209 => 134 - 210 => 105 - 211 => 12 - 212 => 150 - 214 => 87 - 215 => 101 - 216 => 172 - 217 => 131 - 218 => 26 - 220 => 119 - 224 => 67 - 229 => 143 - 230 => 24 - 231 => 6 - 233 => 103 and 136 - 235 => 41 - 237 => 5 and 44 - 239 => 177 - 241 => 140 - 243 => 125 - 246 => 84 - 248 => 168 - 251 => 121 - 253 => 27 - 254 => 152 - 256 => 73 - 258 => 124 - 260 => 8 and 189 - 262 => 176 - 263 => 138 - 265 => 139 - 267 => 153 - 270 => 175 - 272 => 15 - 274 => 126 - 275 => 35 - 276 => 76 - 278 => 149 - 279 => 58 - 280 => 43 - 281 => 182 - 283 => 65 - 286 => 164 - 288 => 122 - 290 => 36 - 292 => 133 - 293 => 174 - 295 => 97 - 296 => 186 - 297 => 181 - 298 => 167 - 300 => 77 - 302 => 82 - 303 => 29 - 305 => 178 - 306 => 40 - 307 => 93 - 308 => 45 - 310 => 55 - 312 => 102 - 313 => 42 - 314 => 89 - 316 => 2 - 317 => 7 - 318 => 47 - 319 => 18 - 321 => 110 - 323 => 115 - 324 => 183 - 326 => 63 - 328 => 64 - 330 => 10 - 333 => 161 - 335 => 148 - 338 => 21 - 340 => 160 - 341 => 85 - 342 => 171 - 344 => 51 - 345 => 31 - 346 => 86 - 347 => 188 - 349 => 13 - 351 => 69 - 355 => 111 - 356 => 130 + 37 => 24, 141 and 161 + 38 => 50, 96 and 131 + 43 => 47 + 44 => 46 and 138 + 45 => 27 and 53 + 46 => 2 and 62 + 47 => 172 + 48 => 181 + 49 => 18 + 53 => 159 + 54 => 30 + 55 => 189 + 56 => 127 + 57 => 130 + 61 => 75 + 62 => 169 + 63 => 39 + 64 => 13 + 68 => 164 + 73 => 89 + 77 => 86 + 80 => 93 + 82 => 80 + 83 => 4 + 84 => 150 + 95 => 10 + 96 => 187 + 101 => 135 + 103 => 136 + 105 => 17 + 107 => 99 + 110 => 23 + 113 => 142 + 119 => 32 + 120 => 57 + 125 => 41 + 126 => 156 + 132 => 183 + 137 => 66 + 138 => 90 + 139 => 64 + 140 => 92 + 141 => 91 + 142 => 185 + 144 => 123 + 149 => 120 + 154 => 178 + 159 => 148 + 166 => 15 + 169 => 145 + 171 => 97 + 174 => 63 + 180 => 149 + 182 => 88 + 184 => 37 + 187 => 179 + 188 => 61 + 195 => 117 + 197 => 44 + 200 => 22 + 201 => 40 + 203 => 87 + 205 => 188 + 206 => 76 + 209 => 168 + 210 => 7 + 211 => 14 + 212 => 115 + 214 => 134 + 215 => 139 + 216 => 74 + 217 => 98 + 218 => 83 + 220 => 55 + 224 => 100 + 229 => 182 + 230 => 51 + 231 => 173 + 233 => 19 and 155 + 235 => 151 + 237 => 69 and 140 + 239 => 43 + 241 => 36 + 243 => 103 + 246 => 144 + 248 => 77 + 251 => 26 + 253 => 71 + 254 => 42 + 256 => 28 + 258 => 78 + 260 => 67 and 177 + 262 => 105 + 263 => 72 + 265 => 180 + 267 => 34 + 270 => 56 + 272 => 176 + 274 => 166 + 275 => 174 + 276 => 125 + 278 => 65 + 279 => 21 + 280 => 11 + 281 => 102 + 283 => 12 + 286 => 163 + 288 => 60 + 290 => 186 + 292 => 82 + 293 => 129 + 295 => 20 + 296 => 3 + 297 => 52 + 298 => 38 + 300 => 8 + 302 => 170 + 303 => 160 + 305 => 121 + 306 => 68 + 307 => 109 + 308 => 146 + 310 => 132 + 312 => 184 + 313 => 167 + 314 => 1 + 316 => 108 + 317 => 154 + 318 => 33 + 319 => 152 + 321 => 118 + 323 => 165 + 324 => 59 + 326 => 162 + 328 => 143 + 330 => 137 + 333 => 128 + 335 => 153 + 338 => 122 + 340 => 126 + 341 => 106 + 342 => 9 + 344 => 58 + 345 => 147 + 346 => 54 + 347 => 73 + 349 => 45 + 351 => 119 + 355 => 16 + 356 => 29 357 => 48 - 359 => 19 - 360 => 61 - 361 => 123 - 363 => 62 - 364 => 70 - 368 => 142 and 173 - 370 => 16 - 371 => 14 - 373 => 107 - 377 => 32 and 98 - 379 => 117 - 380 => 179 - 381 => 158 - 382 => 159 - 384 => 33 - 386 => 25 - 389 => 9 - 391 => 151 - 395 => 78 - 397 => 74 - 399 => 144 - 402 => 94 - 403 => 184 - 404 => 108 - 406 => 135 - 412 => 127 + 359 => 95 + 360 => 157 + 361 => 112 + 363 => 133 + 364 => 79 + 368 => 81 and 175 + 370 => 84 + 371 => 5 + 373 => 113 + 377 => 6 and 171 + 379 => 25 + 380 => 124 + 381 => 85 + 382 => 158 + 384 => 70 + 386 => 107 + 389 => 111 + 391 => 49 + 395 => 94 + 397 => 104 + 399 => 35 + 402 => 31 + 403 => 116 + 404 => 110 + 406 => 101 + 412 => 114 Class: public abstract com.volmit.iris.gen.ParallelChunkGenerator NameNotChanged Source: "ParallelChunkGenerator.java" FieldsOf: com.volmit.iris.gen.ParallelChunkGenerator - private com.volmit.iris.util.GroupedExecutor accelerant => h + private com.volmit.iris.util.GroupedExecutor accelerant => i protected int cacheX NameNotChanged protected int cacheZ NameNotChanged protected boolean cachingAllowed NameNotChanged - private int threads => g + private int threads => j MethodsOf: com.volmit.iris.gen.ParallelChunkGenerator static void () SignatureNotChanged public void (java.lang.String, int) SignatureNotChanged @@ -3514,7 +3852,7 @@ Class: public abstract com.volmit.iris.gen.ParallelChunkGenerator NameNotChanged public int hashCode() SignatureNotChanged public boolean isCachingAllowed() SignatureNotChanged public boolean isParallelCapable() SignatureNotChanged - private synthetic void lambda$0(int, int, int, int, int, int, com.volmit.iris.gen.atomics.AtomicSliver, com.volmit.iris.util.BiomeMap) SignatureNotChanged + private synthetic void lambda$onGenerate$0(int, int, int, int, int, int, com.volmit.iris.gen.atomics.AtomicSliver, com.volmit.iris.util.BiomeMap) SignatureNotChanged protected void onClose() SignatureNotChanged protected void onGenerate(com.volmit.iris.util.RNG, int, int, org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged protected void onGenerateColumn(int, int, int, int, int, int, com.volmit.iris.gen.atomics.AtomicSliver, com.volmit.iris.util.BiomeMap) SignatureNotChanged @@ -3523,58 +3861,63 @@ Class: public abstract com.volmit.iris.gen.ParallelChunkGenerator NameNotChanged protected abstract void onPostGenerate(com.volmit.iris.util.RNG, int, int, org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid, com.volmit.iris.util.HeightMap, com.volmit.iris.util.BiomeMap, com.volmit.iris.gen.atomics.AtomicSliverMap) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.ParallelChunkGenerator - 17 => 15, 16, 24, 39, 55 and 58 - 18 => 8, 14 and 31 - 29 => 38 - 30 => 32 - 31 => 34 - 32 => 42 - 33 => 29 - 34 => 41 - 38 => 35 - 39 => 10 - 40 => 23 - 41 => 47 - 43 => 51 - 45 => 19 - 48 => 44 - 49 => 2 - 55 => 52 - 56 => 40 - 69 => 57 - 70 => 37 - 71 => 36 - 72 => 25 - 73 => 45 - 74 => 53 - 75 => 5 - 76 => 3 - 79 => 49 and 54 - 81 => 43 - 82 => 50 - 84 => 17 and 22 - 86 => 61 - 87 => 56 - 88 => 9 - 90 => 20 - 94 => 59 - 95 => 6 - 97 => 11 - 99 => 27 - 101 => 48 - 105 => 13 - 106 => 30 - 107 => 60 - 108 => 28 - 109 => 1 - 110 => 4 - 114 => 33 - 115 => 26 - 116 => 21 - 120 => 7 - 121 => 18 - 122 => 46 - 127 => 12 + 17 => 16 + 18 => 8, 43 and 52 + 21 => 24 + 22 => 54 + 23 => 39 + 24 => 59 + 25 => 21 + 29 => 35 + 30 => 26 + 31 => 14 + 32 => 44 + 33 => 49 + 34 => 61 + 38 => 23 + 39 => 60 + 40 => 22 + 41 => 12 + 43 => 3 + 45 => 40 + 48 => 6 + 49 => 28 + 55 => 9 + 56 => 20 + 69 => 29 + 70 => 32 + 71 => 13 + 72 => 51 + 73 => 33 + 74 => 4 + 75 => 56 + 76 => 17 + 79 => 25 and 34 + 81 => 30 + 82 => 7 + 84 => 19 and 36 + 86 => 55 + 87 => 18 + 88 => 31 + 90 => 11 + 94 => 2 + 97 => 45 + 99 => 38 + 100 => 53 + 101 => 46 + 105 => 42 + 106 => 10 + 107 => 50 + 108 => 1 + 109 => 37 + 110 => 15 + 114 => 58 + 115 => 57 + 116 => 5 + 120 => 27 + 121 => 47 + 122 => 48 + 127 => 41 Class: public abstract com.volmit.iris.gen.PostBlockChunkGenerator NameNotChanged Source: "PostBlockChunkGenerator.java" @@ -3586,7 +3929,7 @@ Class: public abstract com.volmit.iris.gen.PostBlockChunkGenerator NameNotChange MethodsOf: com.volmit.iris.gen.PostBlockChunkGenerator static void () SignatureNotChanged public void (java.lang.String, int) SignatureNotChanged - private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + private static java.lang.Throwable b(java.lang.Throwable) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public com.volmit.iris.util.IrisPostBlockFilter createProcessor(java.lang.String, int) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged @@ -3597,7 +3940,7 @@ Class: public abstract com.volmit.iris.gen.PostBlockChunkGenerator NameNotChange public java.lang.String getPostKey() SignatureNotChanged public int hashCode() SignatureNotChanged public int highestTerrainBlock(int, int) SignatureNotChanged - private static synthetic void lambda$0(com.volmit.iris.util.KList, int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged + private static synthetic void lambda$onGenerate$0(com.volmit.iris.util.KList, int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged protected void onGenerate(com.volmit.iris.util.RNG, int, int, org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged public void onInit(org.bukkit.World, com.volmit.iris.util.RNG) SignatureNotChanged public void setMaxPhase(int) SignatureNotChanged @@ -3606,94 +3949,99 @@ Class: public abstract com.volmit.iris.gen.PostBlockChunkGenerator NameNotChange public java.lang.String toString() SignatureNotChanged public void updateHeight(int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.PostBlockChunkGenerator - 24 => 8, 9, 24, 26, 43, 71 and 77 - 25 => 2, 12 and 61 - 35 => 32 - 36 => 38 - 37 => 51 - 38 => 28 - 42 => 6 - 43 => 35 - 48 => 21 - 50 => 67 - 52 => 40 - 55 => 78 - 58 => 19 - 60 => 31 and 69 - 62 => 56 and 59 - 64 => 60 - 66 => 18 and 55 - 68 => 4 - 69 => 15 - 70 => 63 - 72 => 27 - 74 => 23 and 53 - 76 => 65 - 78 => 22 - 81 => 33 - 85 => 74 - 87 => 64 and 73 - 89 => 45 - 91 => 1 and 14 - 95 => 7 - 96 => 13 - 98 => 49 - 107 => 44 - 108 => 79 - 109 => 47 - 113 => 48 - 115 => 58 - 118 => 39 - 120 => 30 - 123 => 29 - 125 => 3 - 128 => 5 - 130 => 34 - 133 => 68 - 135 => 37 - 138 => 52 - 140 => 25 - 143 => 66 - 144 => 80 - 145 => 70 - 151 => 10 - 152 => 76 - 157 => 75 - 159 => 20 - 160 => 11 - 161 => 42 - 162 => 16 - 165 => 50 - 171 => 17 - 173 => 46 - 174 => 72 - 175 => 62 - 176 => 57 - 180 => 54 - 182 => 36 - 193 => 41 + 24 => 30, 58 and 61 + 25 => 10, 12 and 16 + 28 => 31 + 29 => 55 + 30 => 11 + 31 => 26 + 35 => 18 + 36 => 33 + 37 => 65 + 38 => 6 + 42 => 15 + 43 => 32 + 48 => 56 + 50 => 25 + 52 => 45 + 55 => 54 + 58 => 27 + 60 => 3 and 23 + 62 => 60 and 77 + 64 => 76 + 66 => 50 and 63 + 68 => 67 + 69 => 43 + 70 => 47 + 72 => 42 + 74 => 46 + 76 => 75 + 78 => 9 + 80 => 74 + 81 => 78 + 85 => 71 + 87 => 8 + 89 => 1 + 91 => 7 + 95 => 79 + 98 => 2 + 101 => 19 and 39 + 104 => 48 + 107 => 13 + 108 => 53 + 109 => 21 + 113 => 29 + 115 => 52 + 118 => 17 + 120 => 35 + 123 => 64 + 125 => 70 + 128 => 36 + 130 => 40 + 133 => 44 + 135 => 62 + 138 => 38 + 140 => 34 + 143 => 5 + 144 => 72 + 145 => 69 + 151 => 24 + 152 => 14 + 157 => 57 + 159 => 37 + 160 => 59 + 161 => 41 + 162 => 51 + 165 => 22 + 171 => 28 + 173 => 66 + 174 => 73 + 175 => 49 + 180 => 68 + 182 => 4 + 193 => 20 Class: public abstract com.volmit.iris.gen.TerrainChunkGenerator NameNotChanged Source: "TerrainChunkGenerator.java" FieldsOf: com.volmit.iris.gen.TerrainChunkGenerator protected com.volmit.iris.util.ChronoLatch cwarn NameNotChanged - private com.volmit.iris.util.KMap generators => i + private com.volmit.iris.util.KMap generators => p protected com.volmit.iris.gen.layer.GenLayerBiome glBiome NameNotChanged - private com.volmit.iris.gen.layer.GenLayerCarve glCarve => j - private com.volmit.iris.gen.layer.GenLayerCave glCave => l - private long lastChunkLoad => k - private long lastUpdateRequest => n + private com.volmit.iris.gen.layer.GenLayerCarve glCarve => o + private com.volmit.iris.gen.layer.GenLayerCave glCave => n + private long lastChunkLoad => m + private long lastUpdateRequest => k protected com.volmit.iris.noise.CNG masterFracture NameNotChanged protected com.volmit.iris.util.IrisLock regLock NameNotChanged - private com.volmit.iris.util.RNG rockRandom => m + private com.volmit.iris.util.RNG rockRandom => l MethodsOf: com.volmit.iris.gen.TerrainChunkGenerator static void () SignatureNotChanged public void (java.lang.String, int) SignatureNotChanged - private static java.lang.RuntimeException a(java.lang.RuntimeException) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged - private void decorateCave(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => a(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) - private void decorateLand(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => c(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) - private void decorateUnderwater(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => b(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) + private static java.lang.Throwable d(java.lang.Throwable) SignatureNotChanged + private void decorateCave(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => b(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) + private void decorateLand(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => a(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) + private void decorateUnderwater(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) => c(com.volmit.iris.object.IrisBiome, com.volmit.iris.gen.atomics.AtomicSliver, double, int, double, int, int, org.bukkit.block.data.BlockData) public boolean equals(java.lang.Object) SignatureNotChanged protected double getBiomeHeight(double, double) SignatureNotChanged public com.volmit.iris.util.KList getCaves(int, int) SignatureNotChanged @@ -3706,7 +4054,7 @@ Class: public abstract com.volmit.iris.gen.TerrainChunkGenerator NameNotChanged public long getLastChunkLoad() SignatureNotChanged public long getLastUpdateRequest() SignatureNotChanged public com.volmit.iris.noise.CNG getMasterFracture() SignatureNotChanged - private double getNoiseHeight(int, int) => a(int, int) + private double getNoiseHeight(int, int) => b(int, int) public com.volmit.iris.util.IrisLock getRegLock() SignatureNotChanged public com.volmit.iris.util.RNG getRockRandom() SignatureNotChanged public double getTerrainHeight(int, int) SignatureNotChanged @@ -3715,13 +4063,13 @@ Class: public abstract com.volmit.iris.gen.TerrainChunkGenerator NameNotChanged protected double interpolateGenerator(double, double, com.volmit.iris.object.IrisGenerator) SignatureNotChanged public boolean isFluidAtHeight(int, int) SignatureNotChanged public boolean isUnderwater(int, int) SignatureNotChanged - private synthetic com.volmit.iris.object.IrisRegion lambda$0(int, int) SignatureNotChanged - private synthetic com.volmit.iris.util.BiomeResult lambda$1(int, int, double) SignatureNotChanged - private synthetic java.lang.Double lambda$2(int, int) SignatureNotChanged - private synthetic double lambda$3(com.volmit.iris.object.IrisGenerator, double, double, double, double) SignatureNotChanged - private synthetic double lambda$4(com.volmit.iris.object.IrisGenerator, double, double, double, double) SignatureNotChanged - private synthetic void lambda$5(com.volmit.iris.object.IrisDimension, com.volmit.iris.object.IrisBiomeGeneratorLink) SignatureNotChanged - private synthetic com.volmit.iris.util.BiomeResult lambda$6(int, int) SignatureNotChanged + private synthetic java.lang.Double lambda$getTerrainHeight$2(int, int) SignatureNotChanged + private synthetic double lambda$interpolateGenerator$3(com.volmit.iris.object.IrisGenerator, double, double, double, double) SignatureNotChanged + private synthetic double lambda$interpolateGenerator$4(com.volmit.iris.object.IrisGenerator, double, double, double, double) SignatureNotChanged + private synthetic void lambda$loadGenerators$5(com.volmit.iris.object.IrisDimension, com.volmit.iris.object.IrisBiomeGeneratorLink) SignatureNotChanged + private synthetic com.volmit.iris.util.BiomeResult lambda$sampleBiome$6(int, int) SignatureNotChanged + private synthetic com.volmit.iris.object.IrisRegion lambda$sampleRegion$0(int, int) SignatureNotChanged + private synthetic com.volmit.iris.util.BiomeResult lambda$sampleTrueBiome$1(int, int, double) SignatureNotChanged protected void loadGenerators() SignatureNotChanged protected void loadGenerators(com.volmit.iris.object.IrisDimension) SignatureNotChanged protected void onGenerate(com.volmit.iris.util.RNG, int, int, org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged @@ -3740,435 +4088,450 @@ Class: public abstract com.volmit.iris.gen.TerrainChunkGenerator NameNotChanged public com.volmit.iris.util.BiomeResult sampleTrueBiome(int, int, int) SignatureNotChanged public com.volmit.iris.util.BiomeResult sampleTrueBiomeBase(int, int, int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged - private boolean touchesSea(int, int) => b(int, int) + private boolean touchesSea(int, int) => a(int, int) LineNumbersOf: com.volmit.iris.gen.TerrainChunkGenerator - 42 => 25, 72, 153, 199, 255, 260, 303, 312, 313 and 376 - 43 => 56, 156 and 317 - 46 => 5 - 47 => 354 - 55 => 339 - 59 => 359 - 60 => 307 - 61 => 32 - 62 => 329 - 67 => 258 - 68 => 129 - 69 => 296 - 70 => 270 - 71 => 299 - 72 => 287 - 73 => 67 - 74 => 111 - 78 => 92 - 84 => 328 - 86 => 195 - 90 => 126 - 91 => 231 - 92 => 344 - 93 => 48 - 94 => 357 - 95 => 256 - 96 => 118 - 97 => 27 - 98 => 21 - 99 => 311 - 100 => 335 - 101 => 320 - 103 => 343 - 105 => 97 - 108 => 370 - 109 => 315 - 110 => 224 - 111 => 214 - 112 => 68 - 113 => 190 - 114 => 257 - 115 => 242 - 118 => 138 and 302 - 120 => 305 - 121 => 316 - 122 => 131 - 125 => 39 - 127 => 216 - 129 => 24 - 132 => 120 - 133 => 124 - 137 => 58 - 139 => 158 - 141 => 147 - 144 => 18 - 145 => 326 - 146 => 110 - 150 => 96 - 152 => 278 - 153 => 71 - 154 => 123 - 155 => 146 - 159 => 130 - 161 => 233 - 162 => 75 - 163 => 221 - 165 => 187 and 201 - 167 => 113 - 168 => 69 - 172 => 356 - 174 => 185 - 178 => 372 - 180 => 277 - 181 => 238 - 184 => 265 - 186 => 23 - 187 => 341 - 192 => 174 - 193 => 210 - 197 => 148 - 200 => 161 - 202 => 95 - 206 => 336 - 208 => 182 - 213 => 227 - 214 => 89 - 217 => 80 - 219 => 77 and 306 - 221 => 206 and 207 - 223 => 2 - 224 => 175 - 227 => 268 - 228 => 239 - 229 => 98 - 230 => 8 and 33 - 232 => 362 - 234 => 44 - 237 => 54 - 240 => 319 and 348 - 242 => 137 - 245 => 197 - 247 => 219 - 252 => 178 - 255 => 314 - 257 => 136 - 259 => 86 - 264 => 375 - 265 => 367 + 42 => 287 + 43 => 22, 80 and 254 + 46 => 207 and 238 + 47 => 31 and 268 + 48 => 65 + 49 => 325 + 50 => 118 + 51 => 64 + 52 => 285 + 54 => 291 + 55 => 130 and 315 + 59 => 296 + 60 => 250 + 61 => 239 + 62 => 95 + 67 => 81 + 68 => 251 + 69 => 74 + 70 => 111 + 71 => 151 + 72 => 49 + 73 => 152 + 74 => 198 + 78 => 60 + 84 => 194 + 86 => 175 + 90 => 76 + 91 => 199 + 92 => 227 + 93 => 20 + 94 => 9 + 95 => 209 + 96 => 170 + 97 => 84 + 98 => 368 + 99 => 91 + 100 => 158 + 101 => 356 + 103 => 10 + 105 => 279 + 108 => 338 + 109 => 323 + 110 => 312 + 111 => 204 + 112 => 218 + 113 => 25 + 114 => 109 + 115 => 155 + 118 => 344 and 367 + 120 => 288 + 121 => 214 + 122 => 156 + 125 => 259 + 127 => 97 + 129 => 308 + 132 => 127 + 133 => 295 + 137 => 276 + 139 => 113 + 141 => 231 + 144 => 102 + 145 => 70 + 146 => 77 + 150 => 129 + 152 => 106 + 153 => 224 + 154 => 220 + 155 => 18 + 159 => 160 + 161 => 208 + 162 => 1 + 163 => 210 + 165 => 44 and 92 + 167 => 266 + 168 => 23 + 172 => 103 + 174 => 331 + 178 => 305 + 180 => 310 + 184 => 275 + 186 => 255 + 192 => 282 + 193 => 13 + 197 => 184 + 200 => 4 + 202 => 201 + 206 => 300 + 208 => 316 + 213 => 120 + 214 => 314 + 217 => 141 + 219 => 230 + 221 => 100 and 110 + 223 => 221 + 224 => 370 + 227 => 179 + 228 => 263 + 229 => 211 + 230 => 236 and 365 + 232 => 297 + 234 => 294 + 237 => 278 + 240 => 86 and 252 + 242 => 87 + 245 => 43 + 247 => 328 + 249 => 33 + 252 => 274 + 255 => 121 + 257 => 219 + 259 => 142 + 264 => 143 + 265 => 161 266 => 169 - 267 => 291 - 269 => 323 and 358 - 271 => 60 - 274 => 34 and 234 - 276 => 271 and 298 - 278 => 102 - 282 => 121 and 340 - 284 => 73 and 101 - 286 => 209 - 289 => 264 - 293 => 179 - 295 => 273 - 298 => 81 - 300 => 53 and 165 - 302 => 64 - 304 => 361 - 307 => 246 - 309 => 20 - 311 => 141 - 313 => 10 - 316 => 82 - 318 => 91 - 320 => 294 - 324 => 286 - 326 => 223 - 328 => 70 - 332 => 230 - 334 => 226 - 335 => 217 - 336 => 35 - 337 => 157 - 338 => 142 - 339 => 168 - 340 => 52 - 344 => 135 - 346 => 345 - 348 => 331 - 349 => 74 - 351 => 284 - 353 => 133 and 188 - 355 => 59 - 360 => 117 - 363 => 3 - 367 => 83 - 369 => 143 - 372 => 183 - 374 => 93 and 193 - 376 => 159 - 378 => 261 - 380 => 259 - 382 => 84 - 385 => 353 - 387 => 232 - 389 => 6 - 393 => 12 - 395 => 202 - 396 => 163 - 397 => 237 - 398 => 352 - 399 => 47 - 400 => 65 - 401 => 104 - 405 => 243 - 407 => 279 - 409 => 40 - 410 => 241 - 412 => 338 - 414 => 15 and 205 - 416 => 248 - 418 => 180 - 421 => 290 - 426 => 184 - 429 => 321 - 433 => 19 - 435 => 280 - 438 => 38 - 440 => 36 and 276 - 442 => 283 - 444 => 167 - 447 => 253 - 449 => 324 - 451 => 262 - 453 => 334 - 455 => 31 - 456 => 176 + 267 => 47 + 269 => 216 + 271 => 299 + 272 => 27 + 274 => 322 + 276 => 134 and 144 + 278 => 358 + 280 => 342 + 282 => 243 + 284 => 46 and 289 + 286 => 237 + 288 => 15 + 289 => 146 + 293 => 330 + 295 => 124 + 298 => 139 + 300 => 96 + 302 => 241 + 304 => 364 + 307 => 57 + 309 => 302 + 311 => 32 + 313 => 105 + 316 => 162 + 318 => 355 + 320 => 2 + 324 => 341 + 326 => 55 + 328 => 191 + 332 => 173 + 334 => 245 + 335 => 343 + 336 => 187 + 337 => 235 + 338 => 132 + 339 => 159 + 340 => 196 + 344 => 222 + 346 => 50 + 348 => 277 + 351 => 78 + 353 => 253 and 360 + 355 => 304 + 360 => 101 + 362 => 6 + 363 => 200 + 367 => 352 + 369 => 340 + 372 => 349 + 374 => 273 + 376 => 339 + 378 => 36 + 380 => 154 + 382 => 195 + 385 => 178 + 387 => 271 + 389 => 329 + 393 => 345 + 395 => 213 + 396 => 157 + 397 => 311 + 398 => 135 + 399 => 19 + 400 => 133 + 401 => 190 + 405 => 281 + 407 => 67 + 409 => 42 + 412 => 283 + 414 => 28 and 123 + 416 => 94 + 418 => 71 + 421 => 337 + 426 => 272 + 428 => 324 + 429 => 336 + 433 => 258 + 435 => 12 + 438 => 5 + 440 => 112 + 442 => 223 + 444 => 63 + 447 => 153 + 449 => 48 + 451 => 16 + 453 => 131 + 455 => 347 458 => 228 - 460 => 7 and 61 - 462 => 66 - 466 => 374 - 469 => 63 - 474 => 139 - 475 => 132 + 460 => 26 and 114 + 462 => 269 + 468 => 150 + 469 => 262 + 474 => 140 + 475 => 353 480 => 125 - 485 => 145 - 489 => 247 - 491 => 198 - 496 => 373 - 498 => 349 - 501 => 94 - 502 => 41 - 503 => 88 - 504 => 112 - 505 => 263 - 507 => 327 - 509 => 272 - 512 => 364 - 514 => 16 - 517 => 281 - 519 => 13 - 522 => 49 - 524 => 266 - 527 => 103 - 529 => 292 - 532 => 108 - 537 => 45 - 538 => 203 - 539 => 50 - 544 => 310 - 546 => 363 - 547 => 325 - 548 => 173 - 550 => 240 - 552 => 154 - 556 => 333 - 561 => 55 - 566 => 30 - 568 => 191 - 569 => 43 - 570 => 100 - 576 => 144 - 578 => 245 - 581 => 11 - 583 => 295 - 584 => 229 - 585 => 78 - 586 => 346 - 587 => 170 - 588 => 149 - 589 => 267 - 591 => 215 - 593 => 128 - 596 => 200 - 608 => 368 - 613 => 355 - 618 => 251 - 623 => 150 - 628 => 109 and 194 - 633 => 350 - 639 => 269 - 640 => 46 - 641 => 300 - 642 => 244 - 646 => 155 - 648 => 235 - 649 => 208 - 651 => 99 - 652 => 293 - 655 => 160 - 656 => 1 - 657 => 220 - 661 => 285 - 666 => 318 + 485 => 335 + 489 => 61 + 491 => 180 + 496 => 307 + 498 => 51 + 501 => 122 + 502 => 306 + 503 => 188 + 504 => 264 + 505 => 3 + 507 => 90 + 509 => 334 + 512 => 332 + 514 => 249 + 517 => 24 + 519 => 166 + 522 => 298 + 524 => 181 + 527 => 29 + 529 => 126 + 532 => 290 + 537 => 313 + 538 => 39 + 539 => 327 + 544 => 147 + 546 => 21 + 547 => 326 + 548 => 75 + 550 => 293 + 552 => 247 + 556 => 369 + 561 => 82 + 566 => 361 + 568 => 59 + 569 => 189 + 570 => 38 + 576 => 52 + 578 => 116 + 581 => 225 + 583 => 292 + 584 => 174 + 585 => 11 + 586 => 362 + 587 => 366 + 588 => 34 + 589 => 203 + 591 => 115 + 593 => 177 + 596 => 171 + 608 => 286 + 613 => 185 + 618 => 164 + 623 => 148 + 628 => 303 and 333 + 633 => 319 + 639 => 309 + 640 => 93 + 641 => 193 + 642 => 89 + 646 => 318 + 648 => 229 + 649 => 40 + 651 => 41 + 652 => 321 + 655 => 232 + 656 => 172 + 657 => 54 + 661 => 240 + 666 => 363 667 => 192 668 => 37 - 670 => 171 and 189 - 672 => 330 - 675 => 177 - 680 => 172 - 684 => 347 - 686 => 213 and 289 - 688 => 297 - 690 => 87 - 693 => 211 - 695 => 360 - 697 => 274 - 698 => 301 - 700 => 288 - 703 => 140 - 707 => 79 - 709 => 9 and 122 - 711 => 162 - 713 => 17 - 716 => 249 - 718 => 119 - 720 => 14 - 721 => 51 - 724 => 218 - 727 => 76 - 732 => 151 - 733 => 282 - 734 => 304 - 738 => 332 - 740 => 115 - 743 => 134 - 744 => 107 - 746 => 308 and 342 - 748 => 204 - 750 => 105 - 752 => 366 - 753 => 369 - 754 => 62 - 755 => 116 - 756 => 186 - 760 => 212 and 225 - 762 => 222 - 764 => 236 - 766 => 250 - 767 => 57 - 768 => 26 and 127 - 769 => 164 - 772 => 90 - 776 => 22 - 778 => 106 - 780 => 28 - 782 => 254 and 309 - 784 => 181 - 786 => 371 - 788 => 351 - 789 => 42 - 792 => 152 - 794 => 196 - 795 => 322 - 798 => 365 - 800 => 114 - 801 => 337 - 805 => 275 - 808 => 85 - 809 => 4 - 810 => 29 - 811 => 252 - 813 => 166 + 670 => 320 + 672 => 83 + 673 => 7 + 675 => 119 + 680 => 357 + 684 => 128 + 686 => 117 + 688 => 62 + 690 => 265 + 692 => 183 + 695 => 167 + 697 => 280 + 698 => 197 + 699 => 267 + 700 => 68 + 703 => 88 + 707 => 72 + 709 => 346 + 711 => 351 + 713 => 99 + 715 => 354 + 718 => 176 + 720 => 359 + 721 => 8 + 722 => 205 + 724 => 69 + 727 => 104 + 732 => 66 + 733 => 226 + 734 => 138 + 738 => 163 + 740 => 35 + 743 => 79 + 744 => 260 + 746 => 284 + 748 => 257 + 750 => 202 + 752 => 45 + 753 => 182 + 754 => 348 + 755 => 244 + 756 => 136 + 758 => 270 + 760 => 98 + 762 => 58 + 764 => 73 + 766 => 301 + 767 => 350 + 768 => 186 and 246 + 769 => 212 + 771 => 233 + 772 => 17 + 776 => 242 + 778 => 206 + 780 => 217 + 782 => 248 + 784 => 256 + 786 => 317 + 788 => 53 + 789 => 137 + 792 => 215 + 794 => 56 + 795 => 261 + 798 => 168 + 800 => 14 + 801 => 165 + 803 => 107 + 805 => 85 + 808 => 145 + 809 => 149 + 810 => 108 + 811 => 30 + 813 => 234 Class: public com.volmit.iris.gen.atomics.AtomicCache NameNotChanged Source: "AtomicCache.java" FieldsOf: com.volmit.iris.gen.atomics.AtomicCache - private volatile transient long a => b - private static int[] b => i - private final com.volmit.iris.util.IrisLock check => e - private final boolean nullSupport => d - private volatile transient java.lang.Object t => h - private final com.volmit.iris.util.IrisLock time => f - private volatile transient int validations => c - private final com.volmit.iris.util.IrisLock write => g + private volatile transient long a => h + private static java.lang.String[] b => c + private final com.volmit.iris.util.IrisLock check => f + private final boolean nullSupport => g + private volatile transient java.lang.Object t => d + private final com.volmit.iris.util.IrisLock time => e + private volatile transient int validations => i + private final com.volmit.iris.util.IrisLock write => a MethodsOf: com.volmit.iris.gen.atomics.AtomicCache static void () SignatureNotChanged public void () SignatureNotChanged public void (boolean) SignatureNotChanged - public static int[] a() => b() - public static void a(int[]) => b(int[]) + public static java.lang.String[] a() => b() + public static void a(java.lang.String[]) => b(java.lang.String[]) public java.lang.Object aquire(java.util.function.Supplier) SignatureNotChanged public java.lang.Object aquireNull(java.util.function.Supplier) SignatureNotChanged public void reset() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicCache - 20 => 54 - 21 => 31 - 24 => 16 - 25 => 51 - 26 => 5 - 27 => 22 - 28 => 6 - 29 => 17 - 30 => 52 - 31 => 30 - 32 => 18 - 36 => 36 - 37 => 38 - 38 => 15 - 39 => 34 - 40 => 44 - 41 => 45 - 42 => 41 - 43 => 10 - 44 => 29 - 48 => 37 - 50 => 40 - 53 => 24 - 55 => 48 - 58 => 19 - 60 => 14 - 62 => 12 - 65 => 42 - 68 => 33 - 70 => 46 - 72 => 20 - 73 => 9 - 75 => 32 - 77 => 21 - 79 => 26 - 82 => 35 - 83 => 49 - 86 => 2 - 87 => 1 - 92 => 53 - 94 => 28 - 97 => 47 - 99 => 11 - 100 => 39 - 103 => 13 - 104 => 4 - 105 => 27 - 107 => 3 - 109 => 8 - 111 => 25 - 114 => 50 - 115 => 7 - 116 => 43 - 117 => 23 + 20 => 37 + 21 => 2 + 24 => 21 + 25 => 36 + 26 => 1 + 27 => 53 + 28 => 28 + 29 => 27 + 30 => 13 + 31 => 6 + 32 => 40 + 36 => 10 + 37 => 16 + 38 => 23 + 39 => 3 + 40 => 18 + 41 => 5 + 42 => 38 + 43 => 34 + 44 => 39 + 48 => 11 + 50 => 44 + 53 => 45 + 55 => 51 + 58 => 22 + 60 => 33 + 62 => 42 + 65 => 54 + 68 => 9 + 70 => 30 + 72 => 7 + 73 => 14 + 75 => 47 + 77 => 43 + 79 => 19 + 82 => 52 + 83 => 41 + 86 => 29 + 87 => 25 + 92 => 8 + 94 => 31 + 97 => 48 + 99 => 4 + 100 => 17 + 103 => 20 + 104 => 49 + 105 => 46 + 107 => 15 + 109 => 12 + 111 => 32 + 114 => 26 + 115 => 35 + 116 => 50 + 117 => 24 Class: public com.volmit.iris.gen.atomics.AtomicMulticache NameNotChanged Source: "AtomicMulticache.java" FieldsOf: com.volmit.iris.gen.atomics.AtomicMulticache - private final com.volmit.iris.util.KMap biome => b - private final com.volmit.iris.util.KMap height => d + private final com.volmit.iris.util.KMap biome => d + public static boolean broken NameNotChanged + private final com.volmit.iris.util.KMap height => c private final com.volmit.iris.util.KMap rawBiome => e - private final com.volmit.iris.util.KMap region => a - private final java.util.concurrent.atomic.AtomicInteger x => f - private final java.util.concurrent.atomic.AtomicInteger z => c + private final com.volmit.iris.util.KMap region => f + private final java.util.concurrent.atomic.AtomicInteger x => a + private final java.util.concurrent.atomic.AtomicInteger z => b MethodsOf: com.volmit.iris.gen.atomics.AtomicMulticache + static void () SignatureNotChanged public void () SignatureNotChanged public void drop() SignatureNotChanged public com.volmit.iris.util.BiomeResult getBiome(int, int, java.util.function.Supplier) SignatureNotChanged @@ -4180,52 +4543,65 @@ Class: public com.volmit.iris.gen.atomics.AtomicMulticache NameNotChanged public void targetChunk(int, int) SignatureNotChanged public void updateHeight(int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicMulticache - 21 => 27 - 22 => 26 - 23 => 16 - 24 => 13 - 25 => 15 - 26 => 30 - 27 => 7 - 28 => 22 - 32 => 41 - 33 => 31 - 35 => 9 - 37 => 40 - 39 => 45 - 43 => 34 - 44 => 23 - 46 => 33 - 48 => 1 - 49 => 6 - 52 => 20 - 57 => 12 - 58 => 44 - 60 => 36 - 62 => 29 - 63 => 5 - 66 => 46 - 71 => 11 - 72 => 25 - 74 => 17 - 76 => 3 - 77 => 19 - 80 => 10 - 85 => 42 - 86 => 8 - 88 => 32 - 90 => 4 - 91 => 18 - 94 => 35 - 99 => 28 - 104 => 39 - 105 => 38 - 109 => 24 - 114 => 37 - 115 => 21 - 116 => 43 - 117 => 2 - 118 => 14 + 13 => 5 + 22 => 9 + 23 => 19 + 24 => 2 + 25 => 43 + 26 => 26 + 27 => 3 + 28 => 33 + 29 => 32 + 33 => 10 + 35 => 7 + 38 => 24 + 39 => 50 + 41 => 28 + 43 => 12 + 45 => 25 + 49 => 59 + 51 => 13 + 54 => 57 + 55 => 39 + 57 => 23 + 59 => 21 + 60 => 49 + 63 => 54 + 68 => 22 + 69 => 11 + 71 => 34 + 73 => 51 + 74 => 52 + 77 => 30 + 82 => 1 + 83 => 45 + 85 => 17 + 87 => 53 + 88 => 20 + 91 => 40 + 96 => 36 + 98 => 42 + 100 => 14 + 101 => 47 + 103 => 37 + 105 => 18 + 106 => 44 + 109 => 6 + 114 => 58 + 116 => 31 + 118 => 8 + 123 => 38 + 125 => 56 + 127 => 48 + 128 => 15 + 132 => 29 + 137 => 35 + 139 => 41 + 142 => 46 + 143 => 4 + 144 => 27 + 145 => 16 + 146 => 55 Class: public com.volmit.iris.gen.atomics.AtomicRegionData NameNotChanged Source: "AtomicRegionData.java" @@ -4243,80 +4619,81 @@ Class: public com.volmit.iris.gen.atomics.AtomicRegionData NameNotChanged public void set(int, int, com.volmit.iris.gen.atomics.AtomicSliverMap) SignatureNotChanged public void write(java.io.OutputStream) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicRegionData - 27 => 19 - 29 => 61 - 30 => 59 - 31 => 33 - 40 => 51 - 41 => 7 - 42 => 12 - 44 => 26 and 30 - 46 => 45 - 47 => 54 - 48 => 31 - 51 => 53 - 52 => 44 - 56 => 25 - 58 => 34 - 60 => 43 and 58 - 62 => 6 and 28 - 64 => 4 - 66 => 13 - 71 => 22 - 72 => 15 - 73 => 52 - 77 => 29 - 87 => 39 - 89 => 46 - 93 => 50 - 94 => 41 - 96 => 35 - 98 => 23 - 101 => 56 - 102 => 57 - 103 => 40 - 104 => 48 - 105 => 14 - 106 => 62 - 110 => 9 - 112 => 37 - 114 => 32 - 117 => 11 - 121 => 47 - 123 => 38 - 124 => 49 - 129 => 17 - 131 => 1 - 132 => 20 - 136 => 55 - 139 => 3 - 140 => 60 - 141 => 5 - 143 => 27 - 145 => 21 - 148 => 10 - 158 => 18 - 160 => 16 and 36 - 162 => 42 - 164 => 8 - 165 => 24 - 169 => 2 + 28 => 13 + 29 => 32 + 30 => 15 + 31 => 6 + 40 => 34 + 41 => 5 + 42 => 21 + 44 => 16 + 46 => 44 + 47 => 14 + 48 => 26 + 49 => 54 + 51 => 1 + 52 => 52 + 56 => 27 + 58 => 19 + 60 => 59 and 60 + 62 => 42 and 61 + 64 => 46 + 66 => 10 + 71 => 35 + 72 => 53 + 73 => 25 + 77 => 48 + 87 => 40 + 89 => 22 + 93 => 47 + 94 => 50 + 96 => 45 + 98 => 43 + 101 => 38 + 102 => 9 + 103 => 51 + 104 => 12 + 105 => 7 + 106 => 28 + 110 => 18 + 112 => 24 + 114 => 37 + 117 => 30 + 121 => 49 + 123 => 2 + 124 => 31 + 129 => 8 + 131 => 56 + 136 => 4 + 139 => 36 + 140 => 20 + 143 => 57 + 145 => 58 + 146 => 3 + 148 => 17 + 158 => 33 + 160 => 39 and 41 + 162 => 23 + 164 => 11 + 165 => 55 + 169 => 29 Class: public com.volmit.iris.gen.atomics.AtomicSliver NameNotChanged Source: "AtomicSliver.java" FieldsOf: com.volmit.iris.gen.atomics.AtomicSliver public static final org.bukkit.block.data.BlockData AIR NameNotChanged - private transient com.volmit.iris.util.KMap biome => a + private transient com.volmit.iris.util.KMap biome => f private com.volmit.iris.util.KMap block => d - private com.volmit.iris.util.KSet blockUpdates => i - private transient int highestBiome => k - private int highestBlock => h - private transient long last => j - private transient com.volmit.iris.util.IrisLock lock => e - private transient boolean modified => c - private transient com.volmit.iris.util.KMap truebiome => g - private final transient int x => f - private final transient int z => b + private com.volmit.iris.util.KSet blockUpdates => g + public static boolean forgetful NameNotChanged + private transient int highestBiome => b + private int highestBlock => e + private transient long last => i + private transient com.volmit.iris.util.IrisLock lock => c + private transient boolean modified => j + private transient com.volmit.iris.util.KMap truebiome => a + private final transient int x => h + private final transient int z => k MethodsOf: com.volmit.iris.gen.atomics.AtomicSliver static void () SignatureNotChanged public void (int, int) SignatureNotChanged @@ -4354,139 +4731,164 @@ Class: public com.volmit.iris.gen.atomics.AtomicSliver NameNotChanged public void write(org.bukkit.generator.ChunkGenerator$BiomeGrid) SignatureNotChanged public void write(org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicSliver - 24 => 7, 55, 106 and 121 - 27 => 54 - 28 => 133 - 29 => 43 - 30 => 57 and 108 - 31 => 100 and 120 - 32 => 80 and 138 - 33 => 26 - 34 => 23 - 35 => 58 and 89 - 36 => 12 - 37 => 112 - 38 => 88 and 96 - 41 => 25 - 42 => 16 - 43 => 59 - 44 => 122 - 45 => 53 - 46 => 38 - 47 => 34 - 48 => 24 - 52 => 99 - 57 => 15 - 62 => 36 - 63 => 129 - 67 => 40 - 68 => 31 - 72 => 18 - 73 => 78 - 75 => 19 - 77 => 130 - 80 => 104 - 98 => 65 - 99 => 49 - 100 => 45 - 101 => 91 - 102 => 90 - 103 => 116 - 107 => 48 - 109 => 28 - 112 => 70 - 113 => 140 - 114 => 101 - 116 => 32 - 118 => 134 - 123 => 9 - 126 => 82 - 127 => 119 - 131 => 61 - 148 => 127 - 149 => 81 - 150 => 118 - 151 => 113 - 152 => 117 - 153 => 39 - 157 => 95 - 158 => 124 - 159 => 137 - 160 => 107 - 161 => 110 - 165 => 3 - 166 => 29 and 52 - 168 => 79 - 170 => 20 - 175 => 2 - 178 => 42 - 179 => 68 - 183 => 83 - 184 => 105 and 125 - 186 => 67 - 188 => 77 - 191 => 22 - 192 => 13 - 196 => 10 - 197 => 128 - 198 => 139 - 199 => 35 - 203 => 85 - 204 => 69 - 206 => 126 - 208 => 131 - 209 => 64 - 210 => 86 - 211 => 97 - 212 => 71 - 214 => 4 and 46 - 216 => 76 - 220 => 37 and 136 - 222 => 84 - 226 => 73 and 102 - 228 => 41 - 231 => 50 - 232 => 17 - 233 => 1 - 237 => 87 - 240 => 47 - 242 => 5 and 44 - 244 => 135 - 245 => 56 - 247 => 8 - 249 => 141 - 253 => 60 - 254 => 63 - 255 => 33 - 257 => 98 - 259 => 66 - 260 => 123 - 263 => 62 and 114 - 265 => 111 - 266 => 115 - 267 => 103 - 271 => 74 - 273 => 27 - 274 => 109 - 276 => 94 - 277 => 11 - 300 => 30 - 301 => 6 and 72 - 303 => 75 - 305 => 132 - 306 => 21 - 309 => 14 - 310 => 92 - 319 => 93 - 320 => 51 + 24 => 9, 24, 60 and 124 + 27 => 28 + 28 => 110 + 29 => 40 + 30 => 34 + 31 => 52 and 59 + 32 => 107 and 139 + 33 => 49 and 82 + 34 => 55 + 35 => 21 + 36 => 7 and 26 + 37 => 65 + 38 => 4 + 39 => 63 and 68 + 42 => 14 + 43 => 89 + 44 => 148 + 45 => 73 + 46 => 30 + 47 => 132 + 48 => 84 + 49 => 50 + 53 => 22 + 58 => 5 + 63 => 165 + 65 => 163 + 68 => 103 + 69 => 23 + 73 => 81 + 75 => 135 + 78 => 120 + 79 => 2 + 83 => 16 + 85 => 156 + 87 => 71 + 88 => 88 + 90 => 11 + 92 => 67 + 95 => 127 + 117 => 130 + 119 => 57 + 121 => 125 + 122 => 141 + 123 => 83 + 124 => 43 + 125 => 61 + 126 => 25 + 130 => 142 + 132 => 104 + 135 => 160 + 137 => 53 + 140 => 161 + 141 => 113 + 142 => 118 + 144 => 92 + 146 => 112 + 151 => 39 + 154 => 10 + 155 => 36 + 159 => 134 + 181 => 56 + 182 => 137 + 183 => 51 + 184 => 154 + 185 => 15 + 186 => 140 + 190 => 27 + 191 => 45 + 192 => 66 + 193 => 41 + 194 => 126 + 198 => 6 + 200 => 44 + 203 => 62 + 205 => 8 and 166 + 207 => 86 + 209 => 79 + 214 => 38 + 217 => 153 + 218 => 18 + 222 => 70 + 224 => 108 + 226 => 19 + 227 => 47 and 105 + 229 => 121 + 231 => 46 + 234 => 106 + 235 => 74 + 239 => 85 + 241 => 77 + 243 => 123 + 244 => 114 + 245 => 159 + 246 => 149 + 250 => 115 + 252 => 35 + 254 => 133 + 255 => 58 + 257 => 76 + 259 => 72 + 260 => 150 + 261 => 17 + 262 => 31 + 263 => 96 + 265 => 128 and 151 + 267 => 162 + 271 => 69 and 119 + 273 => 54 + 277 => 33 and 90 + 279 => 144 + 282 => 158 + 283 => 29 + 284 => 116 + 288 => 152 + 290 => 101 + 292 => 100 + 295 => 20 + 297 => 98 and 122 + 299 => 12 + 300 => 87 + 302 => 164 + 304 => 129 + 308 => 32 + 309 => 64 + 310 => 143 + 312 => 13 + 314 => 131 + 315 => 146 + 318 => 80 and 93 + 320 => 78 + 321 => 91 + 322 => 157 + 326 => 95 + 328 => 147 + 329 => 111 + 331 => 155 + 332 => 42 + 359 => 48 + 361 => 94 + 363 => 117 + 364 => 102 and 138 + 366 => 37 + 368 => 136 + 369 => 3 + 372 => 109 + 373 => 1 + 387 => 145 + 389 => 99 + 392 => 75 + 393 => 97 Class: public com.volmit.iris.gen.atomics.AtomicSliverMap NameNotChanged Source: "AtomicSliverMap.java" FieldsOf: com.volmit.iris.gen.atomics.AtomicSliverMap - private boolean parallaxGenerated => b - private final com.volmit.iris.gen.atomics.AtomicSliver[] slivers => a + private boolean parallaxGenerated => a + private final com.volmit.iris.gen.atomics.AtomicSliver[] slivers => c private com.volmit.iris.util.KMap structures => d - private boolean worldGenerated => c + private boolean worldGenerated => b MethodsOf: com.volmit.iris.gen.atomics.AtomicSliverMap static void () SignatureNotChanged public void () SignatureNotChanged @@ -4511,103 +4913,103 @@ Class: public com.volmit.iris.gen.atomics.AtomicSliverMap NameNotChanged public void write(java.io.OutputStream) SignatureNotChanged public void write(org.bukkit.generator.ChunkGenerator$ChunkData, org.bukkit.generator.ChunkGenerator$BiomeGrid, com.volmit.iris.util.HeightMap) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicSliverMap - 22 => 33, 41, 62, 75, 82 and 90 - 25 => 99 - 26 => 47 - 27 => 7 - 28 => 76 - 31 => 44 - 32 => 1 - 33 => 65 - 34 => 23 - 35 => 5 - 37 => 52 and 91 - 39 => 25 and 72 - 41 => 60 - 44 => 13 - 56 => 29 - 57 => 83 - 61 => 16 - 63 => 46 - 65 => 87 - 68 => 59 - 70 => 58 - 72 => 88 - 74 => 84 - 77 => 18 - 82 => 40 - 83 => 28 - 84 => 97 - 86 => 71 and 74 - 90 => 21 - 93 => 14 - 95 => 70 - 96 => 27 - 99 => 22 - 101 => 34 - 103 => 57 - 105 => 32 - 107 => 73 - 109 => 98 - 111 => 53 - 113 => 55 - 115 => 68 - 116 => 89 - 118 => 81 - 120 => 35 - 122 => 61 - 123 => 78 - 124 => 64 - 126 => 100 - 127 => 80 - 131 => 95 - 132 => 2 - 133 => 94 - 135 => 6 and 93 - 139 => 69 - 142 => 79 - 144 => 31 - 145 => 12 - 148 => 17 - 149 => 86 - 150 => 9 and 24 - 152 => 4 - 155 => 50 - 156 => 56 - 158 => 30 and 38 - 160 => 51 - 162 => 45 - 166 => 36 - 171 => 43 and 85 - 173 => 11 - 175 => 19 - 176 => 20 - 177 => 39 - 180 => 92 - 184 => 48 and 63 - 186 => 37 - 188 => 77 - 192 => 8 and 66 - 194 => 26 - 196 => 67 - 200 => 10 - 205 => 3 and 54 - 207 => 42 and 49 - 209 => 96 - 212 => 15 + 22 => 34, 35, 46, 69, 79 and 100 + 25 => 17 + 26 => 65 + 27 => 59 + 28 => 93 + 31 => 43 + 32 => 98 + 33 => 32 + 34 => 39 + 35 => 22 + 37 => 16 and 97 + 39 => 26 and 64 + 41 => 75 + 44 => 8 + 56 => 72 + 57 => 70 + 61 => 28 + 63 => 89 + 65 => 73 + 68 => 1 + 70 => 48 + 72 => 84 + 74 => 85 + 77 => 68 + 82 => 61 + 83 => 92 + 84 => 44 + 86 => 3 and 82 + 90 => 4 + 93 => 41 + 95 => 88 + 96 => 29 + 99 => 90 + 101 => 6 + 103 => 37 + 105 => 81 + 107 => 96 + 109 => 21 + 111 => 83 + 113 => 24 + 115 => 60 + 116 => 13 + 118 => 20 + 120 => 67 + 122 => 50 + 123 => 54 + 124 => 25 + 126 => 63 + 127 => 71 + 131 => 27 + 132 => 56 + 133 => 99 + 135 => 2 and 95 + 139 => 33 + 142 => 57 + 144 => 40 + 145 => 86 + 148 => 94 + 149 => 9 + 150 => 12 and 52 + 152 => 87 + 155 => 42 + 156 => 51 + 158 => 14 and 77 + 160 => 30 + 162 => 74 + 166 => 19 + 171 => 10 and 47 + 173 => 53 + 175 => 58 + 176 => 55 + 177 => 11 + 180 => 80 + 184 => 15 and 23 + 186 => 5 + 188 => 18 + 192 => 7 and 78 + 194 => 62 + 196 => 38 + 200 => 36 + 205 => 66 and 76 + 207 => 31 and 49 + 209 => 45 + 212 => 91 Class: public com.volmit.iris.gen.atomics.AtomicWorldData NameNotChanged Source: "AtomicWorldData.java" FieldsOf: com.volmit.iris.gen.atomics.AtomicWorldData - private long last => f - private com.volmit.iris.util.KMap lastChunk => d - private com.volmit.iris.util.KMap lastRegion => g - private com.volmit.iris.util.KMap loadedChunks => e + private long last => b + private com.volmit.iris.util.KMap lastChunk => e + private com.volmit.iris.util.KMap lastRegion => c + private com.volmit.iris.util.KMap loadedChunks => h private com.volmit.iris.util.KMap loadedSections => i - private java.lang.String prefix => h - private com.volmit.iris.util.KList unloadChunks => b - private com.volmit.iris.util.KList unloadRegions => a - private org.bukkit.World world => c + private java.lang.String prefix => a + private com.volmit.iris.util.KList unloadChunks => f + private com.volmit.iris.util.KList unloadRegions => d + private org.bukkit.World world => g MethodsOf: com.volmit.iris.gen.atomics.AtomicWorldData static void () SignatureNotChanged public void (org.bukkit.World, java.lang.String) SignatureNotChanged @@ -4633,138 +5035,146 @@ Class: public com.volmit.iris.gen.atomics.AtomicWorldData NameNotChanged public void unloadAll(boolean) SignatureNotChanged public boolean unloadSection(com.volmit.iris.util.ChunkPosition, boolean) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.AtomicWorldData - 25 => 80 - 28 => 62 - 30 => 63 - 31 => 104 - 32 => 66 - 33 => 52 - 34 => 134 - 35 => 95 - 36 => 89 - 37 => 85 - 38 => 32 - 39 => 48 - 43 => 130 - 62 => 69 - 64 => 11 and 17 - 66 => 10 - 68 => 119 - 72 => 96 - 74 => 3 and 6 - 76 => 36 - 79 => 55 - 80 => 12 - 81 => 4 - 82 => 47 - 92 => 84 - 97 => 61 - 107 => 56 - 109 => 40 - 110 => 54 - 113 => 19 - 115 => 90 - 118 => 129 - 119 => 88 - 120 => 83 - 130 => 131 - 132 => 28 - 134 => 102 - 137 => 22 - 138 => 98 - 139 => 116 - 140 => 31 - 141 => 128 - 142 => 51 - 147 => 33 and 113 - 149 => 59 - 151 => 27 - 155 => 23 and 120 - 157 => 67 - 158 => 50 - 160 => 35 - 162 => 110 - 165 => 91 - 169 => 105 - 171 => 74 - 173 => 60 - 174 => 38 - 175 => 86 - 176 => 93 - 179 => 29 - 180 => 99 - 181 => 82 - 185 => 58 - 186 => 87 - 187 => 109 - 189 => 132 - 192 => 127 - 193 => 106 - 194 => 21 - 196 => 25 - 206 => 115 - 207 => 112 - 209 => 101 - 212 => 1 - 214 => 78 - 217 => 107 - 219 => 118 - 221 => 108 - 222 => 77 - 223 => 45 - 226 => 124 - 227 => 37 - 228 => 18 - 229 => 30 - 230 => 92 - 231 => 34 - 236 => 15 - 241 => 16 - 243 => 57 - 246 => 125 - 247 => 111 - 249 => 42 - 254 => 117 - 259 => 122 - 264 => 14 - 269 => 43 - 271 => 76 - 274 => 7 - 276 => 70 and 71 - 278 => 2 - 280 => 46 - 283 => 133 - 285 => 123 - 286 => 126 - 290 => 41 - 292 => 9 and 79 - 294 => 94 - 298 => 5 - 299 => 20 - 301 => 53 - 303 => 64 - 307 => 100 - 309 => 44 and 114 - 311 => 75 - 313 => 97 - 316 => 81 - 318 => 68 - 319 => 65 - 323 => 24 and 72 - 327 => 13 - 328 => 73 - 330 => 49 - 332 => 26 - 336 => 103 - 337 => 39 - 341 => 121 - 346 => 8 + 25 => 84 + 29 => 2 + 30 => 42 + 31 => 118 + 32 => 10 + 33 => 56 + 34 => 32 + 35 => 47 + 36 => 65 + 37 => 24 + 38 => 67 + 39 => 81 + 43 => 30 + 62 => 12 + 64 => 107 + 66 => 70 + 67 => 73 + 68 => 90 + 72 => 55 + 74 => 109 + 76 => 8 + 77 => 61 + 79 => 59 + 80 => 113 + 81 => 68 + 82 => 111 + 92 => 52 + 97 => 45 + 107 => 77 + 109 => 110 + 110 => 100 + 113 => 62 + 115 => 58 + 118 => 25 + 119 => 117 + 120 => 76 + 130 => 124 + 132 => 40 + 134 => 89 + 137 => 95 + 138 => 121 + 139 => 37 + 140 => 91 + 141 => 57 + 142 => 31 + 147 => 63 + 149 => 29 + 150 => 7 + 151 => 130 + 155 => 4 + 157 => 9 + 158 => 36 + 160 => 122 + 162 => 53 + 164 => 96 + 165 => 85 + 169 => 99 + 171 => 127 + 173 => 26 + 174 => 6 + 175 => 49 + 176 => 14 + 179 => 66 + 180 => 112 + 181 => 78 + 185 => 128 + 186 => 28 + 187 => 20 + 189 => 17 + 192 => 105 + 193 => 115 + 194 => 133 + 196 => 11 + 206 => 88 + 207 => 134 + 209 => 94 + 212 => 123 + 214 => 83 + 217 => 50 + 219 => 92 + 221 => 69 + 222 => 5 + 223 => 114 + 226 => 3 + 227 => 79 + 228 => 86 + 229 => 23 + 230 => 22 + 231 => 35 + 236 => 33 + 241 => 54 + 243 => 98 + 246 => 16 + 247 => 131 + 249 => 132 + 254 => 87 + 259 => 21 + 264 => 103 + 269 => 38 + 271 => 80 + 274 => 48 + 276 => 74 + 278 => 27 + 280 => 93 + 283 => 13 + 285 => 97 + 286 => 15 + 288 => 51 + 290 => 44 + 292 => 64 + 294 => 126 + 298 => 82 + 301 => 101 + 303 => 46 + 304 => 116 + 305 => 18 + 307 => 108 + 309 => 34 + 311 => 125 + 313 => 39 + 316 => 43 + 318 => 119 + 319 => 129 + 321 => 60 + 323 => 104 + 327 => 19 + 330 => 71 + 332 => 120 + 333 => 75 + 334 => 41 + 336 => 72 + 337 => 1 + 341 => 102 + 346 => 106 Class: public com.volmit.iris.gen.atomics.MasterLock NameNotChanged Source: "MasterLock.java" FieldsOf: com.volmit.iris.gen.atomics.MasterLock - private com.volmit.iris.util.IrisLock lock => b - private com.volmit.iris.util.KMap locks => a + private com.volmit.iris.util.IrisLock lock => a + private com.volmit.iris.util.KMap locks => b MethodsOf: com.volmit.iris.gen.atomics.MasterLock static void () SignatureNotChanged public void () SignatureNotChanged @@ -4772,26 +5182,26 @@ Class: public com.volmit.iris.gen.atomics.MasterLock NameNotChanged public void lock(java.lang.String) SignatureNotChanged public void unlock(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.atomics.MasterLock - 12 => 11 + 12 => 19 13 => 14 - 14 => 13 - 15 => 15 - 19 => 17 - 20 => 4 - 24 => 1 - 25 => 20 - 27 => 5 - 30 => 6 - 31 => 16 - 32 => 18 - 33 => 9 - 37 => 2 - 38 => 19 - 40 => 3 - 43 => 7 - 44 => 8 - 45 => 10 - 46 => 12 + 14 => 16 + 15 => 17 + 19 => 12 + 20 => 3 + 24 => 2 + 25 => 8 + 27 => 4 + 30 => 20 + 31 => 1 + 32 => 9 + 33 => 13 + 37 => 15 + 38 => 10 + 40 => 11 + 43 => 18 + 44 => 6 + 45 => 5 + 46 => 7 Class: public com.volmit.iris.gen.layer.BiomeDataProvider NameNotChanged Source: "BiomeDataProvider.java" @@ -4812,24 +5222,27 @@ Class: public com.volmit.iris.gen.layer.BiomeDataProvider NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.BiomeDataProvider - 12 => 2, 3, 6, 8, 10, 12 and 13 - 19 => 7 - 21 => 4 - 22 => 11 - 23 => 5 - 24 => 9 - 28 => 14 - 33 => 1 + 12 => 3, 4, 7 and 12 + 15 => 13 + 16 => 8 + 17 => 9 + 20 => 1 + 21 => 5 + 22 => 6 + 23 => 14 + 24 => 2 + 28 => 11 + 33 => 10 Class: public com.volmit.iris.gen.layer.GenLayerBiome NameNotChanged Source: "GenLayerBiome.java" FieldsOf: com.volmit.iris.gen.layer.GenLayerBiome - private com.volmit.iris.noise.CNG bridgeGenerator => f - private com.volmit.iris.gen.layer.BiomeDataProvider caveProvider => c - private com.volmit.iris.gen.DimensionChunkGenerator iris => b - private com.volmit.iris.gen.layer.BiomeDataProvider landProvider => e - private com.volmit.iris.noise.CNG regionGenerator => g - private com.volmit.iris.gen.layer.BiomeDataProvider seaProvider => d + private com.volmit.iris.noise.CNG bridgeGenerator => c + private com.volmit.iris.gen.layer.BiomeDataProvider caveProvider => g + private com.volmit.iris.gen.DimensionChunkGenerator iris => e + private com.volmit.iris.gen.layer.BiomeDataProvider landProvider => d + private com.volmit.iris.noise.CNG regionGenerator => f + private com.volmit.iris.gen.layer.BiomeDataProvider seaProvider => b private com.volmit.iris.gen.layer.BiomeDataProvider shoreProvider => a MethodsOf: com.volmit.iris.gen.layer.GenLayerBiome static void () SignatureNotChanged @@ -4855,71 +5268,80 @@ Class: public com.volmit.iris.gen.layer.GenLayerBiome NameNotChanged public com.volmit.iris.util.BiomeResult implode(double, double, com.volmit.iris.object.IrisRegion, com.volmit.iris.noise.CNG, com.volmit.iris.util.BiomeResult, int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.GenLayerBiome - 20 => 15, 21, 22, 37, 41, 54, 56 and 62 - 21 => 4, 43 and 44 - 34 => 73 - 35 => 58 - 36 => 55 - 37 => 36 - 38 => 1 - 39 => 2 + 20 => 5 + 21 => 3, 12 and 71 + 24 => 14 + 25 => 19 + 26 => 57 + 27 => 66 + 28 => 52 + 29 => 31 + 30 => 28 + 34 => 37 + 35 => 6 + 36 => 40 + 37 => 65 + 38 => 41 + 39 => 64 40 => 23 - 41 => 18 - 42 => 38 - 46 => 46 - 48 => 10 - 49 => 28 - 52 => 3 - 53 => 24 - 55 => 25 - 65 => 52 - 70 => 50 - 72 => 6 - 75 => 66 - 77 => 61 - 80 => 11 - 82 => 59 - 85 => 76 - 87 => 51 - 92 => 35 - 95 => 5 - 100 => 71 - 105 => 27 - 106 => 65 - 107 => 20 - 109 => 29 - 111 => 72 - 114 => 34 - 116 => 33 - 119 => 8 - 121 => 39 - 126 => 14 and 63 - 128 => 7 - 130 => 19 - 134 => 31 and 74 - 136 => 69 - 138 => 67 - 142 => 16 - 144 => 70 - 147 => 32 - 148 => 47 - 149 => 53 - 150 => 17 - 152 => 68 - 157 => 26 - 162 => 48 - 167 => 60 - 169 => 9 - 172 => 75 - 173 => 64 - 175 => 45 - 177 => 13 - 178 => 30 - 179 => 49 - 180 => 12 - 181 => 57 - 183 => 42 - 186 => 40 + 41 => 58 + 42 => 18 + 46 => 4 + 48 => 22 + 49 => 74 + 52 => 45 + 53 => 69 + 55 => 34 + 65 => 7 + 70 => 36 + 72 => 67 + 75 => 38 + 77 => 73 + 80 => 75 + 82 => 17 + 85 => 27 + 87 => 33 + 92 => 70 + 95 => 68 + 100 => 59 + 105 => 10 + 106 => 55 + 107 => 1 + 109 => 42 + 111 => 9 + 114 => 39 + 116 => 16 + 119 => 54 + 121 => 24 + 126 => 32 + 128 => 53 + 130 => 26 + 132 => 44 + 134 => 20 + 136 => 29 + 138 => 43 + 140 => 51 + 142 => 30 + 144 => 72 + 147 => 50 + 148 => 35 + 149 => 49 + 150 => 46 + 152 => 63 + 157 => 56 + 162 => 2 + 167 => 47 + 169 => 48 + 172 => 8 + 173 => 60 + 175 => 62 + 177 => 25 + 178 => 21 + 179 => 15 + 180 => 13 + 181 => 11 + 183 => 76 + 186 => 61 Class: public com.volmit.iris.gen.layer.GenLayerCarve NameNotChanged Source: "GenLayerCarve.java" @@ -4930,16 +5352,16 @@ Class: public com.volmit.iris.gen.layer.GenLayerCarve NameNotChanged public boolean isCarved(int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.GenLayerCarve 16 => 9 - 17 => 11 - 18 => 6 + 17 => 5 + 18 => 1 22 => 8 - 24 => 4 - 27 => 2 - 28 => 1 - 30 => 5 - 32 => 10 - 34 => 7 - 37 => 3 + 24 => 11 + 27 => 4 + 28 => 7 + 30 => 10 + 32 => 3 + 34 => 2 + 37 => 6 Class: public com.volmit.iris.gen.layer.GenLayerCave NameNotChanged Source: "GenLayerCave.java" @@ -4947,6 +5369,7 @@ Class: public com.volmit.iris.gen.layer.GenLayerCave NameNotChanged public static final org.bukkit.block.data.BlockData AIR NameNotChanged public static final org.bukkit.block.data.BlockData CAVE_AIR NameNotChanged private static final com.volmit.iris.util.KList EMPTY => b + public static boolean bad NameNotChanged private com.volmit.iris.noise.FastNoise gg => a MethodsOf: com.volmit.iris.gen.layer.GenLayerCave static void () SignatureNotChanged @@ -4958,88 +5381,89 @@ Class: public com.volmit.iris.gen.layer.GenLayerCave NameNotChanged public com.volmit.iris.util.KList genCaves(double, double, int, int, com.volmit.iris.gen.atomics.AtomicSliver) SignatureNotChanged public void generateCave(com.volmit.iris.util.KList, double, double, int, int, com.volmit.iris.gen.atomics.AtomicSliver, com.volmit.iris.object.IrisCaveLayer, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.GenLayerCave - 21 => 74 - 22 => 84 - 23 => 67 - 29 => 63 - 30 => 48 - 32 => 5 - 36 => 62 - 38 => 11 - 41 => 44 - 42 => 7 - 43 => 21 - 44 => 10 - 46 => 15 and 32 - 48 => 57 - 49 => 82 - 52 => 71 - 57 => 51 - 59 => 55 - 60 => 59 - 61 => 41 - 62 => 72 - 63 => 43 - 64 => 4 - 65 => 64 - 67 => 50 - 68 => 29 - 70 => 13 and 47 - 72 => 45 - 73 => 46 - 75 => 17 - 76 => 76 - 77 => 3 - 79 => 68 - 81 => 80 - 84 => 1 - 86 => 70 - 89 => 27 - 91 => 37 - 94 => 35 - 96 => 79 - 97 => 22 - 98 => 20 - 99 => 18 - 101 => 26 - 103 => 6 - 104 => 73 - 110 => 66 - 112 => 36 - 113 => 23 - 115 => 56 - 117 => 78 - 119 => 77 - 120 => 53 - 122 => 30 - 124 => 42 - 125 => 9 - 127 => 38 - 129 => 58 - 130 => 65 - 137 => 81 - 139 => 24 - 140 => 75 - 143 => 52 - 145 => 25 - 147 => 34 - 148 => 31 - 155 => 2 - 157 => 16 - 159 => 54 - 163 => 61 - 164 => 12 - 165 => 28 - 166 => 39 - 167 => 40 - 169 => 49 - 171 => 60 - 172 => 69 - 173 => 14 - 176 => 83 - 181 => 33 - 186 => 8 - 191 => 19 + 21 => 46 + 22 => 25 + 23 => 15 + 24 => 49 + 30 => 47 + 31 => 10 + 33 => 40 + 37 => 57 + 39 => 36 + 42 => 48 + 43 => 50 + 44 => 1 + 45 => 73 + 47 => 3 and 41 + 49 => 23 + 50 => 39 + 53 => 55 + 58 => 11 + 60 => 45 + 61 => 56 + 62 => 70 + 63 => 81 + 64 => 62 + 65 => 53 + 66 => 37 + 68 => 13 + 69 => 29 + 71 => 21 and 59 + 73 => 14 + 74 => 85 + 76 => 64 + 77 => 9 + 78 => 6 + 80 => 27 + 82 => 61 + 85 => 58 + 87 => 78 + 90 => 42 + 92 => 51 + 95 => 68 + 97 => 80 + 98 => 22 + 99 => 2 + 100 => 7 + 102 => 75 + 104 => 19 + 105 => 72 + 111 => 65 + 113 => 66 + 114 => 24 + 116 => 30 + 118 => 79 + 120 => 17 + 121 => 26 + 123 => 74 + 125 => 71 + 126 => 8 + 128 => 60 + 130 => 33 + 131 => 69 + 138 => 77 + 140 => 63 + 141 => 4 + 144 => 43 + 146 => 16 + 148 => 12 + 149 => 32 + 156 => 28 + 158 => 20 + 160 => 83 + 164 => 67 + 165 => 76 + 166 => 82 + 167 => 18 + 168 => 52 + 170 => 35 + 172 => 5 + 173 => 34 + 174 => 38 + 177 => 31 + 182 => 84 + 187 => 54 + 192 => 44 Class: public com.volmit.iris.gen.layer.GenLayerText NameNotChanged Source: "GenLayerText.java" @@ -5050,42 +5474,41 @@ Class: public com.volmit.iris.gen.layer.GenLayerText NameNotChanged static void () SignatureNotChanged public void (com.volmit.iris.gen.DimensionChunkGenerator, com.volmit.iris.util.RNG) SignatureNotChanged public com.volmit.iris.object.IrisObject createTextObject(java.lang.String, java.lang.String, int, org.bukkit.block.data.BlockData) SignatureNotChanged - private synthetic com.volmit.iris.object.IrisObject lambda$0() SignatureNotChanged + private synthetic com.volmit.iris.object.IrisObject lambda$getDebug$0() SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.GenLayerText - 20 => 22 - 22 => 21 - 26 => 15 - 27 => 18 - 33 => 19 + 20 => 12 + 22 => 1 + 26 => 20 + 27 => 22 + 33 => 14 39 => 11 - 40 => 3 - 41 => 10 - 42 => 20 - 43 => 13 - 44 => 4 - 45 => 16 - 46 => 17 - 47 => 6 - 48 => 8 + 40 => 13 + 41 => 3 + 42 => 16 + 43 => 4 + 44 => 18 + 45 => 6 + 46 => 15 + 47 => 5 + 48 => 9 49 => 2 and 7 - 51 => 9 and 12 - 53 => 1 - 55 => 14 - 60 => 5 + 51 => 8 and 21 + 53 => 10 + 55 => 19 + 60 => 17 Class: public com.volmit.iris.gen.layer.GenLayerUpdate NameNotChanged Source: "GenLayerUpdate.java" FieldsOf: com.volmit.iris.gen.layer.GenLayerUpdate - private static int a => b - private com.volmit.iris.gen.ParallaxChunkGenerator gen => c - private com.volmit.iris.util.RNG rng => a + private static int[] a => b + private com.volmit.iris.gen.ParallaxChunkGenerator gen => d + private com.volmit.iris.util.RNG rng => c MethodsOf: com.volmit.iris.gen.layer.GenLayerUpdate static void () SignatureNotChanged public void (com.volmit.iris.gen.ParallaxChunkGenerator, org.bukkit.World) SignatureNotChanged - public static int a() => b() - public static void a(int) => b(int) + public static int[] a() => b() + public static void a(int[]) => b(int[]) public void addItems(boolean, org.bukkit.inventory.Inventory, com.volmit.iris.util.RNG, com.volmit.iris.util.KList, com.volmit.iris.object.InventorySlotType, int, int, int, int) SignatureNotChanged - public static int b() => a() public com.volmit.iris.util.KList getLootTables(com.volmit.iris.util.RNG, org.bukkit.block.Block) SignatureNotChanged public void injectTables(com.volmit.iris.util.KList, com.volmit.iris.object.IrisLootReference) SignatureNotChanged public void populate(org.bukkit.World, java.util.Random, org.bukkit.Chunk) SignatureNotChanged @@ -5094,114 +5517,117 @@ Class: public com.volmit.iris.gen.layer.GenLayerUpdate NameNotChanged public void updateLight(org.bukkit.block.Block, org.bukkit.block.data.BlockData) SignatureNotChanged public void updateStorage(org.bukkit.block.Block, org.bukkit.block.data.BlockData, int, int, com.volmit.iris.util.RNG) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.layer.GenLayerUpdate - 35 => 31 - 37 => 116 - 38 => 4 - 39 => 108 - 44 => 97 - 45 => 7 - 46 => 27 - 48 => 16 and 82 - 50 => 46 and 109 - 52 => 38 and 83 - 54 => 11 - 56 => 53 - 59 => 102 - 63 => 75 - 64 => 89 - 65 => 106 - 69 => 2 - 70 => 117 - 72 => 30 - 74 => 61 - 75 => 68 - 77 => 37 - 79 => 87 - 81 => 92 - 85 => 64 - 87 => 101 - 90 => 9 - 91 => 18 - 95 => 71 - 96 => 114 - 97 => 72 - 98 => 14 - 99 => 8 - 100 => 54 - 101 => 99 - 102 => 48 - 103 => 60 - 104 => 100 - 105 => 67 - 106 => 74 - 108 => 42 - 110 => 34 - 111 => 47 - 112 => 43 - 115 => 86 - 117 => 59 - 119 => 103 and 115 - 121 => 79 - 124 => 22 and 112 - 126 => 15 - 130 => 118 - 135 => 58 - 137 => 52 and 65 - 139 => 62 - 140 => 19 and 28 - 142 => 66 - 143 => 29 - 146 => 44 and 107 - 148 => 76 - 151 => 80 - 153 => 63 - 157 => 35 - 158 => 57 - 162 => 84 - 164 => 81 - 166 => 13 - 169 => 55 - 171 => 88 - 175 => 94 - 176 => 5 - 177 => 111 - 179 => 85 - 181 => 40 - 185 => 56 - 189 => 96 - 191 => 36 and 93 - 193 => 69 - 195 => 110 - 198 => 21 - 201 => 91 - 202 => 25 - 203 => 70 - 205 => 17 and 45 - 207 => 90 - 209 => 50 - 211 => 32 - 212 => 1 - 213 => 73 - 215 => 49 - 217 => 39 - 218 => 105 - 219 => 98 - 223 => 51 - 224 => 23 - 225 => 119 - 226 => 24 - 227 => 95 - 228 => 33 - 230 => 26 - 234 => 10 - 237 => 78 - 239 => 113 - 243 => 3 and 77 - 245 => 104 - 247 => 6 - 251 => 41 - 252 => 12 - 253 => 20 + 36 => 103 + 37 => 13 + 38 => 8 + 39 => 3 + 44 => 77 + 45 => 10 + 46 => 6 + 48 => 29 and 102 + 50 => 75 and 104 + 52 => 56 + 54 => 36 + 56 => 64 + 59 => 69 + 60 => 53 + 63 => 71 + 64 => 80 + 65 => 5 + 69 => 55 + 70 => 90 + 72 => 37 + 74 => 54 + 77 => 59 + 79 => 52 + 81 => 19 + 85 => 99 + 87 => 65 + 90 => 51 + 91 => 107 + 95 => 83 + 96 => 106 + 97 => 58 + 98 => 87 + 99 => 88 + 100 => 48 + 101 => 70 + 102 => 15 + 103 => 115 + 104 => 12 + 105 => 113 + 106 => 26 + 108 => 79 + 110 => 66 + 111 => 95 + 112 => 78 + 115 => 73 + 117 => 112 + 119 => 96 + 121 => 92 + 124 => 20 + 126 => 101 + 130 => 81 + 135 => 111 + 137 => 33 and 60 + 139 => 24 + 140 => 84 + 142 => 42 + 143 => 43 + 144 => 85 + 146 => 114 + 148 => 21 + 149 => 39 + 151 => 82 + 153 => 47 + 157 => 86 + 158 => 35 + 162 => 1 + 164 => 100 + 166 => 110 + 169 => 40 + 171 => 23 + 175 => 109 + 176 => 49 + 179 => 74 + 181 => 34 + 182 => 45 + 185 => 91 + 189 => 17 + 191 => 94 and 105 + 193 => 41 + 195 => 57 + 198 => 27 + 201 => 18 + 202 => 98 + 203 => 9 + 205 => 4 + 207 => 14 + 209 => 38 + 211 => 11 + 212 => 25 + 213 => 63 + 215 => 67 + 217 => 32 + 218 => 46 + 223 => 97 + 224 => 30 + 225 => 2 + 226 => 72 + 227 => 61 + 228 => 93 + 230 => 7 + 234 => 76 + 237 => 22 + 239 => 62 + 241 => 68 + 243 => 28 + 245 => 16 + 246 => 50 + 247 => 108 + 251 => 44 + 252 => 89 + 253 => 31 Class: public abstract annotation com.volmit.iris.gen.post.Post NameNotChanged Source: "Post.java" @@ -5220,27 +5646,27 @@ Class: public com.volmit.iris.gen.post.PostFloatingNibDeleter NameNotChanged public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostFloatingNibDeleter 14 => 18 - 19 => 20 - 20 => 4 - 31 => 15 - 32 => 7 - 34 => 5 - 36 => 3 - 39 => 6 - 40 => 1 - 41 => 12 - 42 => 21 - 43 => 14 - 44 => 9 - 45 => 19 - 46 => 16 - 48 => 13 - 50 => 11 - 52 => 10 and 22 - 54 => 17 - 56 => 23 - 57 => 2 - 61 => 8 + 19 => 15 + 20 => 22 + 31 => 5 + 32 => 20 + 34 => 4 + 36 => 19 + 39 => 3 + 40 => 14 + 41 => 11 + 42 => 17 + 43 => 21 + 44 => 7 + 45 => 8 + 46 => 6 + 48 => 12 + 50 => 16 + 52 => 2 and 23 + 54 => 9 + 56 => 1 + 57 => 10 + 61 => 13 Class: public com.volmit.iris.gen.post.PostNibSmoother NameNotChanged Source: "PostNibSmoother.java" @@ -5249,26 +5675,26 @@ Class: public com.volmit.iris.gen.post.PostNibSmoother NameNotChanged public void (com.volmit.iris.gen.PostBlockChunkGenerator, int) SignatureNotChanged public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostNibSmoother - 17 => 2 - 18 => 17 - 29 => 20 - 30 => 15 - 31 => 7 - 32 => 19 - 33 => 4 - 34 => 16 - 35 => 11 - 36 => 14 - 37 => 1 - 38 => 18 - 40 => 12 - 42 => 6 - 43 => 10 - 44 => 13 - 46 => 9 - 48 => 5 - 49 => 3 - 52 => 8 + 17 => 15 + 18 => 12 + 29 => 9 + 30 => 16 + 31 => 8 + 32 => 10 + 33 => 14 + 34 => 13 + 35 => 7 + 36 => 3 + 37 => 4 + 38 => 5 + 40 => 2 + 42 => 18 + 43 => 20 + 44 => 19 + 46 => 1 + 48 => 11 + 49 => 17 + 52 => 6 Class: public com.volmit.iris.gen.post.PostPotholeFiller NameNotChanged Source: "PostPotholeFiller.java" @@ -5277,22 +5703,22 @@ Class: public com.volmit.iris.gen.post.PostPotholeFiller NameNotChanged public void (com.volmit.iris.gen.PostBlockChunkGenerator, int) SignatureNotChanged public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostPotholeFiller - 15 => 8 - 16 => 14 - 27 => 13 - 28 => 1 + 15 => 13 + 16 => 2 + 27 => 5 + 28 => 7 29 => 15 - 30 => 5 - 31 => 16 - 32 => 11 - 33 => 2 - 34 => 7 - 35 => 4 + 30 => 1 + 31 => 11 + 32 => 16 + 33 => 10 + 34 => 14 + 35 => 6 36 => 9 - 38 => 6 - 40 => 3 - 41 => 12 - 43 => 10 + 38 => 3 + 40 => 4 + 41 => 8 + 43 => 12 Class: public com.volmit.iris.gen.post.PostSlabber NameNotChanged Source: "PostSlabber.java" @@ -5303,76 +5729,75 @@ Class: public com.volmit.iris.gen.post.PostSlabber NameNotChanged MethodsOf: com.volmit.iris.gen.post.PostSlabber static void () SignatureNotChanged public void (com.volmit.iris.gen.PostBlockChunkGenerator, int) SignatureNotChanged - private synthetic void lambda$0(int, int, int, org.bukkit.block.data.BlockData, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged + private synthetic void lambda$onPost$0(int, int, int, org.bukkit.block.data.BlockData, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostSlabber - 15 => 12 - 16 => 10 - 22 => 16 - 23 => 9 - 24 => 3 - 35 => 4 - 36 => 15 - 37 => 7 - 38 => 5 - 39 => 22 - 41 => 2 - 43 => 8 - 45 => 1 - 47 => 11 - 49 => 6 - 52 => 20 - 54 => 13 - 57 => 19 - 59 => 24 - 62 => 14 - 64 => 17 - 66 => 18 - 67 => 23 - 68 => 25 - 72 => 21 + 15 => 2 + 16 => 1 + 22 => 3 + 23 => 19 + 24 => 10 + 35 => 22 + 36 => 12 + 37 => 24 + 38 => 18 + 39 => 9 + 41 => 13 + 43 => 21 + 45 => 17 + 47 => 5 + 49 => 4 + 52 => 11 + 54 => 20 + 57 => 14 + 59 => 25 + 62 => 6 + 64 => 7 + 66 => 8 + 67 => 16 + 68 => 23 + 72 => 15 Class: public com.volmit.iris.gen.post.PostWallPatcher NameNotChanged Source: "PostWallPatcher.java" FieldsOf: com.volmit.iris.gen.post.PostWallPatcher public static final org.bukkit.Material AIR NameNotChanged - private static int a => d + private static java.lang.String[] a => d private com.volmit.iris.util.RNG rng => e MethodsOf: com.volmit.iris.gen.post.PostWallPatcher static void () SignatureNotChanged public void (com.volmit.iris.gen.PostBlockChunkGenerator, int) SignatureNotChanged - public static int a() => b() - public static void a(int) => b(int) - public static int b() => a() + public static java.lang.String[] a() => b() + public static void a(java.lang.String[]) => b(java.lang.String[]) public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostWallPatcher - 16 => 26 - 22 => 14 - 23 => 6 - 24 => 2 - 35 => 15 - 38 => 11 - 40 => 8 - 41 => 24 - 42 => 22 - 43 => 18 - 44 => 3 - 46 => 16 - 48 => 23 - 49 => 27 - 51 => 12 - 53 => 13 - 55 => 17 - 56 => 21 - 60 => 7 and 9 - 62 => 4 - 64 => 28 + 16 => 3 + 22 => 20 + 23 => 26 + 24 => 14 + 35 => 17 + 38 => 1 + 40 => 13 + 41 => 2 + 42 => 12 + 43 => 11 + 44 => 8 + 46 => 28 + 48 => 24 + 49 => 23 + 51 => 4 + 53 => 21 + 55 => 16 + 56 => 22 + 60 => 18 and 25 + 62 => 27 + 64 => 6 66 => 10 - 68 => 20 - 71 => 25 - 73 => 5 - 76 => 19 - 81 => 1 + 68 => 7 + 71 => 19 + 73 => 15 + 76 => 5 + 81 => 9 Class: public com.volmit.iris.gen.post.PostWaterlogger NameNotChanged Source: "PostWaterlogger.java" @@ -5383,266 +5808,333 @@ Class: public com.volmit.iris.gen.post.PostWaterlogger NameNotChanged public void (com.volmit.iris.gen.PostBlockChunkGenerator, int) SignatureNotChanged public void onPost(int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData) SignatureNotChanged LineNumbersOf: com.volmit.iris.gen.post.PostWaterlogger - 16 => 3 - 21 => 4 - 22 => 16 - 33 => 8 - 34 => 5 - 36 => 18 - 38 => 13 - 40 => 10 - 42 => 6 + 16 => 11 + 21 => 2 + 22 => 6 + 33 => 19 + 34 => 14 + 36 => 12 + 38 => 18 + 40 => 17 + 42 => 4 45 => 7 - 47 => 15 - 48 => 2 - 49 => 9 - 51 => 20 - 53 => 21 - 54 => 11 - 56 => 1 - 58 => 19 - 60 => 12 - 62 => 14 - 65 => 17 + 47 => 3 + 48 => 9 + 51 => 15 + 53 => 8 + 54 => 5 + 56 => 13 + 58 => 20 + 60 => 16 + 62 => 10 + 65 => 1 -Class: public com.volmit.iris.gui.NoiseView NameNotChanged - Source: "NoiseView.java" - FieldsOf: com.volmit.iris.gui.NoiseView - private static java.lang.String[] a => w - static double ascale => b - com.volmit.iris.noise.CNG cng => t - int[][] co => x - boolean colorMode => r - static javax.swing.JComboBox combo => k - static boolean down => z - com.volmit.iris.util.GroupedExecutor gx => g - int h => i - static boolean hd => e - java.util.concurrent.locks.ReentrantLock l => n - double lx => q - double lz => a - double mx => u - static double mxx => s - double mz => j - static double mzz => y - double ox => m - static double oxp => p - double oz => l - static double ozp => d - com.volmit.iris.util.RollingSequence r => B - static com.volmit.iris.util.Function2 renderer => A - double scale => f +Class: public com.volmit.iris.gui.IrisRenderer NameNotChanged + Source: "IrisRenderer.java" + FieldsOf: com.volmit.iris.gui.IrisRenderer + private com.volmit.iris.gui.Renderer renderer => a + MethodsOf: com.volmit.iris.gui.IrisRenderer + public void (com.volmit.iris.gui.Renderer) SignatureNotChanged + public java.awt.image.BufferedImage render(double, double, double, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.gui.IrisRenderer + 12 => 8 + 13 => 5 + 14 => 11 + 18 => 6 + 21 => 4 and 10 + 23 => 3 + 25 => 2 and 7 + 27 => 9 + 28 => 1 + 32 => 12 + +Class: public com.volmit.iris.gui.IrisVision NameNotChanged + Source: "IrisVision.java" + FieldsOf: com.volmit.iris.gui.IrisVision + private static java.lang.String a => j + private final java.util.concurrent.ExecutorService e => p + private final java.util.concurrent.ExecutorService eh => b + private com.volmit.iris.util.KMap fastpositions => n + private int h => x + private short lid => i + private double lx => q + private double lz => s + private com.volmit.iris.util.O m => u + private double mscale => k + private double ox => a + private double oxp => o + private double oz => t + private double ozp => e + private int posX => c + private int posZ => g + private com.volmit.iris.util.KMap positions => l + private com.volmit.iris.gui.IrisRenderer renderer => v + private com.volmit.iris.util.RollingSequence rs => m + private double scale => r private static final long serialVersionUID NameNotChanged - double t => v - double tz => o - int w => c - MethodsOf: com.volmit.iris.gui.NoiseView + double tfps => f + private int tid => w + private int w => y + private com.volmit.iris.util.KSet working => d + private com.volmit.iris.util.KSet workingfast => h + MethodsOf: com.volmit.iris.gui.IrisVision static void () SignatureNotChanged public void () SignatureNotChanged - public static java.lang.String[] a() => b() - public static void a(java.lang.String[]) => b(java.lang.String[]) - private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged - static synthetic void access$0(com.volmit.iris.gen.IrisChunkGenerator) SignatureNotChanged - private static void createAndShowGUI(com.volmit.iris.gen.IrisChunkGenerator) => a(com.volmit.iris.gen.IrisChunkGenerator) - private synthetic void lambda$0(int, int) SignatureNotChanged - private synthetic void lambda$1() SignatureNotChanged + public static java.lang.String a() => b() + public static void a(java.lang.String) => b(java.lang.String) + static synthetic int access$000(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic int access$008(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$100(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$102(com.volmit.iris.gui.IrisVision, double) SignatureNotChanged + static synthetic double access$200(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$202(com.volmit.iris.gui.IrisVision, double) SignatureNotChanged + static synthetic double access$300(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$302(com.volmit.iris.gui.IrisVision, double) SignatureNotChanged + static synthetic double access$400(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$500(com.volmit.iris.gui.IrisVision) SignatureNotChanged + static synthetic double access$502(com.volmit.iris.gui.IrisVision, double) SignatureNotChanged + private static void createAndShowGUI(com.volmit.iris.gui.Renderer, short) => a(com.volmit.iris.gui.Renderer, short) + public java.awt.image.BufferedImage getTile(com.volmit.iris.util.KSet, int, int, int, com.volmit.iris.util.O) SignatureNotChanged + private synthetic void lambda$getTile$0(int, int, int, com.volmit.iris.util.BlockPosition, double, double, short) SignatureNotChanged + private synthetic void lambda$getTile$1(int, int, int, com.volmit.iris.util.BlockPosition, double, double, short) SignatureNotChanged + private static synthetic void lambda$launch$3(com.volmit.iris.gen.IrisChunkGenerator) SignatureNotChanged + private synthetic void lambda$paint$2() SignatureNotChanged public static void launch(com.volmit.iris.gen.IrisChunkGenerator) SignatureNotChanged public void mouseWheelMoved(java.awt.event.MouseWheelEvent) SignatureNotChanged public void paint(java.awt.Graphics) SignatureNotChanged - LineNumbersOf: com.volmit.iris.gui.NoiseView - 45 => 82 - 46 => 111 - 47 => 24 - 48 => 123 - 49 => 102 - 50 => 23 - 51 => 21 and 79 - 52 => 49 - 53 => 120 - 55 => 116 - 56 => 69 - 58 => 110 - 59 => 29 - 60 => 50 - 61 => 47 - 62 => 18 - 63 => 58 - 64 => 59 - 65 => 88 - 66 => 133 - 68 => 95 - 69 => 85 - 70 => 26 - 71 => 74 - 73 => 87 - 75 => 53 - 76 => 142 - 98 => 77 - 102 => 134 - 103 => 72 - 104 => 65 - 105 => 63 - 108 => 132 - 109 => 1 - 110 => 145 - 115 => 96 - 116 => 40 - 119 => 32 - 120 => 12 - 123 => 64 - 124 => 6 - 127 => 70 - 128 => 2 - 131 => 83 - 132 => 127 - 135 => 75 - 136 => 17 - 139 => 93 - 140 => 103 - 143 => 80 - 144 => 41 - 147 => 27 - 148 => 31 - 151 => 91 - 152 => 78 - 155 => 143 - 156 => 124 - 159 => 11 - 160 => 28 - 163 => 140 - 164 => 39 - 165 => 100 - 166 => 16 - 168 => 43 - 170 => 137 - 171 => 109 - 173 => 126 - 174 => 19 - 175 => 97 - 176 => 22 - 179 => 30 - 180 => 54 - 183 => 86 and 107 - 184 => 51 - 186 => 57 and 71 - 187 => 113 - 188 => 66 - 189 => 33 - 190 => 10 - 191 => 60 - 194 => 112 - 196 => 144 - 197 => 76 - 198 => 118 - 201 => 3 and 42 - 202 => 25 and 114 - 203 => 101 and 130 - 204 => 131 - 205 => 135 - 206 => 9 - 208 => 35 - 212 => 44 - 214 => 7 - 215 => 117 - 219 => 37 and 128 - 220 => 8 and 81 - 221 => 108 - 222 => 46 - 226 => 138 - 227 => 99 - 228 => 125 - 229 => 20 - 230 => 84 - 234 => 92 - 236 => 136 - 237 => 94 - 239 => 68 - 240 => 139 - 243 => 52 - 244 => 34 - 247 => 146 - 248 => 38 - 251 => 119 - 252 => 73 - 253 => 15 - 254 => 56 - 255 => 122 - 257 => 55 - 258 => 14 - 259 => 129 - 260 => 4 - 261 => 36 - 262 => 106 - 263 => 147 - 265 => 104 - 266 => 141 - 269 => 45 - 270 => 5 - 284 => 13 - 285 => 67 - 286 => 61 - 287 => 98 - 288 => 105 - 289 => 90 - 290 => 48 - 291 => 62 - 292 => 115 - 295 => 89 - 300 => 121 + LineNumbersOf: com.volmit.iris.gui.IrisVision + 34 => 31, 32, 46, 51, 68, 86, 88, 101, 104, 124 and 154 + 38 => 89 + 39 => 83 + 40 => 73 + 41 => 69 + 42 => 38 + 43 => 79 + 44 => 82 + 45 => 114 + 46 => 107 + 47 => 75 + 48 => 27 + 49 => 66 + 50 => 123 + 51 => 15 + 52 => 111 + 53 => 85 + 54 => 120 + 55 => 64 + 56 => 22 + 57 => 153 + 58 => 116 + 59 => 76 + 78 => 52 + 98 => 72 + 99 => 80 + 100 => 163 + 101 => 8 + 102 => 113 + 103 => 161 + 123 => 105 + 127 => 162 + 128 => 130 + 129 => 134 + 131 => 158 + 133 => 109 + 136 => 93 + 138 => 78 + 140 => 138 + 142 => 122 + 144 => 135 + 145 => 61 + 146 => 150 + 147 => 117 + 148 => 1 + 150 => 127 + 151 => 131 + 152 => 87 + 153 => 148 + 155 => 65 + 157 => 11 + 159 => 126 + 163 => 37 + 166 => 92 + 168 => 102 + 171 => 74 + 173 => 133 + 175 => 23 + 176 => 41 + 177 => 100 + 178 => 67 + 179 => 48 + 181 => 91 + 182 => 6 + 183 => 29 + 184 => 99 + 186 => 151 + 188 => 25 + 190 => 90 + 192 => 121 + 198 => 128 + 200 => 142 + 203 => 24 + 205 => 81 + 208 => 53 + 210 => 62 + 213 => 160 + 215 => 84 + 218 => 28 + 220 => 136 + 221 => 129 + 222 => 97 + 223 => 159 + 224 => 110 + 225 => 17 + 228 => 36 + 229 => 14 + 230 => 26 + 231 => 43 + 232 => 119 + 233 => 71 + 235 => 141 + 237 => 20 + 240 => 155 + 241 => 98 + 242 => 3 + 243 => 58 + 244 => 108 + 245 => 147 + 246 => 18 + 248 => 59 and 106 + 250 => 103 and 132 + 252 => 42 and 146 + 254 => 40 + 255 => 125 + 256 => 54 + 258 => 137 + 260 => 34 + 262 => 140 + 276 => 94 + 278 => 112 + 280 => 149 + 282 => 33 + 284 => 50 + 286 => 16 + 288 => 57 + 291 => 55 + 293 => 63 + 296 => 115 + 298 => 47 + 301 => 143 + 303 => 145 + 304 => 19 + 305 => 10 + 306 => 139 + 310 => 9 + 311 => 12 + 312 => 13 + 313 => 45 + 314 => 96 + 315 => 156 + 316 => 60 + 317 => 56 + 319 => 7 + 323 => 44 + 326 => 21 + 329 => 49 + 331 => 95 + 335 => 39 + 337 => 2 + 338 => 118 + 339 => 144 + 343 => 4 + 344 => 5 + 346 => 77 + 349 => 157 + 350 => 164 + 351 => 70 + 352 => 152 + 353 => 30 + 354 => 35 -Class: com.volmit.iris.gui.NoiseView$1 => com.volmit.iris.gui.NoiseView$a - Source: "NoiseView.java" - FieldsOf: com.volmit.iris.gui.NoiseView$1 - final synthetic com.volmit.iris.gui.NoiseView this$0 NameNotChanged - MethodsOf: com.volmit.iris.gui.NoiseView$1 - void (com.volmit.iris.gui.NoiseView) SignatureNotChanged +Class: com.volmit.iris.gui.IrisVision$1 => com.volmit.iris.gui.IrisVision$b + Source: "IrisVision.java" + FieldsOf: com.volmit.iris.gui.IrisVision$1 + final synthetic com.volmit.iris.gui.IrisVision this$0 NameNotChanged + MethodsOf: com.volmit.iris.gui.IrisVision$1 + static void () SignatureNotChanged + void (com.volmit.iris.gui.IrisVision) SignatureNotChanged + private static synthetic void lambda$newThread$0(java.lang.Thread, java.lang.Throwable) SignatureNotChanged + public java.lang.Thread newThread(java.lang.Runnable) SignatureNotChanged + LineNumbersOf: com.volmit.iris.gui.IrisVision$1 + 60 => 6 + 64 => 3 + 65 => 4 + 66 => 2 + 67 => 8 + 68 => 5 + 70 => 10 + 71 => 1 + 72 => 9 + 74 => 7 + +Class: com.volmit.iris.gui.IrisVision$2 => com.volmit.iris.gui.IrisVision$d + Source: "IrisVision.java" + FieldsOf: com.volmit.iris.gui.IrisVision$2 + final synthetic com.volmit.iris.gui.IrisVision this$0 NameNotChanged + MethodsOf: com.volmit.iris.gui.IrisVision$2 + static void () SignatureNotChanged + void (com.volmit.iris.gui.IrisVision) SignatureNotChanged + private static synthetic void lambda$newThread$0(java.lang.Thread, java.lang.Throwable) SignatureNotChanged + public java.lang.Thread newThread(java.lang.Runnable) SignatureNotChanged + LineNumbersOf: com.volmit.iris.gui.IrisVision$2 + 79 => 9 + 83 => 4 + 84 => 3 + 85 => 10 + 86 => 8 + 87 => 1 + 89 => 6 + 90 => 5 + 91 => 7 + 93 => 2 + +Class: com.volmit.iris.gui.IrisVision$3 => com.volmit.iris.gui.IrisVision$c + Source: "IrisVision.java" + FieldsOf: com.volmit.iris.gui.IrisVision$3 + final synthetic com.volmit.iris.gui.IrisVision this$0 NameNotChanged + MethodsOf: com.volmit.iris.gui.IrisVision$3 + void (com.volmit.iris.gui.IrisVision) SignatureNotChanged public void mouseDragged(java.awt.event.MouseEvent) SignatureNotChanged public void mouseMoved(java.awt.event.MouseEvent) SignatureNotChanged - LineNumbersOf: com.volmit.iris.gui.NoiseView$1 - 76 => 9 - 80 => 8 - 82 => 13 - 83 => 11 - 84 => 2 - 85 => 6 - 86 => 10 - 90 => 7 - 91 => 4 - 92 => 3 - 93 => 12 - 94 => 5 - 96 => 1 + LineNumbersOf: com.volmit.iris.gui.IrisVision$3 + 104 => 6 + 108 => 7 + 109 => 2 + 110 => 4 + 111 => 10 + 116 => 3 + 117 => 9 + 118 => 1 + 119 => 11 + 120 => 5 + 121 => 8 -Class: com.volmit.iris.gui.NoiseView$2 => com.volmit.iris.gui.NoiseView$c - Source: "NoiseView.java" - FieldsOf: com.volmit.iris.gui.NoiseView$2 - private final synthetic com.volmit.iris.gui.NoiseView val$nv NameNotChanged - MethodsOf: com.volmit.iris.gui.NoiseView$2 - static void () SignatureNotChanged - void (com.volmit.iris.gui.NoiseView) SignatureNotChanged - public void actionPerformed(java.awt.event.ActionEvent) SignatureNotChanged - LineNumbersOf: com.volmit.iris.gui.NoiseView$2 - 270 => 4 - 273 => 6 - 274 => 2 - 275 => 3 - 276 => 7 - 278 => 8 - 279 => 9 - 280 => 1 - 281 => 5 +Class: com.volmit.iris.gui.IrisVision$4 => com.volmit.iris.gui.IrisVision$a + Source: "IrisVision.java" + FieldsOf: com.volmit.iris.gui.IrisVision$4 + final synthetic com.volmit.iris.gui.IrisVision this$0 NameNotChanged + MethodsOf: com.volmit.iris.gui.IrisVision$4 + void (com.volmit.iris.gui.IrisVision) SignatureNotChanged + public boolean imageUpdate(java.awt.Image, int, int, int, int, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.gui.IrisVision$4 + 263 => 1 + 267 => 2 -Class: com.volmit.iris.gui.NoiseView$3 => com.volmit.iris.gui.NoiseView$b - Source: "NoiseView.java" - FieldsOf: com.volmit.iris.gui.NoiseView$3 - private final synthetic com.volmit.iris.gen.IrisChunkGenerator val$g NameNotChanged - MethodsOf: com.volmit.iris.gui.NoiseView$3 - void (com.volmit.iris.gen.IrisChunkGenerator) SignatureNotChanged - public void run() SignatureNotChanged - LineNumbersOf: com.volmit.iris.gui.NoiseView$3 - 295 => 1 - 297 => 3 - 298 => 2 +Class: public abstract com.volmit.iris.gui.Renderer NameNotChanged + Source: "Renderer.java" + FieldsOf: com.volmit.iris.gui.Renderer + MethodsOf: com.volmit.iris.gui.Renderer + public abstract java.awt.Color draw(double, double) SignatureNotChanged + LineNumbersOf: com.volmit.iris.gui.Renderer Class: public com.volmit.iris.noise.CNG NameNotChanged Source: "CNG.java" @@ -5657,23 +6149,23 @@ Class: public com.volmit.iris.noise.CNG NameNotChanged public static final com.volmit.iris.util.NoiseInjector SRC_MOD NameNotChanged public static final com.volmit.iris.util.NoiseInjector SRC_POW NameNotChanged public static final com.volmit.iris.util.NoiseInjector SRC_SUBTRACT NameNotChanged - private double bakedScale => i - private com.volmit.iris.util.KList children => g + private double bakedScale => a + private com.volmit.iris.util.KList children => d public static long creates NameNotChanged private double down => o - private com.volmit.iris.noise.CNG fracture => h - private double fscale => d - private com.volmit.iris.noise.NoiseGenerator generator => m + private com.volmit.iris.noise.CNG fracture => j + private double fscale => m + private com.volmit.iris.noise.NoiseGenerator generator => g public static long hits NameNotChanged - private com.volmit.iris.util.NoiseInjector injector => f - private boolean noscale => b - private int oct => c - private final double opacity => l - private double patch => n - private double power => e - private com.volmit.iris.util.RNG rng => j + private com.volmit.iris.util.NoiseInjector injector => n + private boolean noscale => c + private int oct => h + private final double opacity => i + private double patch => e + private double power => f + private com.volmit.iris.util.RNG rng => l private double scale => k - private double up => a + private double up => b MethodsOf: com.volmit.iris.noise.CNG static void () SignatureNotChanged public void (com.volmit.iris.util.RNG, com.volmit.iris.noise.NoiseType, double, int) SignatureNotChanged @@ -5708,127 +6200,127 @@ Class: public com.volmit.iris.noise.CNG NameNotChanged public static com.volmit.iris.noise.CNG signatureThick(com.volmit.iris.util.RNG) SignatureNotChanged public static com.volmit.iris.noise.CNG signatureThick(com.volmit.iris.util.RNG, com.volmit.iris.noise.NoiseType) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.CNG - 13 => 126 - 14 => 68 - 15 => 53 and 65 - 16 => 85 and 97 - 17 => 29 and 106 - 18 => 57 and 136 - 19 => 46 and 92 - 20 => 40 and 82 - 21 => 2 and 102 - 22 => 21 and 83 - 23 => 75 and 131 - 24 => 100 and 134 - 48 => 26 - 53 => 60 - 58 => 133 - 63 => 12 - 68 => 11 - 74 => 109 and 113 - 75 => 73 + 13 => 49 + 14 => 34 + 15 => 104 and 131 + 16 => 72 and 98 + 17 => 78 and 100 + 18 => 26 and 82 + 19 => 117 and 134 + 20 => 62 and 109 + 21 => 65 and 71 + 22 => 27 and 44 + 23 => 2 and 30 + 24 => 52 and 81 + 48 => 24 + 53 => 116 + 58 => 42 + 63 => 130 + 68 => 6 + 74 => 80 and 84 + 75 => 79 76 => 119 - 77 => 36 and 128 - 78 => 20 - 80 => 47 - 87 => 18 and 112 - 88 => 118 - 89 => 129 - 90 => 101 and 104 - 91 => 28 - 93 => 34 - 100 => 51 and 108 - 101 => 132 - 102 => 1 - 103 => 30 and 124 - 104 => 103 - 106 => 7 - 122 => 31 - 123 => 58 - 126 => 91 - 127 => 120 - 128 => 86 - 129 => 43 - 130 => 44 - 131 => 32 - 132 => 80 - 133 => 84 - 134 => 116 - 135 => 59 - 136 => 42 - 137 => 79 - 138 => 33 - 139 => 69 - 140 => 8 - 141 => 10 - 143 => 49 + 77 => 32 and 115 + 78 => 73 + 80 => 28 + 87 => 41 and 47 + 88 => 101 + 89 => 58 + 90 => 29 and 33 + 91 => 137 + 93 => 85 + 100 => 23 and 61 + 101 => 105 + 102 => 31 + 103 => 15 and 56 + 104 => 124 + 106 => 39 + 122 => 128 + 123 => 10 + 126 => 1 + 127 => 111 + 128 => 74 + 129 => 55 + 130 => 36 + 131 => 59 + 132 => 20 + 133 => 113 + 134 => 102 + 135 => 48 + 136 => 40 + 137 => 67 + 138 => 19 + 139 => 120 + 140 => 89 + 141 => 138 + 143 => 114 145 => 5 - 147 => 25 - 151 => 115 - 152 => 50 - 153 => 111 - 180 => 64 - 181 => 67 - 182 => 9 - 187 => 110 - 188 => 3 - 217 => 107 - 219 => 66 - 222 => 135 - 224 => 96 - 227 => 74 - 228 => 48 - 229 => 114 - 230 => 55 - 232 => 98 - 234 => 90 - 236 => 70 - 238 => 72 - 240 => 76 - 242 => 13 and 38 - 244 => 17 - 246 => 121 - 251 => 16 - 254 => 62 - 256 => 123 - 258 => 23 - 261 => 39 - 263 => 71 - 266 => 99 - 286 => 37 - 288 => 35 - 291 => 56 - 293 => 19 - 296 => 117 - 301 => 63 - 303 => 52 - 306 => 88 - 308 => 61 - 325 => 127 - 327 => 4 - 330 => 87 - 332 => 89 - 337 => 137 - 338 => 54 - 339 => 24 - 340 => 95 - 341 => 81 - 342 => 41 - 343 => 22 - 344 => 45 - 345 => 78 - 346 => 15 - 348 => 27 - 351 => 94 - 353 => 77 - 354 => 125 - 355 => 14 - 356 => 130 - 358 => 138 - 363 => 93 - 364 => 122 - 369 => 105 - 370 => 6 + 147 => 129 + 151 => 126 + 152 => 25 + 153 => 12 + 180 => 68 + 181 => 121 + 182 => 132 + 187 => 18 + 188 => 77 + 217 => 35 + 219 => 106 + 222 => 76 + 224 => 107 + 227 => 86 + 228 => 123 + 229 => 66 + 230 => 135 + 232 => 13 + 234 => 50 + 236 => 17 + 238 => 63 + 240 => 112 + 242 => 7 and 38 + 244 => 57 + 246 => 60 + 251 => 9 + 254 => 70 + 256 => 75 + 258 => 90 + 261 => 43 + 263 => 91 + 266 => 88 + 286 => 96 + 288 => 83 + 291 => 127 + 293 => 4 + 296 => 97 + 301 => 16 + 303 => 51 + 306 => 93 + 308 => 99 + 325 => 21 + 327 => 103 + 330 => 95 + 332 => 108 + 337 => 8 + 338 => 136 + 339 => 14 + 340 => 94 + 341 => 125 + 342 => 118 + 343 => 64 + 344 => 122 + 345 => 11 + 346 => 3 + 348 => 54 + 351 => 22 + 353 => 45 + 354 => 69 + 355 => 92 + 356 => 110 + 358 => 87 + 363 => 37 + 364 => 46 + 369 => 53 + 370 => 133 Class: public abstract com.volmit.iris.noise.CNGFactory NameNotChanged Source: "CNGFactory.java" @@ -5840,11 +6332,11 @@ Class: public abstract com.volmit.iris.noise.CNGFactory NameNotChanged Class: public com.volmit.iris.noise.CellGenerator NameNotChanged Source: "CellGenerator.java" FieldsOf: com.volmit.iris.noise.CellGenerator - private double cellScale => b + private double cellScale => c private com.volmit.iris.noise.CNG cng => d - private com.volmit.iris.noise.FastNoise fd => c - private com.volmit.iris.noise.FastNoise fn => e - private double shuffle => a + private com.volmit.iris.noise.FastNoise fd => e + private com.volmit.iris.noise.FastNoise fn => a + private double shuffle => b MethodsOf: com.volmit.iris.noise.CellGenerator public void (com.volmit.iris.util.RNG) SignatureNotChanged public float getDistance(double, double) SignatureNotChanged @@ -5856,39 +6348,39 @@ Class: public com.volmit.iris.noise.CellGenerator NameNotChanged public void setCellScale(double) SignatureNotChanged public void setShuffle(double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.CellGenerator - 15 => 22 - 19 => 27 - 23 => 29 - 24 => 8 - 25 => 34 - 26 => 3 - 27 => 30 - 28 => 6 - 29 => 32 - 30 => 23 - 31 => 20 - 32 => 19 - 33 => 31 - 34 => 26 - 35 => 25 - 36 => 5 - 37 => 24 - 41 => 15 - 46 => 1 - 51 => 12 - 53 => 14 - 56 => 18 - 61 => 10 - 63 => 9 - 66 => 13 and 21 - 68 => 33 - 70 => 17 - 75 => 4 - 77 => 2 - 80 => 11 - 85 => 16 - 87 => 7 - 90 => 28 + 15 => 14 + 19 => 26 + 23 => 17 + 24 => 28 + 25 => 21 + 26 => 2 + 27 => 7 + 28 => 12 + 29 => 34 + 30 => 31 + 31 => 30 + 32 => 24 + 33 => 27 + 34 => 25 + 35 => 11 + 36 => 23 + 37 => 22 + 41 => 8 + 46 => 29 + 51 => 20 + 53 => 10 + 56 => 33 + 61 => 3 + 63 => 13 + 66 => 6 and 18 + 68 => 15 + 70 => 32 + 75 => 9 + 77 => 4 + 80 => 1 + 85 => 5 + 87 => 16 + 90 => 19 Class: public com.volmit.iris.noise.CellHeightNoise NameNotChanged Source: "CellHeightNoise.java" @@ -5899,14 +6391,14 @@ Class: public com.volmit.iris.noise.CellHeightNoise NameNotChanged private double filter(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.CellHeightNoise - 8 => 6 - 9 => 7 - 10 => 1 + 8 => 8 + 9 => 3 + 10 => 4 11 => 5 - 12 => 8 - 13 => 3 - 16 => 2 - 31 => 4 + 12 => 2 + 13 => 6 + 16 => 1 + 31 => 7 Class: public com.volmit.iris.noise.CellularNoise NameNotChanged Source: "CellularNoise.java" @@ -5916,12 +6408,12 @@ Class: public com.volmit.iris.noise.CellularNoise NameNotChanged public void (long) SignatureNotChanged public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.CellularNoise - 6 => 6 - 7 => 2 - 8 => 3 - 9 => 5 - 10 => 4 - 11 => 1 + 6 => 4 + 7 => 1 + 8 => 5 + 9 => 6 + 10 => 2 + 11 => 3 25 => 7 Class: public com.volmit.iris.noise.CubicNoise NameNotChanged @@ -5933,34 +6425,34 @@ Class: public com.volmit.iris.noise.CubicNoise NameNotChanged private double f(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.CubicNoise - 6 => 3 - 7 => 1 - 8 => 2 - 11 => 5 - 26 => 4 + 6 => 5 + 7 => 4 + 8 => 3 + 11 => 1 + 26 => 2 Class: public com.volmit.iris.noise.FastNoise NameNotChanged Source: "FastNoise.java" FieldsOf: com.volmit.iris.noise.FastNoise private static final com.volmit.iris.noise.FastNoise$Float2[] CELL_2D => k - private static final com.volmit.iris.noise.FastNoise$Float3[] CELL_3D => j - private static final com.volmit.iris.noise.FastNoise$Float2[] GRAD_2D => p - private static final com.volmit.iris.noise.FastNoise$Float3[] GRAD_3D => c - private static final byte[] SIMPLEX_4D => f - private static java.lang.String a => q - private com.volmit.iris.noise.FastNoise$CellularDistanceFunction m_cellularDistanceFunction => l - private com.volmit.iris.noise.FastNoise m_cellularNoiseLookup => n - private com.volmit.iris.noise.FastNoise$CellularReturnType m_cellularReturnType => a - private float m_fractalBounding => d - private com.volmit.iris.noise.FastNoise$FractalType m_fractalType => m - private float m_frequency => o - private float m_gain => r - private float m_gradientPerturbAmp => e - private com.volmit.iris.noise.FastNoise$Interp m_interp => i - private float m_lacunarity => h - private com.volmit.iris.noise.FastNoise$NoiseType m_noiseType => s - private int m_octaves => g - private int m_seed => b + private static final com.volmit.iris.noise.FastNoise$Float3[] CELL_3D => e + private static final com.volmit.iris.noise.FastNoise$Float2[] GRAD_2D => m + private static final com.volmit.iris.noise.FastNoise$Float3[] GRAD_3D => p + private static final byte[] SIMPLEX_4D => g + private static java.lang.String[] a => b + private com.volmit.iris.noise.FastNoise$CellularDistanceFunction m_cellularDistanceFunction => a + private com.volmit.iris.noise.FastNoise m_cellularNoiseLookup => l + private com.volmit.iris.noise.FastNoise$CellularReturnType m_cellularReturnType => r + private float m_fractalBounding => n + private com.volmit.iris.noise.FastNoise$FractalType m_fractalType => o + private float m_frequency => d + private float m_gain => h + private float m_gradientPerturbAmp => i + private com.volmit.iris.noise.FastNoise$Interp m_interp => f + private float m_lacunarity => q + private com.volmit.iris.noise.FastNoise$NoiseType m_noiseType => c + private int m_octaves => s + private int m_seed => j MethodsOf: com.volmit.iris.noise.FastNoise static void () SignatureNotChanged public void () SignatureNotChanged @@ -5970,9 +6462,9 @@ Class: public com.volmit.iris.noise.FastNoise NameNotChanged public double DGetWhiteNoise(double, double, double) SignatureNotChanged private static double DValCoord3D(int, long, long, long) => a(int, long, long, long) private long DoubleCast2Long(double) => a(double) - private static int FastFloor(float) => b(float) - private static int FastRound(float) => c(float) - private int FloatCast2Int(float) => a(float) + private static int FastFloor(float) => e(float) + private static int FastRound(float) => d(float) + private int FloatCast2Int(float) => c(float) public float GetCellular(float, float) SignatureNotChanged public float GetCellular(float, float, float) SignatureNotChanged public float GetCubic(float, float, float) SignatureNotChanged @@ -5986,926 +6478,926 @@ Class: public com.volmit.iris.noise.FastNoise NameNotChanged public float GetWhiteNoise(float, float, float) SignatureNotChanged private static float GradCoord2D(int, int, int, float, float) => a(int, int, int, float, float) private static float GradCoord3D(int, int, int, int, float, float, float) => a(int, int, int, int, float, float, float) - private static int Hash2D(int, int, int) => a(int, int, int) - private static int Hash3D(int, int, int, int) => a(int, int, int, int) - private static float InterpHermiteFunc(float) => e(float) - private static float InterpQuinticFunc(float) => d(float) - private static float Lerp(float, float, float) => i(float, float, float) + private static int Hash2D(int, int, int) => b(int, int, int) + private static int Hash3D(int, int, int, int) => b(int, int, int, int) + private static float InterpHermiteFunc(float) => b(float) + private static float InterpQuinticFunc(float) => a(float) + private static float Lerp(float, float, float) => h(float, float, float) public void SetCellularDistanceFunction(com.volmit.iris.noise.FastNoise$CellularDistanceFunction) SignatureNotChanged public void SetCellularReturnType(com.volmit.iris.noise.FastNoise$CellularReturnType) SignatureNotChanged public void SetFractalOctaves(int) SignatureNotChanged public void SetFractalType(com.volmit.iris.noise.FastNoise$FractalType) SignatureNotChanged public void SetNoiseType(com.volmit.iris.noise.FastNoise$NoiseType) SignatureNotChanged - private float SingleCellular(float, float) => i(float, float) - private float SingleCellular(float, float, float) => e(float, float, float) - private float SingleCellular2Edge(float, float) => b(float, float) - private float SingleCellular2Edge(float, float, float) => j(float, float, float) + private float SingleCellular(float, float) => f(float, float) + private float SingleCellular(float, float, float) => g(float, float, float) + private float SingleCellular2Edge(float, float) => a(float, float) + private float SingleCellular2Edge(float, float, float) => m(float, float, float) private float SingleCubic(int, float, float) => b(int, float, float) - private float SingleCubic(int, float, float, float) => b(int, float, float, float) - private float SingleCubicFractalBillow(float, float) => m(float, float) - private float SingleCubicFractalBillow(float, float, float) => d(float, float, float) - private float SingleCubicFractalFBM(float, float) => j(float, float) - private float SingleCubicFractalFBM(float, float, float) => m(float, float, float) - private float SingleCubicFractalRigidMulti(float, float) => g(float, float) - private float SingleCubicFractalRigidMulti(float, float, float) => o(float, float, float) - private float SinglePerlin(int, float, float) => a(int, float, float) - private float SinglePerlin(int, float, float, float) => a(int, float, float, float) - private float SinglePerlinFractalBillow(float, float) => a(float, float) - private float SinglePerlinFractalBillow(float, float, float) => b(float, float, float) - private float SinglePerlinFractalFBM(float, float) => c(float, float) - private float SinglePerlinFractalFBM(float, float, float) => c(float, float, float) - private float SinglePerlinFractalRigidMulti(float, float) => d(float, float) - private float SinglePerlinFractalRigidMulti(float, float, float) => l(float, float, float) - private float SingleSimplex(int, float, float) => c(int, float, float) - private float SingleSimplex(int, float, float, float) => d(int, float, float, float) - private float SingleSimplexFractalBillow(float, float) => n(float, float) - private float SingleSimplexFractalBillow(float, float, float) => h(float, float, float) - private float SingleSimplexFractalFBM(float, float) => f(float, float) - private float SingleSimplexFractalFBM(float, float, float) => k(float, float, float) - private float SingleSimplexFractalRigidMulti(float, float) => k(float, float) - private float SingleSimplexFractalRigidMulti(float, float, float) => f(float, float, float) - private float SingleValue(int, float, float) => d(int, float, float) - private float SingleValue(int, float, float, float) => c(int, float, float, float) - private float SingleValueFractalBillow(float, float) => e(float, float) - private float SingleValueFractalBillow(float, float, float) => a(float, float, float) - private float SingleValueFractalFBM(float, float) => h(float, float) - private float SingleValueFractalFBM(float, float, float) => n(float, float, float) - private float SingleValueFractalRigidMulti(float, float) => l(float, float) - private float SingleValueFractalRigidMulti(float, float, float) => g(float, float, float) - private static float ValCoord2D(int, int, int) => b(int, int, int) - private static float ValCoord3D(int, int, int, int) => b(int, int, int, int) - public static java.lang.String a() => b() - public static void a(java.lang.String) => b(java.lang.String) + private float SingleCubic(int, float, float, float) => a(int, float, float, float) + private float SingleCubicFractalBillow(float, float) => h(float, float) + private float SingleCubicFractalBillow(float, float, float) => c(float, float, float) + private float SingleCubicFractalFBM(float, float) => n(float, float) + private float SingleCubicFractalFBM(float, float, float) => o(float, float, float) + private float SingleCubicFractalRigidMulti(float, float) => m(float, float) + private float SingleCubicFractalRigidMulti(float, float, float) => a(float, float, float) + private float SinglePerlin(int, float, float) => d(int, float, float) + private float SinglePerlin(int, float, float, float) => b(int, float, float, float) + private float SinglePerlinFractalBillow(float, float) => k(float, float) + private float SinglePerlinFractalBillow(float, float, float) => n(float, float, float) + private float SinglePerlinFractalFBM(float, float) => l(float, float) + private float SinglePerlinFractalFBM(float, float, float) => l(float, float, float) + private float SinglePerlinFractalRigidMulti(float, float) => i(float, float) + private float SinglePerlinFractalRigidMulti(float, float, float) => j(float, float, float) + private float SingleSimplex(int, float, float) => a(int, float, float) + private float SingleSimplex(int, float, float, float) => c(int, float, float, float) + private float SingleSimplexFractalBillow(float, float) => e(float, float) + private float SingleSimplexFractalBillow(float, float, float) => b(float, float, float) + private float SingleSimplexFractalFBM(float, float) => g(float, float) + private float SingleSimplexFractalFBM(float, float, float) => f(float, float, float) + private float SingleSimplexFractalRigidMulti(float, float) => b(float, float) + private float SingleSimplexFractalRigidMulti(float, float, float) => i(float, float, float) + private float SingleValue(int, float, float) => c(int, float, float) + private float SingleValue(int, float, float, float) => d(int, float, float, float) + private float SingleValueFractalBillow(float, float) => c(float, float) + private float SingleValueFractalBillow(float, float, float) => d(float, float, float) + private float SingleValueFractalFBM(float, float) => j(float, float) + private float SingleValueFractalFBM(float, float, float) => e(float, float, float) + private float SingleValueFractalRigidMulti(float, float) => d(float, float) + private float SingleValueFractalRigidMulti(float, float, float) => k(float, float, float) + private static float ValCoord2D(int, int, int) => a(int, int, int) + private static float ValCoord3D(int, int, int, int) => a(int, int, int, int) + public static java.lang.String[] a() => b() + public static void a(java.lang.String[]) => b(java.lang.String[]) LineNumbersOf: com.volmit.iris.noise.FastNoise - 82 => 755 - 83 => 632 - 84 => 752 - 85 => 471 - 87 => 527 - 88 => 160 - 89 => 848 - 90 => 822 - 94 => 82 - 95 => 335 - 96 => 504 - 98 => 405 - 102 => 734 - 103 => 567 - 106 => 3 - 107 => 762 - 108 => 348 - 109 => 591 - 153 => 837 - 154 => 398 - 160 => 792 - 161 => 394 - 162 => 813 - 183 => 147 - 184 => 781 - 192 => 528 - 193 => 684 - 199 => 489 - 200 => 416 - 241 => 687 - 244 => 466 - 247 => 537 - 250 => 178 - 255 => 593 - 260 => 751 - 265 => 740 - 270 => 331 - 275 => 886 - 280 => 299 - 281 => 722 - 286 => 757 - 287 => 457 - 288 => 356 and 643 - 290 => 829 - 291 => 872 - 293 => 268 - 294 => 116 - 308 => 676 - 309 => 456 - 310 => 288 - 312 => 361 - 313 => 283 - 315 => 199 - 320 => 502 - 321 => 650 - 322 => 269 - 323 => 37 - 325 => 514 - 326 => 162 - 328 => 217 - 347 => 598 - 348 => 508 - 349 => 337 - 351 => 551 - 365 => 754 - 366 => 696 - 367 => 739 - 368 => 802 - 370 => 208 - 375 => 338 - 376 => 59 - 377 => 103 - 378 => 327 - 380 => 759 - 396 => 211 - 397 => 468 - 398 => 370 - 400 => 373 - 401 => 101 - 403 => 690 + 82 => 683 + 83 => 876 + 84 => 824 + 85 => 155 + 87 => 644 + 88 => 41 + 89 => 572 + 90 => 648 + 94 => 206 + 95 => 784 + 96 => 545 + 98 => 219 + 102 => 596 + 103 => 205 + 106 => 452 + 107 => 570 + 108 => 207 + 109 => 324 + 153 => 612 + 154 => 79 + 160 => 42 + 161 => 151 + 162 => 92 + 183 => 10 + 184 => 563 + 192 => 285 + 193 => 492 + 199 => 675 + 200 => 72 + 241 => 509 + 244 => 723 + 247 => 768 + 250 => 524 + 255 => 262 + 260 => 224 + 265 => 123 + 270 => 421 + 275 => 223 + 280 => 166 + 281 => 193 + 286 => 694 + 287 => 525 + 288 => 263 and 847 + 290 => 585 + 291 => 419 + 293 => 125 + 294 => 134 + 308 => 353 + 309 => 6 + 310 => 776 + 312 => 895 + 313 => 344 + 315 => 168 + 320 => 625 + 321 => 312 + 322 => 19 + 323 => 164 + 325 => 359 + 326 => 122 + 328 => 523 + 347 => 883 + 348 => 697 + 349 => 526 + 351 => 865 + 365 => 835 + 366 => 564 + 367 => 713 + 368 => 257 + 370 => 504 + 375 => 284 + 376 => 446 + 377 => 753 + 378 => 469 + 380 => 874 + 396 => 751 + 397 => 279 + 398 => 759 + 400 => 756 + 401 => 426 + 403 => 701 405 => 782 - 410 => 100 - 411 => 579 - 412 => 13 - 413 => 273 - 415 => 132 - 416 => 171 - 418 => 97 - 420 => 477 - 459 => 543 - 460 => 44 - 461 => 62 - 463 => 412 - 466 => 559 - 468 => 357 - 471 => 582 - 473 => 874 - 475 => 435 - 477 => 423 - 480 => 801 - 482 => 17 - 485 => 11 - 487 => 281 - 489 => 465 - 491 => 45 - 494 => 473 - 496 => 895 - 499 => 695 - 501 => 430 - 503 => 168 - 505 => 561 - 508 => 637 - 513 => 257 - 515 => 697 - 518 => 726 - 520 => 553 - 522 => 278 - 525 => 859 - 527 => 65 - 529 => 556 - 531 => 518 - 534 => 286 - 540 => 833 - 541 => 612 - 543 => 777 - 546 => 735 - 548 => 482 - 551 => 56 - 553 => 494 - 555 => 207 - 557 => 778 - 560 => 691 - 562 => 526 - 565 => 646 - 567 => 683 - 569 => 249 - 571 => 828 - 574 => 555 - 576 => 673 - 579 => 453 - 581 => 816 - 583 => 654 - 585 => 296 - 588 => 493 - 593 => 212 - 595 => 424 - 598 => 808 - 600 => 175 - 602 => 282 - 605 => 900 - 607 => 66 - 609 => 32 - 611 => 289 - 614 => 647 - 622 => 524 - 624 => 711 - 629 => 590 - 631 => 332 - 646 => 846 - 647 => 606 + 410 => 692 + 411 => 743 + 412 => 137 + 413 => 834 + 415 => 177 + 416 => 672 + 418 => 165 + 420 => 788 + 459 => 364 + 460 => 252 + 461 => 176 + 463 => 632 + 466 => 215 + 468 => 805 + 471 => 389 + 473 => 58 + 475 => 454 + 477 => 482 + 480 => 620 + 482 => 145 + 485 => 503 + 487 => 210 + 489 => 464 + 491 => 171 + 494 => 73 + 496 => 348 + 499 => 744 + 501 => 536 + 503 => 179 + 505 => 679 + 508 => 27 + 513 => 113 + 515 => 707 + 518 => 502 + 520 => 850 + 522 => 174 + 525 => 594 + 527 => 795 + 529 => 663 + 531 => 21 + 534 => 886 + 540 => 381 + 541 => 52 + 543 => 593 + 546 => 55 + 548 => 900 + 551 => 239 + 553 => 153 + 555 => 574 + 557 => 721 + 560 => 541 + 562 => 450 + 565 => 846 + 567 => 799 + 569 => 397 + 571 => 614 + 574 => 719 + 576 => 74 + 579 => 838 + 581 => 837 + 583 => 718 + 585 => 652 + 588 => 242 + 593 => 671 + 595 => 785 + 598 => 281 + 600 => 362 + 602 => 143 + 605 => 259 + 607 => 291 + 609 => 294 + 611 => 310 + 614 => 899 + 622 => 217 + 624 => 544 + 629 => 820 + 631 => 530 + 646 => 647 + 647 => 276 648 => 667 - 650 => 703 - 655 => 783 - 656 => 490 - 658 => 377 - 663 => 280 - 664 => 200 - 665 => 566 - 667 => 172 - 715 => 236 - 716 => 414 - 717 => 408 - 719 => 805 and 889 - 721 => 773 - 722 => 542 - 723 => 538 - 725 => 732 - 726 => 169 - 729 => 310 - 734 => 742 - 735 => 603 - 736 => 182 - 738 => 745 and 847 - 740 => 380 - 741 => 158 - 742 => 85 - 744 => 883 - 745 => 858 - 748 => 638 - 753 => 608 - 754 => 811 - 755 => 323 - 757 => 386 and 644 - 759 => 10 - 760 => 156 - 761 => 343 - 763 => 622 - 764 => 548 - 767 => 54 - 777 => 15 - 778 => 253 - 779 => 109 - 780 => 231 - 781 => 888 - 782 => 210 - 785 => 63 - 789 => 420 - 790 => 839 - 791 => 475 - 792 => 824 - 794 => 391 - 795 => 247 - 796 => 255 - 797 => 616 - 799 => 771 - 800 => 712 - 801 => 853 - 805 => 597 - 806 => 57 - 807 => 170 - 808 => 256 - 810 => 341 - 811 => 154 - 813 => 138 - 836 => 38 - 837 => 354 - 838 => 641 - 840 => 401 and 411 - 842 => 604 - 843 => 803 - 845 => 671 - 846 => 219 - 849 => 368 - 854 => 819 - 855 => 404 - 856 => 209 - 858 => 309 and 452 - 860 => 835 - 861 => 75 - 862 => 284 - 863 => 577 - 866 => 444 - 871 => 152 - 872 => 594 - 873 => 291 - 875 => 188 and 521 - 877 => 544 - 878 => 167 - 880 => 510 - 881 => 218 - 884 => 890 - 894 => 701 - 895 => 628 - 896 => 108 - 897 => 122 - 900 => 262 - 904 => 389 - 905 => 340 - 906 => 215 - 908 => 173 - 909 => 53 - 910 => 635 - 912 => 409 - 913 => 487 - 917 => 731 - 918 => 399 - 920 => 415 - 926 => 166 - 927 => 117 - 928 => 274 - 930 => 501 - 933 => 479 - 935 => 861 - 937 => 272 - 939 => 258 - 945 => 610 - 946 => 7 - 947 => 290 - 949 => 52 and 359 - 951 => 329 - 952 => 346 - 953 => 585 - 955 => 118 - 956 => 259 - 959 => 76 - 964 => 843 - 965 => 892 - 966 => 5 - 968 => 295 and 319 - 970 => 560 - 971 => 797 - 972 => 653 - 974 => 322 - 975 => 898 - 978 => 360 - 983 => 841 - 984 => 600 - 985 => 550 - 987 => 164 and 216 - 989 => 672 - 990 => 177 - 991 => 352 - 993 => 760 - 994 => 879 - 997 => 464 - 1002 => 450 - 1007 => 314 - 1008 => 201 - 1009 => 680 - 1010 => 367 - 1011 => 228 - 1012 => 364 - 1015 => 165 - 1019 => 617 - 1020 => 243 - 1021 => 442 - 1022 => 774 - 1024 => 181 - 1025 => 382 - 1026 => 547 - 1027 => 523 - 1029 => 557 - 1030 => 193 - 1031 => 832 - 1035 => 320 - 1036 => 562 - 1037 => 96 - 1038 => 717 - 1039 => 276 - 1040 => 640 - 1042 => 799 - 1043 => 306 - 1044 => 679 - 1045 => 213 - 1047 => 588 - 1048 => 235 - 1050 => 596 - 1073 => 826 - 1074 => 241 - 1075 => 642 - 1077 => 462 and 708 - 1079 => 197 - 1080 => 73 - 1082 => 629 - 1083 => 500 - 1086 => 864 - 1091 => 763 - 1092 => 844 - 1093 => 491 - 1095 => 58 and 77 - 1097 => 126 - 1098 => 499 - 1100 => 439 - 1101 => 365 - 1104 => 651 - 1109 => 772 - 1110 => 897 - 1111 => 817 - 1113 => 72 and 862 - 1115 => 728 - 1116 => 35 - 1118 => 41 - 1119 => 535 - 1122 => 202 - 1132 => 4 - 1133 => 336 - 1134 => 823 - 1135 => 880 - 1138 => 601 - 1142 => 766 - 1143 => 648 - 1144 => 614 - 1146 => 2 - 1147 => 311 - 1148 => 315 - 1150 => 396 - 1151 => 891 - 1155 => 198 - 1156 => 111 - 1157 => 472 - 1158 => 767 - 1160 => 25 - 1161 => 586 - 1163 => 248 - 1169 => 709 - 1170 => 271 - 1171 => 183 - 1173 => 485 - 1176 => 727 - 1178 => 50 - 1180 => 633 - 1182 => 474 - 1188 => 395 - 1189 => 1 - 1190 => 441 - 1192 => 725 and 840 - 1194 => 729 - 1195 => 674 - 1196 => 681 - 1198 => 20 - 1199 => 134 - 1202 => 239 - 1207 => 133 - 1208 => 421 - 1209 => 748 - 1211 => 507 and 529 - 1213 => 850 - 1214 => 418 - 1215 => 620 - 1217 => 275 - 1218 => 99 - 1221 => 227 - 1226 => 413 - 1227 => 533 - 1228 => 855 - 1230 => 192 and 649 - 1232 => 149 - 1233 => 595 - 1234 => 449 - 1236 => 790 - 1237 => 669 - 1240 => 682 - 1254 => 496 - 1255 => 112 - 1256 => 304 - 1257 => 583 - 1259 => 79 - 1260 => 427 - 1261 => 151 - 1262 => 438 - 1267 => 458 - 1269 => 896 - 1271 => 469 - 1272 => 205 - 1273 => 153 - 1274 => 460 - 1275 => 791 - 1276 => 511 - 1278 => 587 - 1280 => 539 - 1281 => 425 - 1282 => 497 - 1283 => 23 - 1284 => 437 - 1285 => 124 - 1289 => 702 - 1290 => 764 - 1291 => 455 - 1292 => 186 - 1293 => 81 - 1294 => 232 - 1299 => 48 - 1301 => 287 - 1302 => 495 - 1303 => 621 - 1304 => 515 - 1305 => 793 - 1306 => 736 - 1308 => 261 - 1310 => 878 - 1311 => 842 - 1312 => 552 - 1313 => 237 - 1314 => 789 - 1315 => 190 - 1319 => 145 - 1320 => 480 - 1321 => 721 - 1322 => 887 - 1323 => 267 - 1324 => 46 - 1328 => 592 - 1329 => 454 - 1330 => 22 - 1331 => 393 - 1332 => 459 - 1333 => 426 - 1334 => 463 - 1335 => 716 - 1336 => 573 - 1340 => 525 - 1341 => 431 - 1342 => 27 - 1345 => 110 - 1346 => 575 - 1349 => 867 - 1350 => 254 - 1351 => 881 - 1354 => 159 - 1355 => 877 - 1358 => 94 - 1359 => 639 - 1360 => 230 - 1363 => 92 - 1364 => 362 - 1367 => 204 - 1368 => 631 - 1369 => 509 - 1372 => 876 - 1373 => 375 - 1376 => 279 - 1399 => 196 - 1400 => 429 - 1401 => 303 - 1403 => 569 and 599 - 1405 => 517 - 1406 => 800 - 1408 => 882 - 1409 => 869 - 1412 => 470 - 1417 => 657 - 1418 => 379 - 1419 => 155 - 1421 => 234 and 369 - 1423 => 400 - 1424 => 626 - 1426 => 765 - 1427 => 339 - 1430 => 873 - 1435 => 119 - 1436 => 55 - 1437 => 613 - 1439 => 24 and 768 - 1441 => 71 - 1442 => 40 - 1444 => 302 - 1445 => 737 - 1448 => 693 - 1461 => 714 - 1462 => 344 - 1463 => 785 - 1465 => 558 - 1466 => 146 - 1467 => 512 - 1469 => 619 - 1470 => 554 - 1473 => 226 - 1475 => 447 - 1476 => 252 - 1480 => 251 - 1481 => 333 - 1484 => 121 - 1485 => 665 - 1486 => 390 - 1487 => 19 - 1491 => 893 - 1492 => 372 - 1493 => 746 - 1496 => 658 - 1497 => 857 - 1500 => 831 - 1501 => 747 - 1502 => 868 - 1505 => 214 - 1506 => 140 - 1509 => 260 - 1510 => 194 - 1511 => 246 - 1514 => 700 - 1515 => 821 - 1518 => 51 - 1526 => 366 - 1635 => 174 - 1636 => 374 - 1637 => 705 - 1639 => 417 - 1642 => 313 - 1644 => 93 - 1646 => 448 - 1648 => 163 - 1654 => 834 - 1655 => 87 - 1656 => 326 - 1657 => 492 - 1659 => 432 - 1661 => 581 - 1662 => 148 - 1663 => 519 - 1665 => 294 - 1666 => 49 - 1669 => 750 - 1674 => 723 - 1675 => 854 - 1676 => 798 - 1677 => 402 - 1679 => 545 - 1681 => 176 - 1682 => 350 - 1683 => 661 - 1685 => 446 - 1686 => 589 - 1689 => 334 - 1694 => 347 - 1695 => 688 - 1696 => 298 - 1697 => 388 - 1699 => 80 - 1701 => 794 - 1702 => 655 - 1703 => 692 - 1705 => 316 - 1706 => 277 - 1709 => 139 - 1714 => 115 - 1721 => 810 - 1722 => 305 - 1723 => 39 - 1725 => 436 - 1726 => 630 - 1727 => 349 - 1728 => 845 - 1729 => 730 - 1730 => 503 - 1731 => 371 - 1732 => 98 - 1733 => 663 - 1735 => 856 - 1736 => 531 - 1737 => 486 - 1739 => 809 - 1762 => 422 - 1763 => 784 - 1764 => 720 - 1765 => 297 - 1767 => 185 - 1769 => 849 - 1770 => 376 - 1772 => 812 - 1773 => 74 - 1776 => 195 - 1781 => 686 - 1782 => 33 - 1783 => 445 - 1784 => 324 - 1786 => 144 - 1788 => 328 - 1789 => 308 - 1791 => 378 - 1792 => 191 - 1795 => 605 - 1800 => 250 - 1801 => 161 - 1802 => 113 - 1803 => 104 - 1805 => 64 - 1807 => 564 - 1808 => 787 - 1810 => 678 - 1811 => 43 - 1814 => 636 - 1829 => 206 - 1830 => 572 - 1832 => 240 - 1833 => 264 - 1834 => 664 - 1835 => 532 - 1836 => 300 - 1837 => 830 - 1839 => 266 - 1840 => 776 - 1842 => 265 - 1848 => 860 - 1849 => 761 - 1850 => 6 - 1852 => 796 - 1857 => 568 - 1859 => 744 - 1865 => 634 - 1866 => 21 - 1867 => 105 - 1869 => 123 - 1870 => 540 - 1872 => 724 - 1875 => 481 and 779 - 1877 => 645 and 875 - 1879 => 114 and 381 - 1881 => 718 - 1883 => 42 - 1884 => 484 - 1885 => 29 - 1887 => 221 - 1889 => 563 - 1891 => 91 - 1892 => 220 - 1893 => 749 - 1894 => 224 - 1899 => 345 - 1901 => 780 and 795 - 1903 => 129 and 506 - 1905 => 130 and 818 - 1907 => 820 - 1909 => 263 - 1910 => 69 - 1911 => 576 - 1913 => 627 - 1915 => 189 - 1917 => 28 - 1918 => 707 - 1919 => 675 - 1920 => 571 - 1925 => 403 - 1927 => 106 and 505 - 1929 => 244 and 741 - 1931 => 84 and 392 - 1933 => 451 - 1935 => 67 - 1936 => 31 - 1937 => 578 - 1939 => 397 - 1941 => 419 - 1943 => 301 - 1944 => 30 - 1945 => 95 - 1946 => 838 - 1954 => 884 - 1957 => 353 - 1960 => 609 - 1961 => 406 - 1964 => 815 - 1966 => 47 - 1972 => 894 - 1973 => 433 - 1974 => 245 - 1976 => 836 - 1977 => 136 - 1979 => 137 - 1982 => 157 and 536 - 1984 => 135 and 143 - 1986 => 652 and 685 - 1988 => 102 - 1990 => 666 - 1991 => 520 - 1992 => 546 - 1994 => 530 - 1996 => 325 - 1997 => 769 - 2001 => 806 - 2003 => 78 and 689 - 2005 => 107 and 318 - 2007 => 330 and 899 - 2009 => 292 - 2011 => 127 - 2012 => 89 - 2013 => 871 - 2015 => 285 - 2017 => 662 - 2018 => 8 - 2022 => 150 - 2024 => 825 and 901 - 2026 => 580 and 656 - 2028 => 187 and 483 - 2030 => 574 - 2032 => 12 - 2033 => 14 - 2034 => 570 - 2036 => 141 - 2038 => 498 - 2039 => 584 - 2043 => 660 - 2048 => 363 - 2051 => 706 - 2053 => 440 - 2055 => 233 - 2057 => 804 - 2059 => 358 - 2061 => 488 - 2067 => 743 - 2068 => 710 - 2070 => 142 - 2075 => 384 - 2077 => 534 - 2083 => 866 - 2084 => 222 - 2086 => 317 - 2087 => 694 - 2089 => 184 - 2093 => 9 and 770 - 2095 => 238 and 293 - 2097 => 270 - 2099 => 16 - 2100 => 383 - 2102 => 36 - 2104 => 870 - 2106 => 733 - 2107 => 407 - 2108 => 513 - 2112 => 618 - 2114 => 385 and 549 - 2116 => 86 and 120 - 2118 => 307 - 2120 => 788 - 2121 => 410 - 2123 => 522 - 2125 => 625 - 2127 => 61 - 2128 => 26 - 2129 => 223 - 2133 => 668 - 2135 => 60 and 516 - 2137 => 615 and 807 - 2139 => 719 - 2141 => 624 - 2142 => 786 - 2144 => 90 - 2146 => 541 - 2148 => 704 - 2149 => 443 - 2150 => 312 - 2157 => 461 - 2160 => 83 - 2163 => 885 - 2164 => 18 - 2167 => 851 - 2169 => 611 - 2175 => 827 - 2176 => 321 - 2178 => 180 - 2179 => 738 - 2181 => 242 - 2185 => 68 and 775 - 2187 => 699 and 865 - 2189 => 623 - 2191 => 753 - 2192 => 715 - 2194 => 225 - 2196 => 852 - 2197 => 467 - 2200 => 342 - 2202 => 229 and 387 - 2204 => 131 and 478 - 2206 => 128 - 2208 => 756 - 2209 => 814 - 2211 => 677 - 2213 => 607 - 2214 => 203 - 2217 => 476 - 2219 => 602 and 659 - 2221 => 88 and 434 - 2223 => 125 - 2225 => 34 - 2226 => 70 - 2228 => 355 - 2230 => 428 - 2231 => 670 - 2237 => 351 - 2240 => 179 - 2242 => 758 - 2244 => 698 - 2246 => 713 - 2248 => 565 - 2250 => 863 + 650 => 747 + 655 => 350 + 656 => 548 + 658 => 430 + 663 => 550 + 664 => 340 + 665 => 243 + 667 => 287 + 715 => 828 + 716 => 371 + 717 => 685 + 719 => 551 and 705 + 721 => 506 + 722 => 126 + 723 => 634 + 725 => 615 + 726 => 117 + 729 => 459 + 734 => 491 + 735 => 456 + 736 => 598 + 738 => 566 and 664 + 740 => 760 + 741 => 779 + 742 => 501 + 744 => 497 + 745 => 99 + 748 => 163 + 753 => 893 + 754 => 775 + 755 => 790 + 757 => 391 and 807 + 759 => 248 + 760 => 416 + 761 => 863 + 763 => 709 + 764 => 335 + 767 => 641 + 777 => 251 + 778 => 12 + 779 => 379 + 780 => 755 + 781 => 358 + 782 => 804 + 785 => 825 + 789 => 181 + 790 => 274 + 791 => 738 + 792 => 815 + 794 => 706 + 795 => 307 + 796 => 735 + 797 => 316 + 799 => 31 + 800 => 147 + 801 => 161 + 805 => 46 + 806 => 475 + 807 => 412 + 808 => 519 + 810 => 855 + 811 => 363 + 813 => 278 + 836 => 662 + 837 => 129 + 838 => 858 + 840 => 429 and 474 + 842 => 35 + 843 => 463 + 845 => 374 + 846 => 552 + 849 => 487 + 854 => 375 + 855 => 325 + 856 => 199 + 858 => 606 and 616 + 860 => 269 + 861 => 394 + 862 => 292 + 863 => 87 + 866 => 496 + 871 => 141 + 872 => 890 + 873 => 605 + 875 => 380 and 540 + 877 => 559 + 878 => 806 + 880 => 290 + 881 => 156 + 884 => 717 + 894 => 518 + 895 => 233 + 896 => 852 + 897 => 235 + 900 => 368 + 904 => 750 + 905 => 674 + 906 => 543 + 908 => 789 + 909 => 37 + 910 => 438 + 912 => 298 + 913 => 258 + 917 => 653 + 918 => 326 + 920 => 245 + 926 => 2 + 927 => 9 + 928 => 370 + 930 => 222 + 933 => 178 + 935 => 264 + 937 => 670 + 939 => 138 + 945 => 578 + 946 => 157 + 947 => 513 + 949 => 40 and 88 + 951 => 479 + 952 => 124 + 953 => 271 + 955 => 378 + 956 => 577 + 959 => 150 + 964 => 317 + 965 => 56 + 966 => 476 + 968 => 286 and 680 + 970 => 716 + 971 => 651 + 972 => 665 + 974 => 507 + 975 => 870 + 978 => 631 + 983 => 780 + 984 => 336 + 985 => 404 + 987 => 246 and 332 + 989 => 386 + 990 => 186 + 991 => 214 + 993 => 339 + 994 => 67 + 997 => 111 + 1002 => 822 + 1007 => 293 + 1008 => 400 + 1009 => 787 + 1010 => 877 + 1011 => 796 + 1012 => 769 + 1015 => 867 + 1019 => 584 + 1020 => 515 + 1021 => 127 + 1022 => 591 + 1024 => 102 + 1025 => 639 + 1026 => 5 + 1027 => 480 + 1029 => 821 + 1030 => 351 + 1031 => 531 + 1035 => 313 + 1036 => 80 + 1037 => 367 + 1038 => 238 + 1039 => 68 + 1040 => 20 + 1042 => 457 + 1043 => 59 + 1044 => 500 + 1045 => 135 + 1047 => 173 + 1048 => 684 + 1050 => 517 + 1073 => 861 + 1074 => 392 + 1075 => 60 + 1077 => 194 and 720 + 1079 => 568 + 1080 => 273 + 1082 => 613 + 1083 => 202 + 1086 => 582 + 1091 => 49 + 1092 => 831 + 1093 => 100 + 1095 => 136 and 553 + 1097 => 622 + 1098 => 115 + 1100 => 897 + 1101 => 728 + 1104 => 484 + 1109 => 581 + 1110 => 50 + 1111 => 393 + 1113 => 84 and 483 + 1115 => 76 + 1116 => 3 + 1118 => 433 + 1119 => 327 + 1122 => 880 + 1132 => 51 + 1133 => 700 + 1134 => 676 + 1135 => 167 + 1138 => 81 + 1142 => 754 + 1143 => 90 + 1144 => 571 + 1146 => 887 + 1147 => 418 + 1148 => 798 + 1150 => 745 + 1151 => 458 + 1155 => 749 + 1156 => 810 + 1157 => 678 + 1158 => 306 + 1160 => 213 + 1161 => 891 + 1163 => 211 + 1169 => 289 + 1170 => 16 + 1171 => 879 + 1173 => 659 + 1176 => 786 + 1178 => 305 + 1180 => 159 + 1182 => 638 + 1188 => 792 + 1189 => 576 + 1190 => 47 + 1192 => 765 and 844 + 1194 => 560 + 1195 => 746 + 1196 => 590 + 1198 => 216 + 1199 => 149 + 1202 => 764 + 1207 => 410 + 1208 => 61 + 1209 => 603 + 1211 => 140 and 405 + 1213 => 195 + 1214 => 382 + 1215 => 265 + 1217 => 388 + 1218 => 28 + 1221 => 575 + 1226 => 334 + 1227 => 511 + 1228 => 372 + 1230 => 547 and 748 + 1232 => 516 + 1233 => 98 + 1234 => 346 + 1236 => 132 + 1237 => 471 + 1240 => 234 + 1254 => 420 + 1255 => 308 + 1256 => 345 + 1257 => 473 + 1259 => 611 + 1260 => 862 + 1261 => 791 + 1262 => 800 + 1267 => 425 + 1269 => 873 + 1271 => 470 + 1272 => 514 + 1273 => 660 + 1274 => 253 + 1275 => 561 + 1276 => 803 + 1278 => 288 + 1280 => 190 + 1281 => 727 + 1282 => 485 + 1283 => 244 + 1284 => 588 + 1285 => 650 + 1289 => 752 + 1290 => 283 + 1291 => 34 + 1292 => 220 + 1293 => 408 + 1294 => 737 + 1299 => 856 + 1301 => 93 + 1302 => 14 + 1303 => 197 + 1304 => 261 + 1305 => 699 + 1306 => 493 + 1308 => 8 + 1310 => 558 + 1311 => 668 + 1312 => 600 + 1313 => 30 + 1314 => 133 + 1315 => 277 + 1319 => 131 + 1320 => 532 + 1321 => 703 + 1322 => 227 + 1323 => 329 + 1324 => 409 + 1328 => 105 + 1329 => 54 + 1330 => 813 + 1331 => 89 + 1332 => 762 + 1333 => 315 + 1334 => 465 + 1335 => 734 + 1336 => 300 + 1340 => 808 + 1341 => 120 + 1342 => 522 + 1345 => 892 + 1346 => 592 + 1349 => 778 + 1350 => 297 + 1351 => 82 + 1354 => 468 + 1355 => 77 + 1358 => 229 + 1359 => 741 + 1360 => 445 + 1363 => 725 + 1364 => 617 + 1367 => 209 + 1368 => 356 + 1369 => 878 + 1372 => 423 + 1373 => 619 + 1376 => 783 + 1399 => 449 + 1400 => 453 + 1401 => 355 + 1403 => 91 and 710 + 1405 => 417 + 1406 => 690 + 1408 => 387 + 1409 => 629 + 1412 => 343 + 1417 => 841 + 1418 => 169 + 1419 => 48 + 1421 => 365 and 444 + 1423 => 43 + 1424 => 435 + 1426 => 414 + 1427 => 888 + 1430 => 712 + 1435 => 882 + 1436 => 495 + 1437 => 385 + 1439 => 384 and 840 + 1441 => 608 + 1442 => 158 + 1444 => 655 + 1445 => 477 + 1448 => 773 + 1461 => 695 + 1462 => 119 + 1463 => 624 + 1465 => 330 + 1466 => 266 + 1467 => 772 + 1469 => 237 + 1470 => 607 + 1473 => 256 + 1475 => 413 + 1476 => 24 + 1480 => 170 + 1481 => 621 + 1484 => 360 + 1485 => 311 + 1486 => 188 + 1487 => 422 + 1491 => 657 + 1492 => 848 + 1493 => 280 + 1496 => 645 + 1497 => 240 + 1500 => 415 + 1501 => 106 + 1502 => 623 + 1505 => 437 + 1506 => 225 + 1509 => 7 + 1510 => 455 + 1511 => 460 + 1514 => 323 + 1515 => 732 + 1518 => 843 + 1526 => 711 + 1635 => 740 + 1636 => 70 + 1637 => 11 + 1639 => 406 + 1642 => 349 + 1644 => 839 + 1646 => 510 + 1648 => 868 + 1654 => 431 + 1655 => 736 + 1656 => 272 + 1657 => 845 + 1659 => 26 + 1661 => 758 + 1662 => 337 + 1663 => 62 + 1665 => 827 + 1666 => 142 + 1669 => 830 + 1674 => 698 + 1675 => 66 + 1676 => 508 + 1677 => 726 + 1679 => 63 + 1681 => 669 + 1682 => 777 + 1683 => 451 + 1685 => 309 + 1686 => 826 + 1689 => 180 + 1694 => 221 + 1695 => 254 + 1696 => 534 + 1697 => 282 + 1699 => 489 + 1701 => 101 + 1702 => 633 + 1703 => 763 + 1705 => 118 + 1706 => 398 + 1709 => 771 + 1714 => 811 + 1721 => 871 + 1722 => 110 + 1723 => 1 + 1725 => 376 + 1726 => 354 + 1727 => 411 + 1728 => 152 + 1729 => 565 + 1730 => 466 + 1731 => 549 + 1732 => 537 + 1733 => 260 + 1735 => 38 + 1736 => 200 + 1737 => 116 + 1739 => 201 + 1762 => 448 + 1763 => 704 + 1764 => 677 + 1765 => 434 + 1767 => 69 + 1769 => 866 + 1770 => 366 + 1772 => 44 + 1773 => 440 + 1776 => 407 + 1781 => 208 + 1782 => 232 + 1783 => 586 + 1784 => 399 + 1786 => 369 + 1788 => 829 + 1789 => 71 + 1791 => 730 + 1792 => 573 + 1795 => 267 + 1800 => 889 + 1801 => 247 + 1802 => 462 + 1803 => 32 + 1805 => 439 + 1807 => 85 + 1808 => 249 + 1810 => 95 + 1811 => 814 + 1814 => 715 + 1829 => 722 + 1830 => 527 + 1832 => 627 + 1833 => 569 + 1834 => 602 + 1835 => 403 + 1836 => 338 + 1837 => 33 + 1839 => 556 + 1840 => 857 + 1842 => 377 + 1848 => 361 + 1849 => 373 + 1850 => 666 + 1852 => 649 + 1857 => 885 + 1859 => 275 + 1865 => 121 + 1866 => 688 + 1867 => 714 + 1869 => 347 + 1870 => 554 + 1872 => 658 + 1875 => 580 and 646 + 1877 => 162 and 853 + 1879 => 589 and 597 + 1881 => 442 + 1883 => 505 + 1884 => 533 + 1885 => 241 + 1887 => 842 + 1889 => 65 + 1891 => 742 + 1892 => 25 + 1893 => 83 + 1894 => 557 + 1899 => 226 + 1901 => 17 and 86 + 1903 => 357 and 812 + 1905 => 270 and 538 + 1907 => 643 + 1909 => 314 + 1910 => 198 + 1911 => 427 + 1913 => 401 + 1915 => 18 + 1917 => 654 + 1918 => 579 + 1919 => 682 + 1920 => 481 + 1925 => 610 + 1927 => 230 and 321 + 1929 => 94 and 693 + 1931 => 187 and 708 + 1933 => 640 + 1935 => 673 + 1936 => 823 + 1937 => 97 + 1939 => 424 + 1941 => 869 + 1943 => 39 + 1944 => 546 + 1945 => 637 + 1946 => 686 + 1954 => 114 + 1957 => 535 + 1960 => 733 + 1961 => 175 + 1964 => 139 + 1966 => 642 + 1972 => 528 + 1973 => 656 + 1974 => 587 + 1976 => 609 + 1977 => 45 + 1979 => 894 + 1982 => 490 and 731 + 1984 => 322 and 618 + 1986 => 864 and 901 + 1988 => 486 + 1990 => 443 + 1991 => 832 + 1992 => 691 + 1994 => 191 + 1996 => 304 + 1997 => 395 + 2001 => 819 + 2003 => 57 and 521 + 2005 => 341 and 472 + 2007 => 13 and 29 + 2009 => 107 + 2011 => 112 + 2012 => 875 + 2013 => 148 + 2015 => 36 + 2017 => 320 + 2018 => 390 + 2022 => 702 + 2024 => 23 and 318 + 2026 => 146 and 555 + 2028 => 342 and 854 + 2030 => 539 + 2032 => 196 + 2033 => 595 + 2034 => 299 + 2036 => 4 + 2038 => 872 + 2039 => 817 + 2043 => 204 + 2048 => 250 + 2051 => 761 + 2053 => 22 + 2055 => 103 + 2057 => 183 + 2059 => 212 + 2061 => 583 + 2067 => 770 + 2068 => 396 + 2070 => 774 + 2075 => 724 + 2077 => 739 + 2083 => 432 + 2084 => 898 + 2086 => 64 + 2087 => 478 + 2089 => 881 + 2093 => 447 and 801 + 2095 => 567 and 601 + 2097 => 833 + 2099 => 461 + 2100 => 628 + 2102 => 766 + 2104 => 630 + 2106 => 231 + 2107 => 352 + 2108 => 302 + 2112 => 467 + 2114 => 144 and 687 + 2116 => 78 and 154 + 2118 => 689 + 2120 => 184 + 2121 => 189 + 2123 => 529 + 2125 => 296 + 2127 => 512 + 2128 => 255 + 2129 => 498 + 2133 => 860 + 2135 => 303 and 542 + 2137 => 301 and 383 + 2139 => 599 + 2141 => 218 + 2142 => 816 + 2144 => 172 + 2146 => 499 + 2148 => 328 + 2149 => 228 + 2150 => 108 + 2157 => 295 + 2160 => 635 + 2163 => 53 + 2164 => 331 + 2167 => 797 + 2169 => 268 + 2175 => 793 + 2176 => 96 + 2178 => 767 + 2179 => 604 + 2181 => 818 + 2185 => 319 and 333 + 2187 => 436 and 681 + 2189 => 802 + 2191 => 626 + 2192 => 15 + 2194 => 836 + 2196 => 494 + 2197 => 696 + 2200 => 661 + 2202 => 520 and 896 + 2204 => 109 and 859 + 2206 => 757 + 2208 => 636 + 2209 => 236 + 2211 => 781 + 2213 => 488 + 2214 => 884 + 2217 => 809 + 2219 => 160 and 185 + 2221 => 104 and 794 + 2223 => 128 + 2225 => 562 + 2226 => 428 + 2228 => 441 + 2230 => 849 + 2231 => 182 + 2237 => 851 + 2240 => 402 + 2242 => 130 + 2244 => 192 + 2246 => 75 + 2248 => 729 + 2250 => 203 -Class: synthetic com.volmit.iris.noise.FastNoise$1 => com.volmit.iris.noise.FastNoise$c +Class: synthetic com.volmit.iris.noise.FastNoise$1 => com.volmit.iris.noise.FastNoise$b Source: "FastNoise.java" FieldsOf: com.volmit.iris.noise.FastNoise$1 - static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$CellularDistanceFunction => d - static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$CellularReturnType => e - static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$FractalType => a - static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$Interp => c + static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$CellularDistanceFunction => a + static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$CellularReturnType => d + static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$FractalType => c + static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$Interp => e static final synthetic int[] $SwitchMap$com$volmit$iris$noise$FastNoise$NoiseType => b MethodsOf: com.volmit.iris.noise.FastNoise$1 static void () SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$1 - 463 => 4 - 468 => 1 - 508 => 5 - 785 => 2 - 1872 => 3 + 463 => 3 + 468 => 4 + 508 => 1 + 785 => 5 + 1872 => 2 Class: public final enum com.volmit.iris.noise.FastNoise$CellularDistanceFunction NameNotChanged Source: "FastNoise.java" @@ -6920,10 +7412,10 @@ Class: public final enum com.volmit.iris.noise.FastNoise$CellularDistanceFunctio public static com.volmit.iris.noise.FastNoise$CellularDistanceFunction valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.FastNoise$CellularDistanceFunction[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$CellularDistanceFunction - 63 => 2, 3, 4 and 7 - 65 => 5 - 66 => 1 - 67 => 6 + 63 => 2, 3, 5 and 6 + 65 => 7 + 66 => 4 + 67 => 1 Class: public final enum com.volmit.iris.noise.FastNoise$CellularReturnType NameNotChanged Source: "FastNoise.java" @@ -6943,17 +7435,17 @@ Class: public final enum com.volmit.iris.noise.FastNoise$CellularReturnType Name public static com.volmit.iris.noise.FastNoise$CellularReturnType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.FastNoise$CellularReturnType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$CellularReturnType - 70 => 6, 8, 9 and 11 - 72 => 4 - 73 => 1 - 74 => 2 - 75 => 12 - 76 => 7 - 77 => 5 - 78 => 10 - 79 => 3 + 70 => 7, 9, 11 and 12 + 72 => 10 + 73 => 6 + 74 => 3 + 75 => 5 + 76 => 2 + 77 => 8 + 78 => 1 + 79 => 4 -Class: com.volmit.iris.noise.FastNoise$Float2 => com.volmit.iris.noise.FastNoise$a +Class: com.volmit.iris.noise.FastNoise$Float2 => com.volmit.iris.noise.FastNoise$c Source: "FastNoise.java" FieldsOf: com.volmit.iris.noise.FastNoise$Float2 public final float x NameNotChanged @@ -6961,12 +7453,12 @@ Class: com.volmit.iris.noise.FastNoise$Float2 => com.volmit.iris.noise.FastNoise MethodsOf: com.volmit.iris.noise.FastNoise$Float2 public void (float, float) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$Float2 - 223 => 2 - 224 => 3 - 225 => 4 - 226 => 1 + 223 => 4 + 224 => 1 + 225 => 2 + 226 => 3 -Class: com.volmit.iris.noise.FastNoise$Float3 => com.volmit.iris.noise.FastNoise$b +Class: com.volmit.iris.noise.FastNoise$Float3 => com.volmit.iris.noise.FastNoise$a Source: "FastNoise.java" FieldsOf: com.volmit.iris.noise.FastNoise$Float3 public final float x NameNotChanged @@ -6975,8 +7467,8 @@ Class: com.volmit.iris.noise.FastNoise$Float3 => com.volmit.iris.noise.FastNoise MethodsOf: com.volmit.iris.noise.FastNoise$Float3 public void (float, float, float) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$Float3 - 234 => 1 - 235 => 4 + 234 => 4 + 235 => 1 236 => 5 237 => 2 238 => 3 @@ -6994,10 +7486,10 @@ Class: public final enum com.volmit.iris.noise.FastNoise$FractalType NameNotChan public static com.volmit.iris.noise.FastNoise$FractalType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.FastNoise$FractalType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$FractalType - 56 => 1, 2, 5 and 6 + 56 => 1, 4, 6 and 7 58 => 3 - 59 => 7 - 60 => 4 + 59 => 2 + 60 => 5 Class: public final enum com.volmit.iris.noise.FastNoise$Interp NameNotChanged Source: "FastNoise.java" @@ -7012,10 +7504,10 @@ Class: public final enum com.volmit.iris.noise.FastNoise$Interp NameNotChanged public static com.volmit.iris.noise.FastNoise$Interp valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.FastNoise$Interp[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$Interp - 49 => 1, 3, 4 and 6 + 49 => 1, 3, 4 and 7 51 => 5 52 => 2 - 53 => 7 + 53 => 6 Class: public final enum com.volmit.iris.noise.FastNoise$NoiseType NameNotChanged Source: "FastNoise.java" @@ -7037,17 +7529,17 @@ Class: public final enum com.volmit.iris.noise.FastNoise$NoiseType NameNotChange public static com.volmit.iris.noise.FastNoise$NoiseType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.FastNoise$NoiseType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FastNoise$NoiseType - 35 => 2, 11, 12 and 14 - 37 => 5 - 38 => 13 - 39 => 10 - 40 => 3 + 35 => 1, 2, 6 and 9 + 37 => 14 + 38 => 5 + 39 => 13 + 40 => 10 41 => 8 42 => 7 - 43 => 6 - 44 => 4 - 45 => 9 - 46 => 1 + 43 => 12 + 44 => 3 + 45 => 11 + 46 => 4 Class: public com.volmit.iris.noise.FlatNoise NameNotChanged Source: "FlatNoise.java" @@ -7071,13 +7563,13 @@ Class: public com.volmit.iris.noise.FractalBillowPerlinNoise NameNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FractalBillowPerlinNoise 9 => 1 - 10 => 5 - 11 => 6 - 12 => 4 - 13 => 8 - 16 => 9 - 31 => 3 - 36 => 7 + 10 => 7 + 11 => 4 + 12 => 9 + 13 => 6 + 16 => 3 + 31 => 8 + 36 => 5 37 => 2 Class: public com.volmit.iris.noise.FractalBillowSimplexNoise NameNotChanged @@ -7090,15 +7582,15 @@ Class: public com.volmit.iris.noise.FractalBillowSimplexNoise NameNotChanged public double noise(double, double, double) SignatureNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FractalBillowSimplexNoise - 9 => 1 - 10 => 3 - 11 => 9 - 12 => 5 + 9 => 8 + 10 => 4 + 11 => 6 + 12 => 7 13 => 2 - 16 => 6 - 31 => 8 - 36 => 7 - 37 => 4 + 16 => 1 + 31 => 3 + 36 => 9 + 37 => 5 Class: public com.volmit.iris.noise.FractalCubicNoise NameNotChanged Source: "FractalCubicNoise.java" @@ -7109,12 +7601,12 @@ Class: public com.volmit.iris.noise.FractalCubicNoise NameNotChanged private double f(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FractalCubicNoise - 8 => 2 - 9 => 6 - 10 => 4 + 8 => 6 + 9 => 5 + 10 => 1 11 => 3 - 14 => 1 - 29 => 5 + 14 => 2 + 29 => 4 Class: public com.volmit.iris.noise.FractalFBMSimplexNoise NameNotChanged Source: "FractalFBMSimplexNoise.java" @@ -7126,15 +7618,15 @@ Class: public com.volmit.iris.noise.FractalFBMSimplexNoise NameNotChanged public double noise(double, double, double) SignatureNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FractalFBMSimplexNoise - 9 => 5 - 10 => 3 - 11 => 1 - 12 => 9 - 13 => 4 - 16 => 2 - 31 => 8 - 36 => 7 - 37 => 6 + 9 => 8 + 10 => 2 + 11 => 7 + 12 => 3 + 13 => 5 + 16 => 9 + 31 => 1 + 36 => 6 + 37 => 4 Class: public com.volmit.iris.noise.FractalRigidMultiSimplexNoise NameNotChanged Source: "FractalRigidMultiSimplexNoise.java" @@ -7146,15 +7638,15 @@ Class: public com.volmit.iris.noise.FractalRigidMultiSimplexNoise NameNotChanged public double noise(double, double, double) SignatureNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.FractalRigidMultiSimplexNoise - 9 => 1 - 10 => 5 - 11 => 9 - 12 => 3 - 13 => 8 + 9 => 9 + 10 => 4 + 11 => 3 + 12 => 6 + 13 => 1 16 => 2 - 31 => 6 - 36 => 7 - 37 => 4 + 31 => 7 + 36 => 5 + 37 => 8 Class: public com.volmit.iris.noise.GlobNoise NameNotChanged Source: "GlobNoise.java" @@ -7165,14 +7657,14 @@ Class: public com.volmit.iris.noise.GlobNoise NameNotChanged private double f(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.GlobNoise - 6 => 4 - 7 => 2 - 8 => 5 - 9 => 8 - 10 => 7 - 11 => 3 - 15 => 1 - 30 => 6 + 6 => 3 + 7 => 6 + 8 => 4 + 9 => 7 + 10 => 1 + 11 => 2 + 15 => 5 + 30 => 8 Class: public abstract com.volmit.iris.noise.NoiseFactory NameNotChanged Source: "NoiseFactory.java" @@ -7191,7 +7683,7 @@ Class: public abstract com.volmit.iris.noise.NoiseGenerator NameNotChanged Class: public final enum com.volmit.iris.noise.NoiseType NameNotChanged Source: "NoiseType.java" FieldsOf: com.volmit.iris.noise.NoiseType - private static final synthetic com.volmit.iris.noise.NoiseType[] $VALUES => a + private static final synthetic com.volmit.iris.noise.NoiseType[] $VALUES => b public static final enum com.volmit.iris.noise.NoiseType CELLULAR NameNotChanged public static final enum com.volmit.iris.noise.NoiseType CELLULAR_HEIGHT NameNotChanged public static final enum com.volmit.iris.noise.NoiseType CUBIC NameNotChanged @@ -7206,7 +7698,7 @@ Class: public final enum com.volmit.iris.noise.NoiseType NameNotChanged public static final enum com.volmit.iris.noise.NoiseType SIMPLEX NameNotChanged public static final enum com.volmit.iris.noise.NoiseType VASCULAR NameNotChanged public static final enum com.volmit.iris.noise.NoiseType WHITE NameNotChanged - private com.volmit.iris.noise.NoiseFactory f => b + private com.volmit.iris.noise.NoiseFactory f => a MethodsOf: com.volmit.iris.noise.NoiseType static void () SignatureNotChanged private void (java.lang.String, int, com.volmit.iris.noise.NoiseFactory) SignatureNotChanged @@ -7228,25 +7720,25 @@ Class: public final enum com.volmit.iris.noise.NoiseType NameNotChanged public static com.volmit.iris.noise.NoiseType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.noise.NoiseType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.NoiseType - 3 => 2, 25 and 28 - 4 => 13 and 18 - 5 => 5 and 22 - 6 => 7 and 33 - 7 => 19 and 29 - 8 => 31 and 34 - 9 => 14 and 24 - 10 => 4 and 30 - 11 => 8 and 17 - 12 => 9 and 12 - 13 => 11 and 23 - 14 => 10 and 20 - 15 => 3 and 35 - 16 => 16 and 27 - 17 => 15 and 26 - 21 => 32 - 22 => 6 - 23 => 1 - 26 => 21 + 3 => 15, 31 and 34 + 4 => 5 and 22 + 5 => 8 and 29 + 6 => 1 and 14 + 7 => 28 and 33 + 8 => 7 and 16 + 9 => 4 and 26 + 10 => 21 and 23 + 11 => 17 and 20 + 12 => 13 and 30 + 13 => 9 and 24 + 14 => 3 and 18 + 15 => 11 and 12 + 16 => 19 and 32 + 17 => 25 and 27 + 21 => 35 + 22 => 10 + 23 => 2 + 26 => 6 Class: public abstract com.volmit.iris.noise.OctaveNoise NameNotChanged Source: "OctaveNoise.java" @@ -7258,32 +7750,32 @@ Class: public abstract com.volmit.iris.noise.OctaveNoise NameNotChanged Class: public com.volmit.iris.noise.PerlinNoise NameNotChanged Source: "PerlinNoise.java" FieldsOf: com.volmit.iris.noise.PerlinNoise - private final com.volmit.iris.noise.FastNoise n => a - private int octaves => b + private final com.volmit.iris.noise.FastNoise n => b + private int octaves => a MethodsOf: com.volmit.iris.noise.PerlinNoise public void (long) SignatureNotChanged public double f(double) SignatureNotChanged public double noise(double, double, double) SignatureNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.PerlinNoise - 9 => 6 - 10 => 18 - 11 => 13 - 12 => 15 - 13 => 1 - 16 => 11 - 57 => 10 - 58 => 17 - 60 => 7 - 61 => 5 - 62 => 8 - 64 => 4 and 19 - 65 => 3 - 66 => 2 - 67 => 12 - 70 => 9 - 75 => 16 - 76 => 14 + 9 => 9 + 10 => 15 + 11 => 12 + 12 => 3 + 13 => 17 + 16 => 16 + 57 => 2 + 58 => 14 + 60 => 11 + 61 => 6 + 62 => 1 + 64 => 4 and 18 + 65 => 8 + 66 => 19 + 67 => 10 + 70 => 5 + 75 => 13 + 76 => 7 Class: public com.volmit.iris.noise.SimplexNoise NameNotChanged Source: "SimplexNoise.java" @@ -7296,24 +7788,24 @@ Class: public com.volmit.iris.noise.SimplexNoise NameNotChanged public double noise(double, double, double) SignatureNotChanged public void setOctaves(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.SimplexNoise - 9 => 6 + 9 => 9 10 => 16 - 11 => 9 - 12 => 11 - 13 => 15 - 16 => 3 - 57 => 2 - 58 => 12 - 60 => 10 - 61 => 4 - 62 => 8 - 64 => 5 and 19 - 65 => 1 - 66 => 14 - 67 => 18 - 70 => 13 - 75 => 7 - 76 => 17 + 11 => 1 + 12 => 12 + 13 => 17 + 16 => 8 + 57 => 5 + 58 => 2 + 60 => 15 + 61 => 3 + 62 => 13 + 64 => 7 and 10 + 65 => 19 + 66 => 11 + 67 => 6 + 70 => 4 + 75 => 14 + 76 => 18 Class: public com.volmit.iris.noise.VascularNoise NameNotChanged Source: "VascularNoise.java" @@ -7324,14 +7816,14 @@ Class: public com.volmit.iris.noise.VascularNoise NameNotChanged private double filter(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.VascularNoise - 8 => 5 - 9 => 1 + 8 => 1 + 9 => 4 10 => 8 - 11 => 6 - 12 => 4 - 13 => 3 - 16 => 7 - 31 => 2 + 11 => 7 + 12 => 3 + 13 => 2 + 16 => 5 + 31 => 6 Class: public com.volmit.iris.noise.WhiteNoise NameNotChanged Source: "WhiteNoise.java" @@ -7342,16 +7834,16 @@ Class: public com.volmit.iris.noise.WhiteNoise NameNotChanged private double f(double) => a(double) public double noise(double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.noise.WhiteNoise - 8 => 2 - 9 => 1 - 10 => 3 - 14 => 4 - 32 => 5 + 8 => 3 + 9 => 5 + 10 => 1 + 14 => 2 + 32 => 4 Class: public final enum com.volmit.iris.object.DecorationPart NameNotChanged Source: "DecorationPart.java" FieldsOf: com.volmit.iris.object.DecorationPart - private static final synthetic com.volmit.iris.object.DecorationPart[] ENUM$VALUES => a + private static final synthetic com.volmit.iris.object.DecorationPart[] $VALUES => a public static final enum com.volmit.iris.object.DecorationPart NONE NameNotChanged public static final enum com.volmit.iris.object.DecorationPart SEA_SURFACE NameNotChanged public static final enum com.volmit.iris.object.DecorationPart SHORE_LINE NameNotChanged @@ -7361,20 +7853,16 @@ Class: public final enum com.volmit.iris.object.DecorationPart NameNotChanged public static com.volmit.iris.object.DecorationPart valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.DecorationPart[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.DecorationPart - 1 => 6 and 10 - 5 => 3 and 5 - 7 => 7 - 8 => 4 - 10 => 9 - 11 => 8 - 13 => 1 - 14 => 2 + 5 => 4, 5, 6 and 7 + 7 => 1 + 10 => 2 + 13 => 3 Class: public final enum com.volmit.iris.object.Envelope NameNotChanged Source: "Envelope.java" FieldsOf: com.volmit.iris.object.Envelope + private static final synthetic com.volmit.iris.object.Envelope[] $VALUES => a public static final enum com.volmit.iris.object.Envelope CELLS NameNotChanged - private static final synthetic com.volmit.iris.object.Envelope[] ENUM$VALUES => a public static final enum com.volmit.iris.object.Envelope EVERYWHERE NameNotChanged public static final enum com.volmit.iris.object.Envelope VEINS NameNotChanged MethodsOf: com.volmit.iris.object.Envelope @@ -7383,21 +7871,17 @@ Class: public final enum com.volmit.iris.object.Envelope NameNotChanged public static com.volmit.iris.object.Envelope valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.Envelope[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.Envelope - 1 => 3 and 8 - 5 => 2 and 10 - 7 => 4 - 8 => 6 - 10 => 9 - 11 => 7 - 13 => 5 - 14 => 1 + 5 => 1, 2, 3 and 4 + 7 => 5 + 10 => 6 + 13 => 7 Class: public final enum com.volmit.iris.object.InferredType NameNotChanged Source: "InferredType.java" FieldsOf: com.volmit.iris.object.InferredType + private static final synthetic com.volmit.iris.object.InferredType[] $VALUES => a public static final enum com.volmit.iris.object.InferredType CAVE NameNotChanged public static final enum com.volmit.iris.object.InferredType DEFER NameNotChanged - private static final synthetic com.volmit.iris.object.InferredType[] ENUM$VALUES => a public static final enum com.volmit.iris.object.InferredType LAND NameNotChanged public static final enum com.volmit.iris.object.InferredType SEA NameNotChanged public static final enum com.volmit.iris.object.InferredType SHORE NameNotChanged @@ -7407,22 +7891,17 @@ Class: public final enum com.volmit.iris.object.InferredType NameNotChanged public static com.volmit.iris.object.InferredType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.InferredType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.InferredType - 1 => 1 and 11 - 5 => 2 and 9 - 7 => 3 - 8 => 13 - 10 => 14 - 11 => 12 - 13 => 10 - 14 => 7 - 16 => 4 - 17 => 6 - 19 => 5 - 20 => 8 + 5 => 2, 4, 5 and 7 + 7 => 9 + 10 => 6 + 13 => 1 + 16 => 3 + 19 => 8 Class: public final enum com.volmit.iris.object.InterpolationMethod NameNotChanged Source: "InterpolationMethod.java" FieldsOf: com.volmit.iris.object.InterpolationMethod + private static final synthetic com.volmit.iris.object.InterpolationMethod[] $VALUES => a public static final enum com.volmit.iris.object.InterpolationMethod BICUBIC NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod BILINEAR NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod BILINEAR_BEZIER NameNotChanged @@ -7430,7 +7909,6 @@ Class: public final enum com.volmit.iris.object.InterpolationMethod NameNotChang public static final enum com.volmit.iris.object.InterpolationMethod BILINEAR_PARAMETRIC_2 NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod BILINEAR_PARAMETRIC_4 NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod CATMULL_ROM_SPLINE NameNotChanged - private static final synthetic com.volmit.iris.object.InterpolationMethod[] ENUM$VALUES => a public static final enum com.volmit.iris.object.InterpolationMethod HERMITE NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod HERMITE_LOOSE NameNotChanged public static final enum com.volmit.iris.object.InterpolationMethod HERMITE_LOOSE_FULL_NEGATIVE_BIAS NameNotChanged @@ -7445,44 +7923,28 @@ Class: public final enum com.volmit.iris.object.InterpolationMethod NameNotChang public static com.volmit.iris.object.InterpolationMethod valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.InterpolationMethod[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.InterpolationMethod - 1 => 23 and 28 - 5 => 1 and 9 - 7 => 29 - 8 => 18 - 10 => 24 - 11 => 26 - 13 => 6 - 14 => 8 - 16 => 17 - 17 => 22 + 5 => 4, 12, 17 and 18 + 7 => 14 + 10 => 19 + 13 => 1 + 16 => 8 19 => 3 - 20 => 20 - 22 => 33 - 23 => 15 - 25 => 21 - 26 => 34 - 28 => 7 - 29 => 32 - 31 => 14 - 32 => 11 - 34 => 25 - 35 => 10 - 37 => 4 - 38 => 13 - 40 => 27 - 41 => 16 - 43 => 12 - 44 => 2 - 46 => 30 - 47 => 19 - 49 => 31 - 50 => 5 + 22 => 10 + 25 => 11 + 28 => 16 + 31 => 15 + 34 => 7 + 37 => 9 + 40 => 13 + 43 => 2 + 46 => 5 + 49 => 6 Class: public final enum com.volmit.iris.object.InventorySlotType NameNotChanged Source: "InventorySlotType.java" FieldsOf: com.volmit.iris.object.InventorySlotType + private static final synthetic com.volmit.iris.object.InventorySlotType[] $VALUES => a public static final enum com.volmit.iris.object.InventorySlotType BLAST_FURNACE NameNotChanged - private static final synthetic com.volmit.iris.object.InventorySlotType[] ENUM$VALUES => a public static final enum com.volmit.iris.object.InventorySlotType FUEL NameNotChanged public static final enum com.volmit.iris.object.InventorySlotType FURNACE NameNotChanged public static final enum com.volmit.iris.object.InventorySlotType SMOKER NameNotChanged @@ -7493,18 +7955,12 @@ Class: public final enum com.volmit.iris.object.InventorySlotType NameNotChanged public static com.volmit.iris.object.InventorySlotType valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.InventorySlotType[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.InventorySlotType - 1 => 1 and 10 - 5 => 3 and 13 - 7 => 9 - 8 => 11 + 5 => 1, 2, 3 and 9 + 7 => 8 10 => 5 - 11 => 14 - 13 => 2 - 14 => 8 - 16 => 6 - 17 => 7 - 19 => 4 - 20 => 12 + 13 => 7 + 16 => 4 + 19 => 6 Class: public com.volmit.iris.object.IrisAttributeModifier NameNotChanged Source: "IrisAttributeModifier.java" @@ -7531,18 +7987,24 @@ Class: public com.volmit.iris.object.IrisAttributeModifier NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisAttributeModifier - 18 => 8, 11, 12, 13, 14, 15, 16, 19, 20 and 21 - 24 => 6 - 30 => 9 - 34 => 22 - 38 => 7 - 42 => 17 - 48 => 1 - 50 => 5 - 53 => 18 - 57 => 4 - 59 => 10 - 61 => 2 + 18 => 6, 11, 17 and 21 + 21 => 10 + 24 => 1 + 26 => 13 + 30 => 4 + 32 => 19 + 34 => 8 + 36 => 14 + 38 => 18 + 40 => 9 + 42 => 15 + 44 => 2 + 48 => 5 + 51 => 16 + 53 => 12 + 57 => 20 + 59 => 7 + 61 => 22 65 => 3 Class: public com.volmit.iris.object.IrisAxisRotationClamp NameNotChanged @@ -7570,59 +8032,65 @@ Class: public com.volmit.iris.object.IrisAxisRotationClamp NameNotChanged public void setMin(double) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisAxisRotationClamp - 14 => 1, 4, 6, 8, 9, 11, 13, 22, 27 and 33 - 19 => 18 and 25 - 27 => 2 and 15 - 35 => 26 and 31 - 43 => 14 and 23 - 45 => 3 - 48 => 16 - 50 => 12 - 52 => 20 - 53 => 30 - 54 => 32 - 55 => 35 - 56 => 19 - 60 => 10 - 65 => 29 - 70 => 7 - 72 => 24 - 74 => 5 - 77 => 21 - 80 => 34 - 82 => 28 - 85 => 17 + 14 => 8, 15, 16, 20, 26 and 33 + 17 => 5 and 22 + 19 => 14 + 21 => 7 and 27 + 27 => 34 + 29 => 18 and 35 + 35 => 13 + 37 => 11 and 19 + 43 => 10 + 46 => 24 + 48 => 2 + 51 => 28 + 52 => 4 + 53 => 25 + 54 => 31 + 55 => 30 + 56 => 17 + 60 => 32 + 65 => 21 + 70 => 9 + 72 => 12 + 74 => 1 + 77 => 6 + 80 => 29 + 82 => 23 + 85 => 3 Class: public com.volmit.iris.object.IrisBiome NameNotChanged Source: "IrisBiome.java" FieldsOf: com.volmit.iris.object.IrisBiome - private static int[] b => e - private transient com.volmit.iris.gen.atomics.AtomicCache biomeGenerator => i + private transient com.volmit.iris.gen.atomics.AtomicCache biomeGenerator => f private com.volmit.iris.util.KList biomeScatter NameNotChanged private com.volmit.iris.util.KList biomeSkyScatter NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle biomeStyle NameNotChanged private double biomeZoom NameNotChanged + private com.volmit.iris.util.KList blockDrops NameNotChanged + private transient com.volmit.iris.gen.atomics.AtomicCache cacheColor => e private double childShrinkFactor NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle childStyle NameNotChanged private com.volmit.iris.util.KList children NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache childrenCell => d + private transient com.volmit.iris.gen.atomics.AtomicCache childrenCell => i + private java.lang.String debugColor NameNotChanged private com.volmit.iris.util.KList decorators NameNotChanged private com.volmit.iris.util.KList deposits NameNotChanged private org.bukkit.block.Biome derivative NameNotChanged private com.volmit.iris.util.KList effects NameNotChanged private com.volmit.iris.util.KList generators NameNotChanged - private transient com.volmit.iris.object.InferredType inferredType => j - private transient com.volmit.iris.gen.atomics.AtomicCache layerHeightGenerators => g - private transient com.volmit.iris.gen.atomics.AtomicCache layerSeaHeightGenerators => h + private transient com.volmit.iris.object.InferredType inferredType => g + private transient com.volmit.iris.gen.atomics.AtomicCache layerHeightGenerators => h + private transient com.volmit.iris.gen.atomics.AtomicCache layerSeaHeightGenerators => d private com.volmit.iris.util.KList layers NameNotChanged private boolean lockLayers NameNotChanged private int lockLayersMax NameNotChanged private com.volmit.iris.object.IrisLootReference loot NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache maxHeight => k + private transient com.volmit.iris.gen.atomics.AtomicCache maxHeight => j private java.lang.String name NameNotChanged private com.volmit.iris.util.KList objects NameNotChanged private int rarity NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache realChildren => f + private transient com.volmit.iris.gen.atomics.AtomicCache realChildren => k private com.volmit.iris.util.KList seaLayers NameNotChanged private com.volmit.iris.object.IrisBiomePaletteLayer slab NameNotChanged private com.volmit.iris.util.KList structures NameNotChanged @@ -7630,9 +8098,7 @@ Class: public com.volmit.iris.object.IrisBiome NameNotChanged MethodsOf: com.volmit.iris.object.IrisBiome static void () SignatureNotChanged public void () SignatureNotChanged - public static void a(int[]) => b(int[]) private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged - public static int[] b() => a() protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public com.volmit.iris.util.KList generateLayers(double, double, com.volmit.iris.util.RNG, int, int) SignatureNotChanged @@ -7645,11 +8111,15 @@ Class: public com.volmit.iris.object.IrisBiome NameNotChanged public com.volmit.iris.util.KList getBiomeSkyScatter() SignatureNotChanged public com.volmit.iris.object.IrisGeneratorStyle getBiomeStyle() SignatureNotChanged public double getBiomeZoom() SignatureNotChanged + public com.volmit.iris.util.KList getBlockDrops() SignatureNotChanged + public com.volmit.iris.gen.atomics.AtomicCache getCacheColor() SignatureNotChanged + public java.awt.Color getCachedColor() SignatureNotChanged public double getChildShrinkFactor() SignatureNotChanged public com.volmit.iris.object.IrisGeneratorStyle getChildStyle() SignatureNotChanged public com.volmit.iris.util.KList getChildren() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getChildrenCell() SignatureNotChanged public com.volmit.iris.noise.CNG getChildrenGenerator(com.volmit.iris.util.RNG, int, double) SignatureNotChanged + public java.lang.String getDebugColor() SignatureNotChanged public com.volmit.iris.util.KList getDecorators() SignatureNotChanged public com.volmit.iris.util.KList getDeposits() SignatureNotChanged public org.bukkit.block.Biome getDerivative() SignatureNotChanged @@ -7664,7 +8134,7 @@ Class: public com.volmit.iris.object.IrisBiome NameNotChanged public com.volmit.iris.util.KList getLayers() SignatureNotChanged public int getLockLayersMax() SignatureNotChanged public com.volmit.iris.object.IrisLootReference getLoot() SignatureNotChanged - private int getMaxHeight() => c() + private int getMaxHeight() => a() public java.lang.String getName() SignatureNotChanged public com.volmit.iris.util.KList getObjects() SignatureNotChanged public int getRarity() SignatureNotChanged @@ -7681,163 +8151,202 @@ Class: public com.volmit.iris.object.IrisBiome NameNotChanged public boolean isLockLayers() SignatureNotChanged public boolean isSea() SignatureNotChanged public boolean isShore() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$1(com.volmit.iris.util.RNG, int, double) SignatureNotChanged - private synthetic java.lang.Integer lambda$2() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$3(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$4(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$5(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getBiomeGenerator$1(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic java.awt.Color lambda$getCachedColor$0() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getChildrenGenerator$2(com.volmit.iris.util.RNG, int, double) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getLayerHeightGenerators$4(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getLayerSeaHeightGenerators$5(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic java.lang.Integer lambda$getMaxHeight$3() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealChildren$6(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public void setInferredType(com.volmit.iris.object.InferredType) SignatureNotChanged public void setName(java.lang.String) SignatureNotChanged public void setRarity(int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisBiome - 28 => 3, 10, 21, 22, 27, 29, 31, 48, 51, 53, 55, 71, 72, 73, 79, 89, 99, 101, 107, 111, 115, 117, 140, 156, 159, 162, 163, 164, 166, 171, 178, 185 and 187 - 29 => 81, 121 and 152 - 36 => 183 - 41 => 95 - 46 => 49 - 50 => 93 - 56 => 47 - 60 => 40 - 64 => 67 - 70 => 14 - 75 => 15 - 80 => 184 - 85 => 57 - 90 => 150 - 95 => 50 - 101 => 190 - 105 => 122 - 109 => 143 - 115 => 2 - 120 => 154 - 125 => 174 - 130 => 113 - 136 => 24 - 141 => 137 - 146 => 84 - 149 => 87 - 150 => 20 - 151 => 90 - 152 => 56 - 153 => 168 - 154 => 33 - 156 => 12 - 159 => 118 - 175 => 151 - 177 => 129 - 183 => 6 and 43 - 188 => 131 - 190 => 96 - 193 => 128 - 195 => 132 - 197 => 46 - 200 => 52 and 141 - 202 => 106 - 203 => 63 - 205 => 193 - 207 => 139 - 210 => 36 and 160 - 212 => 144 - 214 => 142 - 219 => 157 - 220 => 26 - 222 => 94 - 224 => 98 - 228 => 37 - 230 => 182 - 234 => 177 - 239 => 66 - 240 => 8 - 241 => 85 - 242 => 181 - 244 => 60 - 247 => 134 and 155 - 249 => 76 - 250 => 7 - 252 => 104 - 254 => 125 - 257 => 58 and 169 - 261 => 32 - 262 => 165 - 264 => 192 - 266 => 65 - 271 => 116 - 273 => 86 - 276 => 136 and 138 - 278 => 77 - 279 => 135 - 280 => 69 - 283 => 188 - 288 => 23 - 290 => 146 - 292 => 25 and 108 - 294 => 102 - 297 => 145 - 303 => 161 - 304 => 114 - 309 => 88 - 311 => 1 and 179 - 313 => 147 - 314 => 64 - 316 => 44 - 318 => 68 - 321 => 35 and 127 - 323 => 123 - 325 => 4 - 330 => 175 - 331 => 75 - 333 => 91 - 335 => 54 - 339 => 19 - 341 => 170 - 345 => 112 - 350 => 9 - 352 => 186 - 354 => 126 - 356 => 28 and 153 - 358 => 62 - 361 => 124 - 367 => 78 - 369 => 5 - 371 => 100 - 373 => 34 and 148 - 375 => 167 - 378 => 191 - 384 => 82 - 386 => 109 - 389 => 59 - 394 => 61 - 396 => 80 - 398 => 149 - 403 => 41 - 405 => 42 - 407 => 176 - 412 => 130 - 414 => 172 - 417 => 119 - 419 => 83 - 422 => 158 - 427 => 30 - 429 => 45 - 431 => 74 and 103 - 433 => 92 - 436 => 189 - 442 => 180 - 443 => 16 - 444 => 173 - 446 => 105 - 448 => 13 and 18 - 450 => 110 - 451 => 133 - 452 => 39 - 456 => 70 - 461 => 38 - 463 => 11 - 466 => 17 - 468 => 97 - 471 => 120 + 30 => 50, 123, 126 and 143 + 31 => 56, 116 and 120 + 34 => 185 + 38 => 178 + 40 => 166 + 43 => 197 + 45 => 107 + 48 => 108 and 153 + 50 => 52 + 53 => 31 + 55 => 182 + 57 => 174 + 59 => 28 + 63 => 173 + 65 => 105 + 67 => 191 + 69 => 100 + 71 => 27 + 73 => 152 + 77 => 200 + 79 => 38 + 81 => 46 + 83 => 156 + 86 => 184 + 88 => 1 + 91 => 147 + 93 => 140 + 96 => 74 + 98 => 12 + 101 => 23 + 103 => 49 + 106 => 2 and 20 + 108 => 33 + 112 => 11 + 114 => 48 + 116 => 97 and 112 + 118 => 162 + 120 => 66 and 181 + 122 => 58 + 126 => 9 and 202 + 128 => 89 + 131 => 18 + 133 => 206 + 136 => 94 + 138 => 193 + 141 => 127 + 143 => 172 + 147 => 63 and 151 + 149 => 124 + 152 => 77 + 154 => 55 + 157 => 8 + 159 => 26 + 160 => 109 and 179 + 161 => 16 and 86 + 162 => 146 and 201 + 163 => 190 + 164 => 164 and 205 + 165 => 132 and 187 + 166 => 73 and 142 + 169 => 102 + 171 => 149 + 175 => 133 + 177 => 98 + 179 => 76 + 182 => 207 + 200 => 36 + 202 => 21 + 208 => 53 and 65 + 213 => 57 + 215 => 118 + 218 => 183 + 220 => 101 + 222 => 148 + 225 => 14 and 25 + 227 => 79 + 228 => 7 + 230 => 192 + 232 => 129 + 235 => 168 and 196 + 237 => 39 + 239 => 150 + 244 => 40 + 247 => 125 + 249 => 163 + 250 => 88 + 253 => 170 + 255 => 68 + 259 => 113 + 264 => 91 + 265 => 85 + 266 => 17 + 267 => 29 + 269 => 186 + 272 => 51 and 64 + 274 => 54 + 275 => 119 + 277 => 32 + 279 => 111 + 282 => 37 and 209 + 286 => 110 + 289 => 43 + 291 => 171 + 292 => 139 + 296 => 122 + 298 => 30 + 301 => 138 and 154 + 303 => 208 + 304 => 83 + 305 => 158 + 308 => 157 + 313 => 75 + 315 => 62 + 317 => 159 + 319 => 45 + 320 => 160 + 322 => 22 + 328 => 106 + 329 => 15 + 334 => 3 + 336 => 145 and 204 + 338 => 103 + 339 => 92 + 341 => 61 + 343 => 47 + 346 => 60 and 189 + 348 => 199 + 350 => 70 + 355 => 82 + 358 => 19 + 360 => 176 + 361 => 128 + 364 => 141 + 366 => 41 + 370 => 34 + 375 => 44 + 377 => 6 + 379 => 10 + 381 => 135 + 383 => 117 + 384 => 87 + 386 => 4 + 392 => 180 + 394 => 121 + 396 => 115 + 398 => 175 + 400 => 93 + 401 => 80 + 403 => 130 + 409 => 5 + 411 => 78 + 414 => 194 + 419 => 69 + 421 => 188 + 423 => 161 + 428 => 104 + 430 => 167 + 432 => 165 + 437 => 67 + 439 => 144 + 442 => 81 + 444 => 59 + 447 => 24 + 452 => 177 + 454 => 134 + 456 => 13 + 458 => 42 + 459 => 95 + 461 => 203 + 467 => 195 + 468 => 84 + 469 => 155 + 471 => 136 + 473 => 96 + 475 => 114 + 476 => 198 + 477 => 131 + 478 => 99 + 481 => 72 + 486 => 169 + 488 => 35 + 491 => 71 + 493 => 90 + 496 => 137 Class: public com.volmit.iris.object.IrisBiomeDecorator NameNotChanged Source: "IrisBiomeDecorator.java" @@ -7846,14 +8355,14 @@ Class: public com.volmit.iris.object.IrisBiomeDecorator NameNotChanged private double chance NameNotChanged private transient com.volmit.iris.gen.atomics.AtomicCache heightGenerator => c private com.volmit.iris.object.IrisGeneratorStyle heightVariance NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache layerGenerator => b + private transient com.volmit.iris.gen.atomics.AtomicCache layerGenerator => a private com.volmit.iris.util.KList palette NameNotChanged private com.volmit.iris.object.DecorationPart partOf NameNotChanged private int stackMax NameNotChanged private int stackMin NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle style NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle variance NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache varianceGenerator => a + private transient com.volmit.iris.gen.atomics.AtomicCache varianceGenerator => b private double varianceZoom NameNotChanged private double verticalZoom NameNotChanged private double zoom NameNotChanged @@ -7883,52 +8392,64 @@ Class: public com.volmit.iris.object.IrisBiomeDecorator NameNotChanged public double getVerticalZoom() SignatureNotChanged public double getZoom() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$1(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$2(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$3() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getBlockData$3() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getGenerator$1(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getHeightGenerator$0(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getVarianceGenerator$2(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisBiomeDecorator - 22 => 7, 8, 10, 14, 19, 20, 22, 23, 24, 39, 40, 41, 42, 45, 50, 52, 55, 56, 57 and 62 - 27 => 49 - 31 => 32 - 36 => 58 - 40 => 59 - 47 => 33 - 54 => 28 - 59 => 30 - 64 => 53 - 70 => 61 - 77 => 1 - 83 => 29 - 85 => 11 - 86 => 17 - 87 => 31 - 88 => 18 - 92 => 16 - 94 => 6 - 97 => 38 - 102 => 60 - 104 => 9 - 110 => 43 and 44 - 115 => 3 and 48 - 126 => 36 - 128 => 2 - 129 => 27 - 132 => 12 - 133 => 46 - 135 => 54 - 137 => 51 - 139 => 37 - 142 => 15 - 145 => 26 - 150 => 35 - 152 => 13 - 153 => 21 and 47 - 155 => 5 - 156 => 4 - 158 => 34 - 162 => 25 + 22 => 6, 17, 37, 44 and 62 + 25 => 19 + 27 => 27 and 52 + 29 => 12 + 31 => 39 and 57 + 33 => 38 + 36 => 11 and 14 + 38 => 23 + 40 => 32 + 42 => 35 + 47 => 28 + 49 => 26 + 54 => 7 + 56 => 60 + 59 => 47 + 61 => 2 + 64 => 65 + 66 => 48 + 70 => 20 + 72 => 16 + 77 => 10 + 79 => 46 + 83 => 1 and 43 + 85 => 25 and 55 + 86 => 5 and 9 + 87 => 33 and 53 + 88 => 51 + 92 => 63 + 94 => 40 + 97 => 64 + 102 => 54 + 104 => 24 + 110 => 29 and 59 + 115 => 22 and 31 + 126 => 58 + 128 => 21 + 129 => 50 + 132 => 8 + 133 => 34 + 135 => 41 + 137 => 49 + 139 => 61 + 142 => 30 + 145 => 3 + 150 => 42 + 152 => 56 + 153 => 18 + 155 => 4 + 156 => 36 + 158 => 45 + 160 => 13 + 162 => 15 Class: public com.volmit.iris.object.IrisBiomeGeneratorLink NameNotChanged Source: "IrisBiomeGeneratorLink.java" @@ -7948,24 +8469,27 @@ Class: public com.volmit.iris.object.IrisBiomeGeneratorLink NameNotChanged public int getMax() SignatureNotChanged public int getMin() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.object.IrisGenerator lambda$0(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.object.IrisGenerator lambda$getCachedGenerator$0(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public void setGenerator(java.lang.String) SignatureNotChanged public void setMax(int) SignatureNotChanged public void setMin(int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisBiomeGeneratorLink - 18 => 2, 6, 8, 9, 10, 12, 13, 17, 19, 20 and 22 - 24 => 5 - 32 => 3 - 40 => 7 - 42 => 15 - 44 => 21 - 47 => 11 - 51 => 4 - 53 => 14 - 55 => 18 - 57 => 1 - 60 => 16 + 18 => 5, 6, 9, 10, 13, 17 and 21 + 21 => 18 + 24 => 15 + 26 => 4 + 32 => 8 + 34 => 22 + 40 => 11 + 42 => 7 and 16 + 45 => 12 + 47 => 3 + 51 => 2 + 53 => 20 + 55 => 19 + 57 => 14 + 60 => 1 Class: public com.volmit.iris.object.IrisBiomeMutation NameNotChanged Source: "IrisBiomeMutation.java" @@ -7992,47 +8516,52 @@ Class: public com.volmit.iris.object.IrisBiomeMutation NameNotChanged public com.volmit.iris.util.KList getSideB() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getSideBCache() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$1(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealSideA$0(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealSideB$1(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public com.volmit.iris.util.KList processList(com.volmit.iris.gen.ContextualChunkGenerator, com.volmit.iris.util.KList) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisBiomeMutation - 19 => 2, 3, 5, 6, 9, 10, 12, 18, 22, 26, 36, 39 and 41 - 27 => 32 - 34 => 28 - 41 => 38 - 48 => 24 - 54 => 29 - 56 => 34 - 57 => 27 - 61 => 23 and 25 - 66 => 14 and 42 - 71 => 1 - 73 => 40 and 43 - 75 => 37 - 77 => 20 - 79 => 35 - 80 => 17 - 83 => 21 + 19 => 27, 33, 37, 39 and 42 + 22 => 29 + 27 => 41 + 29 => 11 + 34 => 23 + 36 => 4 + 41 => 1 + 43 => 34 + 48 => 30 + 50 => 3 + 54 => 26 + 56 => 22 and 32 + 57 => 28 and 35 + 61 => 5 and 13 + 66 => 24 and 38 + 71 => 17 + 73 => 18 + 75 => 21 + 77 => 36 + 79 => 25 + 80 => 15 + 83 => 14 85 => 31 - 86 => 7 - 87 => 13 - 89 => 33 - 91 => 30 - 92 => 4 - 94 => 11 - 96 => 44 - 97 => 8 - 98 => 16 + 86 => 2 + 87 => 16 + 89 => 10 + 91 => 7 + 94 => 6 + 96 => 12 + 97 => 20 + 98 => 9 102 => 19 - 106 => 15 + 104 => 8 + 106 => 40 Class: public com.volmit.iris.object.IrisBiomePaletteLayer NameNotChanged Source: "IrisBiomePaletteLayer.java" FieldsOf: com.volmit.iris.object.IrisBiomePaletteLayer private transient com.volmit.iris.gen.atomics.AtomicCache blockData => c - private transient com.volmit.iris.gen.atomics.AtomicCache heightGenerator => b - private transient com.volmit.iris.gen.atomics.AtomicCache layerGenerator => a + private transient com.volmit.iris.gen.atomics.AtomicCache heightGenerator => a + private transient com.volmit.iris.gen.atomics.AtomicCache layerGenerator => b private int maxHeight NameNotChanged private int minHeight NameNotChanged private com.volmit.iris.util.KList palette NameNotChanged @@ -8055,40 +8584,92 @@ Class: public com.volmit.iris.object.IrisBiomePaletteLayer NameNotChanged public com.volmit.iris.object.IrisGeneratorStyle getStyle() SignatureNotChanged public double getZoom() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$1(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$2() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getBlockData$2() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getHeightGenerator$0(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getLayerGenerator$1(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged public com.volmit.iris.object.IrisBiomePaletteLayer zero() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisBiomePaletteLayer - 21 => 3, 4, 5, 6, 7, 10, 14, 15, 17, 21, 28, 35 and 40 - 25 => 8 - 32 => 42 - 39 => 22 - 44 => 38 - 50 => 12 - 52 => 31 - 53 => 27 - 54 => 9 - 57 => 23 and 29 - 58 => 26 and 30 - 62 => 39 - 63 => 2 - 66 => 11 - 67 => 37 - 70 => 34 - 74 => 18 - 75 => 43 - 76 => 20 - 87 => 25 - 88 => 24 - 89 => 19 and 41 - 90 => 16 - 91 => 32 - 92 => 1 - 96 => 33 + 21 => 11, 15, 27, 34 and 42 + 23 => 25 + 25 => 16 and 28 + 27 => 3 + 32 => 1 + 34 => 23 + 39 => 39 + 41 => 14 + 44 => 35 + 46 => 38 + 50 => 10 and 30 + 52 => 9 + 53 => 20 and 32 + 54 => 19 and 21 + 57 => 6 and 37 + 58 => 5 and 44 + 62 => 33 + 63 => 31 + 66 => 8 + 67 => 24 + 70 => 26 + 74 => 12 + 75 => 17 + 76 => 2 + 87 => 4 + 88 => 7 + 89 => 41 + 90 => 29 + 91 => 13 + 92 => 18 + 94 => 22 + 96 => 40 101 => 36 - 102 => 13 + 102 => 43 + +Class: public com.volmit.iris.object.IrisBlockDrops NameNotChanged + Source: "IrisBlockDrops.java" + FieldsOf: com.volmit.iris.object.IrisBlockDrops + private com.volmit.iris.util.KList blocks => a + private transient com.volmit.iris.gen.atomics.AtomicCache data => b + private com.volmit.iris.util.KList drops NameNotChanged + private boolean exactBlocks NameNotChanged + private boolean replaceVanillaDrops NameNotChanged + private boolean skipParents NameNotChanged + MethodsOf: com.volmit.iris.object.IrisBlockDrops + static void () SignatureNotChanged + public void () SignatureNotChanged + protected boolean canEqual(java.lang.Object) SignatureNotChanged + public boolean equals(java.lang.Object) SignatureNotChanged + public com.volmit.iris.util.KList getBlocks() SignatureNotChanged + public com.volmit.iris.gen.atomics.AtomicCache getData() SignatureNotChanged + public com.volmit.iris.util.KList getDrops() SignatureNotChanged + public int hashCode() SignatureNotChanged + public boolean isExactBlocks() SignatureNotChanged + public boolean isReplaceVanillaDrops() SignatureNotChanged + public boolean isSkipParents() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$shouldDropFor$0() SignatureNotChanged + public java.lang.String toString() SignatureNotChanged + LineNumbersOf: com.volmit.iris.object.IrisBlockDrops + 18 => 7, 14, 16 and 23 + 21 => 24 + 24 => 15 + 26 => 17 + 28 => 2 + 30 => 25 + 33 => 1 + 35 => 19 + 37 => 12 + 39 => 18 + 41 => 11 + 43 => 13 and 22 + 46 => 9 + 48 => 5 + 54 => 20 + 56 => 21 + 58 => 4 + 60 => 6 + 62 => 8 + 64 => 10 + 66 => 3 Class: public com.volmit.iris.object.IrisCaveLayer NameNotChanged Source: "IrisCaveLayer.java" @@ -8111,14 +8692,19 @@ Class: public com.volmit.iris.object.IrisCaveLayer NameNotChanged public boolean isCanBreakSurface() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisCaveLayer - 11 => 1, 2, 4, 5, 6, 8, 10, 11 and 16 - 17 => 7 - 22 => 14 - 27 => 3 - 32 => 12 - 36 => 15 - 38 => 13 - 41 => 9 + 11 => 7, 9, 12 and 15 + 14 => 4 + 17 => 10 + 19 => 6 + 22 => 3 + 24 => 14 + 27 => 1 + 29 => 16 + 32 => 8 + 34 => 5 + 36 => 2 + 39 => 11 + 41 => 13 Class: public com.volmit.iris.object.IrisCompatabilityFilter NameNotChanged Source: "IrisCompatabilityFilter.java" @@ -8142,28 +8728,31 @@ Class: public com.volmit.iris.object.IrisCompatabilityFilter NameNotChanged public java.lang.String getWhen() SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isExact() SignatureNotChanged - private synthetic org.bukkit.block.data.BlockData lambda$0() SignatureNotChanged - private synthetic org.bukkit.block.data.BlockData lambda$1() SignatureNotChanged + private synthetic org.bukkit.block.data.BlockData lambda$getFind$0() SignatureNotChanged + private synthetic org.bukkit.block.data.BlockData lambda$getReplace$1() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisCompatabilityFilter - 15 => 2, 5, 13, 15, 16, 22, 23, 24 and 29 - 30 => 27 and 28 - 32 => 17 and 20 - 33 => 10 and 11 - 37 => 7 - 38 => 19 - 40 => 21 - 42 => 25 - 43 => 12 - 44 => 8 - 45 => 6 - 47 => 3 - 50 => 4 - 54 => 14 - 59 => 9 - 61 => 26 - 63 => 18 - 65 => 1 + 15 => 1, 4, 9 and 28 + 21 => 10 + 26 => 2 + 28 => 11 and 26 + 30 => 14 + 32 => 17, 18 and 21 + 33 => 8, 16 and 23 + 37 => 13 + 38 => 24 + 41 => 7 + 42 => 20 + 43 => 22 + 44 => 6 + 45 => 27 + 48 => 15 + 50 => 25 + 54 => 12 + 59 => 3 + 61 => 19 + 63 => 29 + 65 => 5 Class: public com.volmit.iris.object.IrisDepositGenerator NameNotChanged Source: "IrisDepositGenerator.java" @@ -8184,7 +8773,7 @@ Class: public com.volmit.iris.object.IrisDepositGenerator NameNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public void generate(org.bukkit.generator.ChunkGenerator$ChunkData, com.volmit.iris.util.RNG, com.volmit.iris.gen.TerrainChunkGenerator, int, int) SignatureNotChanged - private com.volmit.iris.object.IrisObject generateClumpObject(com.volmit.iris.util.RNG) => b(com.volmit.iris.util.RNG) + private com.volmit.iris.object.IrisObject generateClumpObject(com.volmit.iris.util.RNG) => a(com.volmit.iris.util.RNG) public com.volmit.iris.util.KList getBlockData() SignatureNotChanged public com.volmit.iris.object.IrisObject getClump(com.volmit.iris.util.RNG) SignatureNotChanged public int getMaxDimension() SignatureNotChanged @@ -8198,90 +8787,100 @@ Class: public com.volmit.iris.object.IrisDepositGenerator NameNotChanged public com.volmit.iris.util.KList getPalette() SignatureNotChanged public int getVarience() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$1() SignatureNotChanged - private org.bukkit.block.data.BlockData nextBlock(com.volmit.iris.util.RNG) => a(com.volmit.iris.util.RNG) + private synthetic com.volmit.iris.util.KList lambda$getBlockData$1() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getClump$0(com.volmit.iris.util.RNG) SignatureNotChanged + private org.bukkit.block.data.BlockData nextBlock(com.volmit.iris.util.RNG) => b(com.volmit.iris.util.RNG) public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisDepositGenerator - 23 => 1, 7, 9, 15, 28, 34, 35, 36, 48, 61, 64, 65, 70, 72 and 77 - 31 => 46 - 38 => 51 - 45 => 26 - 52 => 81 - 59 => 3 - 66 => 83 - 72 => 41 - 78 => 74 - 80 => 62 - 81 => 17 - 85 => 75 - 87 => 67 - 88 => 20 - 90 => 43 and 80 - 92 => 14 - 95 => 2 - 97 => 32 - 102 => 5 - 107 => 18 - 108 => 88 + 23 => 12, 19, 78, 82 and 87 + 26 => 29 + 31 => 75 + 33 => 64 + 38 => 31 + 40 => 22 + 45 => 71 + 47 => 72 + 52 => 54 + 54 => 80 + 59 => 41 + 61 => 7 + 66 => 26 + 68 => 15 + 72 => 77 + 74 => 40 + 78 => 73 + 80 => 13 and 74 + 81 => 85 + 85 => 16 + 87 => 56 + 88 => 55 + 90 => 53 and 68 + 92 => 18 + 95 => 63 + 97 => 79 + 102 => 52 + 107 => 11 + 108 => 24 109 => 39 - 110 => 60 - 112 => 44 - 114 => 49 - 115 => 29 - 119 => 11 - 121 => 52 - 122 => 47 - 123 => 30 - 124 => 86 - 128 => 38 - 133 => 78 - 138 => 73 - 140 => 16 - 142 => 56 and 82 - 144 => 54 - 146 => 23 - 148 => 27 - 152 => 76 - 158 => 13 and 84 - 160 => 31 - 162 => 71 - 163 => 79 - 165 => 37 - 167 => 12 - 168 => 21 - 171 => 63 - 172 => 87 - 173 => 24 - 175 => 85 - 177 => 66 - 180 => 33 - 181 => 4 - 183 => 58 - 185 => 59 - 188 => 25 - 190 => 57 - 192 => 42 - 195 => 6 and 19 - 197 => 45 - 198 => 10 - 199 => 68 - 201 => 69 - 203 => 53 - 206 => 40 - 208 => 55 - 210 => 8 - 213 => 50 - 216 => 22 + 110 => 6 + 112 => 60 + 114 => 83 + 119 => 86 + 121 => 35 + 122 => 5 + 123 => 51 + 124 => 10 + 125 => 23 + 128 => 50 + 133 => 2 + 138 => 81 + 140 => 61 + 142 => 46 + 144 => 62 + 146 => 14 + 148 => 1 + 150 => 25 + 152 => 67 + 158 => 20 and 65 + 160 => 34 + 162 => 70 + 163 => 8 + 165 => 84 + 167 => 32 + 168 => 66 + 171 => 33 + 172 => 59 + 173 => 28 + 175 => 49 + 177 => 58 + 180 => 3 + 181 => 45 + 183 => 69 + 185 => 47 + 188 => 44 + 190 => 37 + 192 => 36 + 195 => 76 + 197 => 57 + 198 => 17 + 199 => 30 + 201 => 42 + 203 => 4 + 206 => 38 + 208 => 9 + 210 => 21 + 213 => 43 + 214 => 27 + 216 => 48 Class: public com.volmit.iris.object.IrisDimension NameNotChanged Source: "IrisDimension.java" FieldsOf: com.volmit.iris.object.IrisDimension - private static synthetic int[] $SWITCH_TABLE$com$volmit$iris$object$InferredType => h public static final org.bukkit.block.data.BlockData STONE NameNotChanged public static final org.bukkit.block.data.BlockData WATER NameNotChanged private double biomeZoom NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache cacheFilters => e + private com.volmit.iris.util.KList blockDrops NameNotChanged + private transient com.volmit.iris.gen.atomics.AtomicCache cacheFilters => j private boolean carving NameNotChanged private double carvingEnvelope NameNotChanged private int carvingMax NameNotChanged @@ -8295,17 +8894,17 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged private com.volmit.iris.util.KList compatability NameNotChanged private double continentZoom NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle continentalStyle NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache coordFracture => g + private transient com.volmit.iris.gen.atomics.AtomicCache coordFracture => m private double coordFractureDistance NameNotChanged private double coordFractureZoom NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache cosr => j + private transient com.volmit.iris.gen.atomics.AtomicCache cosr => k private boolean decorate NameNotChanged private com.volmit.iris.util.KList deposits NameNotChanged private double dimensionAngleDeg NameNotChanged private org.bukkit.World$Environment environment NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache fluidData => i + private transient com.volmit.iris.gen.atomics.AtomicCache fluidData => f private int fluidHeight NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache fluidLayerGenerator => f + private transient com.volmit.iris.gen.atomics.AtomicCache fluidLayerGenerator => l private com.volmit.iris.util.KList fluidPalette NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle fluidStyle NameNotChanged private java.lang.String focus NameNotChanged @@ -8318,30 +8917,30 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged private int lootTries NameNotChanged private com.volmit.iris.util.KList mutations NameNotChanged private java.lang.String name NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache parallaxSize => n + private transient com.volmit.iris.gen.atomics.AtomicCache parallaxSize => g private boolean placeObjects NameNotChanged private boolean postProcessing NameNotChanged private com.volmit.iris.util.KList postProcessors NameNotChanged private boolean preventLeafDecay NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache rad => d + private transient com.volmit.iris.gen.atomics.AtomicCache rad => h private com.volmit.iris.object.IrisGeneratorStyle regionStyle NameNotChanged private double regionZoom NameNotChanged private com.volmit.iris.util.KList regions NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache rockData => k - private transient com.volmit.iris.gen.atomics.AtomicCache rockLayerGenerator => l + private double riverSize NameNotChanged + private transient com.volmit.iris.gen.atomics.AtomicCache rockData => d + private transient com.volmit.iris.gen.atomics.AtomicCache rockLayerGenerator => i private com.volmit.iris.util.KList rockPalette NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle rockStyle NameNotChanged private double rockZoom NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle seaBiomeStyle NameNotChanged private double seaZoom NameNotChanged private com.volmit.iris.object.IrisGeneratorStyle shoreBiomeStyle NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache sinr => m + private transient com.volmit.iris.gen.atomics.AtomicCache sinr => e private com.volmit.iris.object.IrisGeneratorStyle skylandBiomeStyle NameNotChanged private double terrainZoom NameNotChanged private boolean vanillaStructures NameNotChanged private int version NameNotChanged MethodsOf: com.volmit.iris.object.IrisDimension - static synthetic int[] $SWITCH_TABLE$com$volmit$iris$object$InferredType() => a() static void () SignatureNotChanged public void () SignatureNotChanged private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged @@ -8352,6 +8951,7 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged public com.volmit.iris.util.KList getAllRegions(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public com.volmit.iris.object.IrisGeneratorStyle getBiomeStyle(com.volmit.iris.object.InferredType) SignatureNotChanged public double getBiomeZoom() SignatureNotChanged + public com.volmit.iris.util.KList getBlockDrops() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getCacheFilters() SignatureNotChanged public double getCarvingEnvelope() SignatureNotChanged public int getCarvingMax() SignatureNotChanged @@ -8370,7 +8970,7 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged public double getCoordFractureZoom() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getCosr() SignatureNotChanged public static com.volmit.iris.util.KList getDefaultCompatability() SignatureNotChanged - private com.volmit.iris.util.KList getDefaultPostProcessors() => c() + private com.volmit.iris.util.KList getDefaultPostProcessors() => a() public com.volmit.iris.util.KList getDeposits() SignatureNotChanged public double getDimensionAngle() SignatureNotChanged public double getDimensionAngleDeg() SignatureNotChanged @@ -8400,6 +9000,7 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged public com.volmit.iris.object.IrisGeneratorStyle getRegionStyle() SignatureNotChanged public double getRegionZoom() SignatureNotChanged public com.volmit.iris.util.KList getRegions() SignatureNotChanged + public double getRiverSize() SignatureNotChanged public org.bukkit.block.data.BlockData getRock(com.volmit.iris.util.RNG, double, double, double) SignatureNotChanged public com.volmit.iris.util.KList getRockData() SignatureNotChanged public com.volmit.iris.noise.CNG getRockGenerator(com.volmit.iris.util.RNG) SignatureNotChanged @@ -8422,17 +9023,17 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged public boolean isPostProcessing() SignatureNotChanged public boolean isPreventLeafDecay() SignatureNotChanged public boolean isVanillaStructures() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0(com.volmit.iris.gen.PostBlockChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$1(com.volmit.iris.util.RNG, int) SignatureNotChanged - private static synthetic void lambda$10(com.volmit.iris.gen.ParallelChunkGenerator, java.lang.String, com.volmit.iris.util.IrisLock, com.volmit.iris.util.O, com.volmit.iris.util.O, com.volmit.iris.util.O) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$2(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$3() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$4(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$5() SignatureNotChanged - private synthetic java.lang.Double lambda$6() SignatureNotChanged - private synthetic java.lang.Double lambda$7() SignatureNotChanged - private synthetic java.lang.Double lambda$8() SignatureNotChanged - private synthetic com.volmit.iris.util.ChunkPosition lambda$9(com.volmit.iris.gen.ParallelChunkGenerator) SignatureNotChanged + private synthetic java.lang.Double lambda$cosRotate$8() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getCoordFracture$1(com.volmit.iris.util.RNG, int) SignatureNotChanged + private synthetic java.lang.Double lambda$getDimensionAngle$6() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getFluidData$5() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getFluidGenerator$4(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.util.ChunkPosition lambda$getParallaxSize$10(com.volmit.iris.gen.ParallelChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getPostBlockProcessors$0(com.volmit.iris.gen.PostBlockChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRockData$3() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getRockGenerator$2(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic void lambda$null$9(com.volmit.iris.gen.ParallelChunkGenerator, java.lang.String, com.volmit.iris.util.IrisLock, com.volmit.iris.util.O, com.volmit.iris.util.O, com.volmit.iris.util.O) SignatureNotChanged + private synthetic java.lang.Double lambda$sinRotate$7() SignatureNotChanged public org.bukkit.block.data.BlockData resolve(java.lang.String) SignatureNotChanged public void setLandZoom(double) SignatureNotChanged public void setName(java.lang.String) SignatureNotChanged @@ -8440,326 +9041,403 @@ Class: public com.volmit.iris.object.IrisDimension NameNotChanged public double sinRotate() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisDimension - 36 => 4, 7, 9, 15, 16, 18, 21, 22, 38, 58, 61, 77, 82, 84, 85, 91, 97, 105, 114, 123, 127, 131, 135, 137, 147, 152, 156, 157, 160, 163, 164, 172, 182, 187, 211, 212, 214, 220, 226, 231, 233, 247, 248, 250, 254, 261, 267, 277, 280, 303, 314, 322, 334, 336, 349, 360, 365, 368, 370, 375, 391, 392, 398 and 402 - 37 => 62, 78 and 363 - 38 => 173 - 40 => 101 - 41 => 223 - 47 => 353 - 51 => 264 - 56 => 176 - 62 => 178 - 68 => 263 - 72 => 59 - 76 => 67 - 80 => 140 - 84 => 194 - 88 => 49 - 92 => 318 - 96 => 385 - 100 => 394 - 104 => 390 - 108 => 243 - 112 => 359 - 118 => 136 - 124 => 102 - 130 => 331 - 136 => 218 - 142 => 377 - 146 => 76 - 150 => 274 - 154 => 68 - 158 => 317 - 163 => 202 - 168 => 209 - 173 => 273 - 180 => 155 - 187 => 275 - 192 => 389 - 198 => 309 - 204 => 383 - 210 => 369 - 216 => 92 - 222 => 183 - 228 => 111 - 234 => 296 - 240 => 380 - 246 => 400 - 250 => 387 - 254 => 53 - 259 => 52 - 263 => 345 - 268 => 116 - 272 => 302 - 278 => 382 - 283 => 17 - 288 => 286 - 293 => 216 - 295 => 44 - 296 => 355 - 297 => 213 - 298 => 324 - 299 => 294 - 300 => 130 - 301 => 298 - 302 => 69 - 303 => 270 - 304 => 311 - 308 => 217 - 310 => 132 - 312 => 180 and 271 - 314 => 333 - 317 => 204 - 318 => 315 - 320 => 30 and 215 - 322 => 138 - 323 => 42 - 326 => 110 - 327 => 238 - 333 => 88 - 336 => 379 - 337 => 266 - 338 => 191 - 339 => 307 - 340 => 344 - 341 => 150 - 342 => 203 - 343 => 335 - 344 => 112 - 345 => 239 - 346 => 347 - 347 => 104 - 348 => 343 - 349 => 235 - 350 => 241 - 351 => 237 - 352 => 200 - 353 => 184 - 354 => 83 - 355 => 121 - 356 => 151 - 357 => 143 - 358 => 86 - 359 => 29 - 360 => 171 - 361 => 284 - 362 => 168 - 363 => 301 - 364 => 362 - 365 => 269 - 366 => 287 - 367 => 2 - 368 => 224 - 369 => 206 - 370 => 328 - 371 => 381 - 372 => 304 - 373 => 351 - 374 => 378 - 375 => 19 - 376 => 139 - 377 => 159 - 378 => 374 - 381 => 189 - 382 => 37 - 383 => 295 - 386 => 109 - 387 => 28 - 388 => 120 - 389 => 93 - 390 => 230 - 391 => 393 - 392 => 403 - 393 => 64 - 394 => 153 - 395 => 193 - 396 => 354 - 397 => 166 - 398 => 371 - 399 => 290 - 400 => 144 - 401 => 154 - 402 => 376 - 403 => 34 - 404 => 117 - 405 => 107 - 406 => 113 - 407 => 12 - 408 => 319 - 409 => 253 - 410 => 251 - 411 => 337 - 412 => 20 - 413 => 13 - 414 => 316 - 415 => 399 - 416 => 308 - 417 => 80 - 418 => 386 - 419 => 285 - 420 => 346 - 421 => 23 - 422 => 293 - 423 => 396 - 424 => 395 - 425 => 24 - 426 => 313 - 427 => 300 - 428 => 141 - 429 => 258 - 430 => 72 - 431 => 228 - 432 => 6 - 433 => 245 - 434 => 325 - 435 => 54 - 436 => 14 - 437 => 95 - 438 => 75 - 439 => 161 - 440 => 221 - 441 => 89 - 442 => 321 - 443 => 27 - 444 => 297 - 445 => 225 - 446 => 201 - 447 => 268 - 448 => 397 - 449 => 364 - 450 => 90 - 451 => 240 - 452 => 125 - 453 => 174 - 454 => 330 - 455 => 195 - 456 => 55 - 457 => 1 - 458 => 3 - 459 => 276 - 460 => 252 - 461 => 175 - 462 => 291 - 463 => 73 - 464 => 358 - 465 => 234 - 466 => 401 - 468 => 262 - 473 => 129 - 475 => 246 - 476 => 118 - 477 => 103 - 483 => 289 - 485 => 45 - 486 => 133 - 487 => 46 - 489 => 366 - 494 => 79 - 496 => 134 - 499 => 142 - 501 => 198 - 504 => 190 - 509 => 33 - 511 => 124 - 512 => 288 - 518 => 179 - 520 => 170 - 521 => 186 and 222 - 523 => 43 - 524 => 165 - 526 => 100 - 530 => 205 - 536 => 372 - 538 => 108 - 541 => 350 - 543 => 340 - 546 => 388 - 551 => 312 - 553 => 48 - 554 => 32 - 560 => 327 - 562 => 232 - 563 => 11 and 283 - 565 => 367 - 566 => 40 - 568 => 208 - 572 => 192 - 578 => 210 and 329 - 583 => 5 and 256 - 588 => 94 and 338 - 593 => 361 - 595 => 106 and 339 - 597 => 279 - 600 => 281 - 605 => 260 - 607 => 57 and 236 - 609 => 167 - 612 => 185 - 617 => 65 - 619 => 299 - 620 => 177 - 621 => 352 - 622 => 115 - 623 => 47 - 624 => 50 - 625 => 35 - 627 => 305 - 628 => 255 - 629 => 356 - 631 => 66 and 158 - 633 => 146 and 306 - 635 => 259 - 639 => 227 - 640 => 74 - 642 => 323 - 643 => 149 - 644 => 8 and 272 - 646 => 342 - 650 => 81 - 651 => 60 - 652 => 348 - 653 => 145 - 654 => 10 - 655 => 98 - 656 => 326 - 658 => 56 - 662 => 99 - 665 => 51 - 666 => 292 - 667 => 310 - 668 => 373 - 670 => 25 and 207 - 672 => 257 - 673 => 242 - 674 => 63 - 677 => 70 and 128 - 679 => 31 and 41 - 681 => 181 - 682 => 197 - 683 => 169 - 687 => 39 and 384 - 689 => 219 and 244 - 691 => 87 - 692 => 188 - 693 => 199 - 697 => 26 - 698 => 320 - 699 => 249 - 700 => 341 - 701 => 71 - 702 => 122 - 703 => 148 - 704 => 96 - 710 => 196 and 357 - 712 => 229 - 714 => 119 - 718 => 126 - 723 => 282 - 726 => 36 - 728 => 265 - 730 => 332 - 732 => 278 - 737 => 162 + 36 => 131, 232, 254, 340 and 367 + 37 => 200, 273 and 374 + 40 => 201 + 41 => 68 + 43 => 59 + 47 => 98 + 49 => 157 + 51 => 334 + 53 => 260 + 56 => 194 + 58 => 73 + 62 => 40 + 64 => 360 + 67 => 30 + 69 => 415 + 73 => 244 + 75 => 219 + 79 => 197 + 81 => 43 + 83 => 345 and 393 + 85 => 252 + 87 => 13 and 122 + 89 => 47 + 91 => 375 and 383 + 93 => 97 + 95 => 65 and 320 + 97 => 56 + 99 => 55 and 129 + 101 => 412 + 103 => 384 and 406 + 105 => 71 + 107 => 100 and 305 + 109 => 335 + 111 => 27 and 325 + 113 => 198 + 115 => 125 and 128 + 117 => 302 + 119 => 45 + 121 => 205 + 123 => 323 + 125 => 160 + 129 => 419 + 131 => 255 + 135 => 414 + 137 => 52 + 141 => 341 + 143 => 58 + 147 => 396 + 149 => 124 + 153 => 86 + 155 => 270 + 157 => 151 + 159 => 410 + 161 => 188 + 163 => 231 + 165 => 404 + 167 => 351 + 169 => 235 + 171 => 365 + 174 => 2 and 16 + 176 => 398 + 179 => 117 and 227 + 181 => 10 + 184 => 112 + 186 => 330 + 191 => 161 + 193 => 132 + 198 => 287 + 200 => 154 + 203 => 61 + 205 => 222 + 209 => 93 + 211 => 6 + 215 => 394 + 217 => 261 + 221 => 177 + 223 => 196 + 227 => 361 + 229 => 110 + 233 => 310 + 235 => 395 + 239 => 387 + 241 => 409 + 245 => 143 + 247 => 370 + 251 => 74 + 253 => 315 + 257 => 326 + 259 => 107 + 261 => 3 + 263 => 297 + 265 => 33 + 267 => 12 + 270 => 294 + 272 => 343 + 274 => 53 and 366 + 276 => 241 + 279 => 36 + 281 => 399 + 283 => 329 and 381 + 285 => 234 + 289 => 133 + 291 => 167 + 294 => 181 and 356 + 296 => 243 + 299 => 313 and 324 + 301 => 336 + 304 => 127 + 306 => 4 and 140 + 307 => 211 + 308 => 344 + 309 => 293 and 403 + 310 => 339 and 369 + 311 => 238 and 247 + 312 => 165 and 364 + 313 => 225 and 417 + 314 => 331 and 407 + 315 => 62 and 408 + 319 => 300 + 321 => 50 + 323 => 173 + 325 => 21 + 326 => 44 + 328 => 277 + 329 => 240 + 331 => 155 + 333 => 8 + 334 => 319 + 335 => 258 + 337 => 169 + 338 => 342 + 344 => 130 + 347 => 382 + 348 => 57 + 349 => 389 + 350 => 221 + 351 => 251 + 352 => 418 + 353 => 105 + 354 => 145 + 355 => 28 + 356 => 81 + 357 => 304 + 358 => 54 + 359 => 371 + 360 => 286 + 361 => 402 + 362 => 263 + 363 => 38 + 364 => 35 + 365 => 184 + 366 => 149 + 367 => 83 + 368 => 359 + 369 => 207 + 370 => 63 + 371 => 376 + 372 => 138 + 373 => 190 + 374 => 213 + 375 => 119 + 376 => 88 + 377 => 348 + 378 => 76 + 379 => 115 + 380 => 279 + 381 => 206 + 382 => 291 + 383 => 229 + 384 => 298 + 385 => 322 + 386 => 142 + 387 => 91 + 388 => 82 + 389 => 182 + 392 => 94 + 393 => 34 + 394 => 134 + 397 => 217 + 398 => 31 + 399 => 228 + 400 => 29 + 401 => 192 + 402 => 41 + 403 => 350 + 404 => 202 + 405 => 357 + 406 => 272 + 407 => 245 + 408 => 195 + 409 => 174 + 410 => 372 + 411 => 64 + 412 => 67 + 413 => 347 + 414 => 246 + 415 => 385 + 416 => 239 + 417 => 51 + 418 => 295 + 419 => 283 + 420 => 237 + 421 => 175 + 422 => 193 + 423 => 276 + 424 => 153 + 425 => 20 + 426 => 264 + 427 => 318 + 428 => 79 + 429 => 104 + 430 => 321 + 431 => 109 + 432 => 156 + 433 => 388 + 434 => 111 + 435 => 14 + 436 => 265 + 437 => 413 + 438 => 299 + 439 => 139 + 440 => 69 + 441 => 373 + 442 => 204 + 443 => 178 + 444 => 358 + 445 => 159 + 446 => 170 + 447 => 312 + 448 => 257 + 449 => 186 + 450 => 212 + 451 => 307 + 452 => 191 + 453 => 253 + 454 => 144 + 455 => 72 + 456 => 17 + 457 => 179 + 458 => 332 + 459 => 11 + 460 => 282 + 461 => 185 + 462 => 166 + 463 => 48 + 464 => 216 + 465 => 346 + 466 => 280 + 467 => 269 + 468 => 392 + 469 => 137 + 470 => 180 + 471 => 22 + 472 => 136 + 473 => 353 + 474 => 274 + 475 => 23 + 476 => 306 + 477 => 126 + 479 => 189 + 484 => 377 + 486 => 172 + 487 => 39 + 488 => 163 + 494 => 210 + 496 => 114 + 497 => 19 + 498 => 141 + 500 => 168 + 505 => 209 + 507 => 249 + 510 => 230 + 512 => 256 + 515 => 284 + 520 => 288 + 522 => 49 + 523 => 311 + 529 => 267 + 531 => 120 + 532 => 102 + 534 => 84 + 535 => 118 + 537 => 362 + 539 => 223 + 541 => 101 + 547 => 162 + 549 => 215 + 552 => 262 + 554 => 99 + 557 => 220 + 562 => 355 + 564 => 1 + 565 => 42 + 571 => 46 + 573 => 281 + 574 => 349 + 576 => 271 + 577 => 338 + 579 => 60 + 581 => 368 + 583 => 135 + 589 => 9 and 150 + 594 => 242 and 401 + 599 => 333 and 420 + 604 => 158 + 606 => 301 + 608 => 96 + 609 => 199 + 611 => 5 + 616 => 183 + 618 => 309 + 620 => 90 + 621 => 268 + 623 => 116 + 628 => 152 + 630 => 405 + 631 => 317 + 632 => 226 + 633 => 316 + 634 => 123 + 635 => 352 + 636 => 147 + 638 => 70 + 639 => 236 + 640 => 328 + 642 => 26 + 644 => 248 + 646 => 171 + 647 => 354 + 648 => 363 + 650 => 18 + 651 => 121 + 653 => 85 + 654 => 296 + 655 => 416 + 657 => 95 + 661 => 292 + 662 => 411 + 663 => 285 + 664 => 337 + 665 => 176 + 666 => 106 + 669 => 7 + 672 => 208 + 673 => 164 + 674 => 390 + 676 => 397 + 677 => 233 + 678 => 203 + 679 => 89 + 681 => 24 + 683 => 66 + 684 => 87 + 685 => 400 + 686 => 378 + 688 => 15 + 690 => 108 + 692 => 289 + 693 => 259 + 694 => 303 + 695 => 327 + 696 => 380 + 698 => 224 + 700 => 214 + 702 => 386 + 703 => 314 + 704 => 379 + 705 => 113 + 706 => 80 + 708 => 75 + 709 => 32 + 710 => 92 + 711 => 187 + 712 => 275 + 713 => 146 + 714 => 278 + 715 => 77 + 721 => 266 + 723 => 78 + 725 => 218 + 727 => 290 + 729 => 25 + 734 => 308 + 737 => 148 + 739 => 250 + 741 => 103 + 743 => 391 + 748 => 37 + +Class: synthetic com.volmit.iris.object.IrisDimension$1 => com.volmit.iris.object.IrisDimension$a + Source: "IrisDimension.java" + FieldsOf: com.volmit.iris.object.IrisDimension$1 + static final synthetic int[] $SwitchMap$com$volmit$iris$object$InferredType => a + MethodsOf: com.volmit.iris.object.IrisDimension$1 + static void () SignatureNotChanged + LineNumbersOf: com.volmit.iris.object.IrisDimension$1 + 734 => 1 Class: public com.volmit.iris.object.IrisEffect NameNotChanged Source: "IrisEffect.java" @@ -8767,7 +9445,7 @@ Class: public com.volmit.iris.object.IrisEffect NameNotChanged private int chance NameNotChanged private double extra NameNotChanged private int interval NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache latch => b + private transient com.volmit.iris.gen.atomics.AtomicCache latch => a private double maxPitch NameNotChanged private double minPitch NameNotChanged private double particleAltX NameNotChanged @@ -8783,7 +9461,7 @@ Class: public com.volmit.iris.object.IrisEffect NameNotChanged private int potionStrength NameNotChanged private int potionTicksMax NameNotChanged private int potionTicksMin NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache pt => a + private transient com.volmit.iris.gen.atomics.AtomicCache pt => b private boolean randomAltX NameNotChanged private boolean randomAltY NameNotChanged private boolean randomAltZ NameNotChanged @@ -8826,87 +9504,110 @@ Class: public com.volmit.iris.object.IrisEffect NameNotChanged public boolean isRandomAltX() SignatureNotChanged public boolean isRandomAltY() SignatureNotChanged public boolean isRandomAltZ() SignatureNotChanged - private synthetic com.volmit.iris.util.ChronoLatch lambda$0() SignatureNotChanged - private synthetic org.bukkit.potion.PotionEffectType lambda$1() SignatureNotChanged + private synthetic com.volmit.iris.util.ChronoLatch lambda$canTick$0() SignatureNotChanged + private synthetic org.bukkit.potion.PotionEffectType lambda$getRealType$1() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisEffect - 25 => 1, 2, 6, 10, 11, 12, 16, 22, 24, 28, 29, 35, 38, 44, 47, 52, 59, 63, 67, 71, 84, 85, 86, 87, 94, 97, 99, 101, 105 and 109 - 29 => 79 - 33 => 18 - 40 => 56 - 47 => 96 - 54 => 50 - 61 => 61 - 66 => 55 - 71 => 104 - 76 => 34 - 80 => 107 - 87 => 93 - 94 => 77 - 101 => 111 - 108 => 53 - 115 => 114 - 122 => 23 - 129 => 20 - 134 => 88 - 141 => 89 - 147 => 78 - 153 => 41 - 159 => 82 - 166 => 74 - 172 => 102 - 174 => 33 - 175 => 51 - 177 => 49 - 179 => 31 - 182 => 14 and 106 - 186 => 81 - 187 => 57 - 189 => 19 - 190 => 110 - 194 => 27 and 66 - 195 => 8 - 196 => 60 - 198 => 7 - 201 => 3 - 203 => 72 - 207 => 46 - 209 => 15 - 214 => 70 - 215 => 21 - 218 => 54 - 219 => 13 - 222 => 17 - 223 => 80 and 100 - 224 => 25 - 225 => 48 - 228 => 76 - 229 => 39 and 65 - 230 => 92 - 231 => 37 and 42 - 232 => 98 - 234 => 62 - 235 => 68 - 236 => 64 - 237 => 32 and 90 - 238 => 73 - 239 => 43 - 240 => 9 - 241 => 36 - 244 => 45 and 113 - 245 => 5 - 246 => 69 - 247 => 4 - 251 => 75 - 252 => 26 - 253 => 83 - 254 => 95 - 255 => 91 - 258 => 112 - 261 => 103 and 108 - 262 => 30 - 263 => 58 - 265 => 40 + 25 => 17, 41, 42 and 112 + 27 => 96 + 29 => 4 + 31 => 15 + 33 => 98 + 35 => 31 + 40 => 104 + 42 => 85 + 47 => 27 + 49 => 13 + 54 => 28 + 56 => 19 + 61 => 44 + 63 => 48 + 66 => 45 + 68 => 106 + 71 => 39 + 73 => 73 + 76 => 69 + 78 => 70 + 80 => 36 + 82 => 97 + 87 => 76 + 89 => 93 + 94 => 90 + 96 => 99 + 101 => 86 + 103 => 80 + 108 => 58 + 110 => 87 + 115 => 32 + 117 => 2 + 122 => 29 + 124 => 21 + 129 => 43 + 131 => 83 + 134 => 84 + 136 => 49 + 141 => 54 + 143 => 37 + 147 => 64 + 149 => 3 + 153 => 47 + 155 => 5 + 159 => 53 + 161 => 72 + 166 => 9 + 168 => 105 + 172 => 57 + 174 => 59 and 108 + 175 => 10 and 88 + 177 => 25 + 179 => 56 + 182 => 22 and 78 + 186 => 46 + 187 => 8 + 189 => 67 + 190 => 55 + 194 => 38 and 61 + 195 => 12 + 196 => 24 + 198 => 16 + 203 => 102 + 205 => 79 + 207 => 82 + 209 => 34 + 214 => 51 + 215 => 109 + 218 => 75 + 219 => 7 + 222 => 103 + 223 => 50 and 111 + 224 => 35 + 225 => 52 + 228 => 18 + 229 => 74 + 230 => 20 + 231 => 23 and 62 + 232 => 100 + 234 => 66 + 235 => 11 + 236 => 60 + 237 => 81 and 92 + 238 => 110 + 239 => 107 + 240 => 101 + 244 => 6 and 68 + 245 => 33 + 246 => 1 + 247 => 77 + 251 => 89 + 252 => 30 + 253 => 40 + 254 => 71 + 255 => 65 + 258 => 91 + 261 => 26 and 94 + 262 => 63 + 263 => 95 + 265 => 14 Class: public com.volmit.iris.object.IrisEnchantment NameNotChanged Source: "IrisEnchantment.java" @@ -8931,24 +9632,28 @@ Class: public com.volmit.iris.object.IrisEnchantment NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisEnchantment - 19 => 3, 8, 9, 10, 14, 15, 18 and 20 - 25 => 4 - 30 => 22 - 35 => 7 - 41 => 26 - 43 => 2 - 46 => 23 - 50 => 12 - 52 => 5 - 54 => 19 - 58 => 16 and 17 - 60 => 1 - 64 => 13 - 67 => 11 + 19 => 8, 14, 18 and 19 + 22 => 1 + 25 => 24 + 27 => 2 + 30 => 3 + 32 => 7 + 35 => 23 + 37 => 26 + 41 => 13 + 44 => 12 + 46 => 25 + 50 => 15 + 52 => 17 + 54 => 4 + 58 => 9 and 21 + 60 => 22 + 64 => 16 + 67 => 20 69 => 6 - 74 => 24 - 76 => 21 - 81 => 25 + 74 => 5 + 76 => 10 + 81 => 11 Class: public com.volmit.iris.object.IrisGenerator NameNotChanged Source: "IrisGenerator.java" @@ -8999,57 +9704,73 @@ Class: public com.volmit.iris.object.IrisGenerator NameNotChanged private boolean hasCellCracks() => a() public boolean hasCliffs() SignatureNotChanged public int hashCode() SignatureNotChanged - private static synthetic com.volmit.iris.noise.CellGenerator lambda$0(long) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CellGenerator lambda$getCellGenerator$0(long) SignatureNotChanged public void setInterpolationFunction(com.volmit.iris.object.InterpolationMethod) SignatureNotChanged public void setInterpolationScale(double) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisGenerator - 23 => 1, 3, 4, 9, 16, 27, 29, 32, 34, 36, 43, 44, 47, 50, 51, 52, 53, 60 and 67 - 24 => 31, 35 and 46 - 30 => 13 - 35 => 33 - 40 => 23 - 45 => 55 - 49 => 14 - 55 => 5 - 59 => 48 - 63 => 8 - 68 => 39 - 73 => 68 - 80 => 41 - 86 => 22 - 92 => 58 - 97 => 17 - 101 => 45 - 103 => 65 - 105 => 12 - 108 => 63 - 117 => 62 - 122 => 11 and 66 - 247 => 64 - 252 => 54 - 254 => 26 - 255 => 56 - 258 => 49 - 259 => 20 - 260 => 24 - 262 => 40 and 59 - 264 => 2 - 265 => 30 - 268 => 7 - 270 => 21 - 272 => 57 - 275 => 28 - 276 => 25 - 278 => 18 - 283 => 10 - 284 => 38 - 289 => 15 - 294 => 61 - 295 => 19 - 296 => 42 - 301 => 6 - 302 => 37 + 23 => 14, 48 and 62 + 24 => 24, 32 and 54 + 27 => 37 + 30 => 23 + 32 => 35 + 35 => 45 + 37 => 8 + 40 => 64 + 42 => 55 + 45 => 65 + 47 => 68 + 49 => 52 + 51 => 38 + 55 => 42 + 57 => 20 + 59 => 19 + 61 => 56 + 63 => 2 + 65 => 33 + 68 => 15 + 70 => 11 + 73 => 30 + 75 => 1 + 80 => 63 + 82 => 44 + 86 => 26 + 88 => 21 + 92 => 53 + 94 => 57 + 97 => 22 + 99 => 16 + 101 => 13 + 103 => 49 and 51 + 106 => 50 + 108 => 7 + 117 => 58 + 122 => 4 and 28 + 247 => 3 + 252 => 47 + 254 => 18 + 255 => 27 + 258 => 29 + 259 => 40 + 260 => 12 + 262 => 34 + 264 => 59 + 265 => 10 + 266 => 66 + 268 => 25 + 270 => 67 + 272 => 9 + 275 => 61 + 276 => 46 + 278 => 39 + 283 => 31 + 284 => 43 + 289 => 60 + 294 => 36 + 295 => 17 + 296 => 6 + 301 => 5 + 302 => 41 Class: public com.volmit.iris.object.IrisGeneratorStyle NameNotChanged Source: "IrisGeneratorStyle.java" @@ -9074,26 +9795,31 @@ Class: public com.volmit.iris.object.IrisGeneratorStyle NameNotChanged public com.volmit.iris.object.NoiseStyle getStyle() SignatureNotChanged public double getZoom() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$create$0(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisGeneratorStyle - 15 => 2, 8, 15, 16, 17, 19, 20, 23, 25 and 32 - 21 => 4 and 14 - 26 => 5 and 11 - 31 => 3 and 7 - 35 => 6 and 13 - 41 => 9 and 18 - 43 => 26 and 31 - 45 => 21 - 47 => 1 - 49 => 27 - 50 => 10 - 51 => 28 - 54 => 12 - 55 => 22 - 57 => 24 - 58 => 30 - 61 => 29 + 15 => 7, 10, 15 and 20 + 18 => 4 and 23 + 21 => 29 + 23 => 2 and 28 + 26 => 30 + 28 => 17 and 32 + 31 => 14 + 33 => 3 and 21 + 35 => 9 + 37 => 6 and 11 + 41 => 25 + 43 => 1, 8 and 12 + 45 => 22 + 47 => 31 + 49 => 24 + 50 => 13 + 51 => 5 + 54 => 19 + 55 => 26 + 57 => 16 + 58 => 18 + 61 => 27 Class: public com.volmit.iris.object.IrisLoot NameNotChanged Source: "IrisLoot.java" @@ -9135,61 +9861,91 @@ Class: public com.volmit.iris.object.IrisLoot NameNotChanged public org.bukkit.Material getType() SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isUnbreakable() SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic void lambda$get$0(com.volmit.iris.util.KList, java.lang.String) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$get$1(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic void lambda$get$2(com.volmit.iris.util.KList, java.lang.String) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisLoot - 27 => 2, 9, 13, 14, 19, 21, 23, 25, 37, 38, 39, 43, 48, 55, 57, 64, 69 and 71 - 32 => 45 - 37 => 70 - 42 => 62 - 47 => 28 - 52 => 7 - 58 => 34 - 64 => 49 - 68 => 54 - 72 => 51 - 77 => 8 - 82 => 16 - 87 => 36 - 92 => 24 - 97 => 56 - 99 => 3 - 101 => 61 - 104 => 52 - 108 => 15 - 113 => 59 - 115 => 66 - 118 => 10 and 42 - 120 => 17 - 122 => 22 - 123 => 26 - 126 => 65 - 127 => 50 - 129 => 20 - 131 => 11 - 132 => 4 - 133 => 60 - 136 => 18 and 72 - 138 => 33 - 141 => 27 and 40 - 143 => 30 - 146 => 35 - 147 => 63 - 148 => 5 - 149 => 29 - 151 => 31 and 58 - 153 => 6 - 156 => 73 - 158 => 46 - 160 => 68 - 162 => 53 - 164 => 12 - 167 => 67 - 168 => 44 - 171 => 1 - 172 => 32 - 173 => 41 - 176 => 47 + 27 => 8, 15, 19 and 39 + 30 => 1 + 32 => 84 + 34 => 70 + 37 => 16 + 39 => 52 + 42 => 60 + 44 => 21 + 47 => 69 + 49 => 46 + 52 => 24 + 54 => 47 + 58 => 27 + 60 => 43 + 64 => 42 + 66 => 36 + 68 => 74 + 70 => 35 + 72 => 83 + 74 => 50 + 77 => 29 + 79 => 22 + 82 => 44 + 84 => 20 + 87 => 67 + 89 => 30 + 92 => 25 + 94 => 48 + 99 => 65 and 86 + 102 => 17 + 104 => 79 + 108 => 66 + 147 => 56 + 149 => 51 + 151 => 72 and 81 + 153 => 62 + 159 => 13 + 161 => 73 + 180 => 37 + 182 => 63 + 185 => 3 and 78 + 187 => 9 + 189 => 33 + 190 => 26 + 193 => 53 + 194 => 80 + 196 => 82 + 198 => 64 + 199 => 2 + 200 => 12 + 203 => 40 + 205 => 49 + 206 => 6 + 208 => 5 + 210 => 45 + 211 => 59 + 213 => 38 + 214 => 11 + 215 => 28 + 216 => 77 + 218 => 87 + 220 => 75 + 221 => 32 + 223 => 76 + 225 => 34 + 227 => 58 + 229 => 71 + 231 => 4 and 85 + 233 => 41 + 239 => 7 + 241 => 31 + 243 => 23 + 245 => 55 + 247 => 68 + 250 => 14 + 251 => 18 + 254 => 57 + 255 => 10 + 256 => 61 + 259 => 54 Class: public com.volmit.iris.object.IrisLootReference NameNotChanged Source: "IrisLootReference.java" @@ -9209,21 +9965,25 @@ Class: public com.volmit.iris.object.IrisLootReference NameNotChanged public com.volmit.iris.util.KList getTables() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getTt() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0(com.volmit.iris.gen.DimensionChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getLootTables$0(com.volmit.iris.gen.DimensionChunkGenerator) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisLootReference - 15 => 3, 4, 7, 12, 15, 17, 18 and 20 - 20 => 5 - 26 => 10 - 31 => 8 - 33 => 1 - 35 => 14 - 38 => 9 - 42 => 16 - 44 => 11 - 46 => 2 and 6 + 15 => 2, 8, 17 and 20 + 18 => 5 + 20 => 18 + 22 => 13 + 26 => 1 + 28 => 11 + 31 => 6 + 33 => 10 and 12 + 36 => 3 + 38 => 4 + 42 => 7 + 44 => 15 + 46 => 16 48 => 19 - 51 => 13 + 49 => 9 + 51 => 14 Class: public com.volmit.iris.object.IrisLootTable NameNotChanged Source: "IrisLootTable.java" @@ -9245,24 +10005,29 @@ Class: public com.volmit.iris.object.IrisLootTable NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisLootTable - 16 => 3, 4, 7, 18 and 23 - 17 => 9, 13 and 24 - 28 => 17 - 33 => 15 - 38 => 25 - 42 => 8 - 44 => 20 - 46 => 12 and 19 - 48 => 16 - 50 => 5 - 52 => 11 - 54 => 14 - 58 => 22 - 60 => 6 - 62 => 1 - 66 => 10 - 69 => 2 - 72 => 21 + 16 => 23 + 17 => 2, 14 and 16 + 23 => 20 + 25 => 4 + 28 => 24 + 30 => 25 + 33 => 6 + 35 => 7 + 38 => 10 + 42 => 21 + 44 => 9 + 46 => 8 + 48 => 11 + 50 => 22 + 52 => 1 + 54 => 18 + 58 => 13 + 60 => 15 + 62 => 5 + 64 => 12 + 66 => 17 + 70 => 19 + 72 => 3 Class: public com.volmit.iris.object.IrisNoiseGenerator NameNotChanged Source: "IrisNoiseGenerator.java" @@ -9308,65 +10073,82 @@ Class: public com.volmit.iris.object.IrisNoiseGenerator NameNotChanged public boolean isNegative() SignatureNotChanged public boolean isParametric() SignatureNotChanged public boolean isSinCentered() SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(long) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getGenerator$0(long) SignatureNotChanged public void setOctaves(int) SignatureNotChanged public void setOpacity(double) SignatureNotChanged public void setSeed(long) SignatureNotChanged public void setZoom(double) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisNoiseGenerator - 17 => 1, 2, 3, 4, 6, 9, 13, 15, 16, 24, 27, 28, 31, 33, 35, 37, 38, 43, 45, 46, 47, 51, 54 and 59 - 23 => 64 - 27 => 10 - 32 => 12 - 36 => 26 - 40 => 57 - 44 => 42 - 49 => 32 - 53 => 44 - 57 => 48 - 61 => 22 - 65 => 25 - 69 => 20 - 74 => 18 - 79 => 55 - 84 => 49 - 86 => 65 - 88 => 41 - 91 => 11 - 95 => 23 - 96 => 17 - 97 => 58 - 101 => 39 and 52 - 111 => 50 - 113 => 19 - 116 => 29 - 117 => 61 - 118 => 5 - 120 => 40 and 56 - 122 => 14 - 124 => 8 - 125 => 34 - 127 => 30 - 130 => 7 - 131 => 60 - 132 => 21 - 133 => 63 - 134 => 36 - 135 => 53 - 137 => 62 + 17 => 13, 15, 16, 27, 28, 30, 35 and 39 + 20 => 49 + 23 => 31 + 25 => 5 + 27 => 24 + 29 => 41 + 32 => 46 + 34 => 62 + 36 => 43 + 38 => 18 + 40 => 2 + 42 => 50 + 44 => 4 + 46 => 61 + 49 => 51 + 51 => 11 + 53 => 3 + 55 => 53 + 57 => 59 + 59 => 32 + 61 => 44 + 63 => 19 + 65 => 29 + 67 => 21 + 69 => 52 + 71 => 9 + 74 => 42 and 56 + 76 => 38 + 79 => 40 + 81 => 60 + 84 => 54 + 86 => 1 and 22 + 89 => 12 + 91 => 48 + 95 => 55 + 96 => 57 + 97 => 45 + 101 => 17 and 36 + 111 => 64 + 113 => 47 + 116 => 33 + 117 => 23 + 118 => 63 + 120 => 34 + 122 => 26 + 124 => 14 + 125 => 7 + 127 => 10 + 128 => 65 + 130 => 66 + 131 => 37 + 132 => 25 + 133 => 6 + 134 => 20 + 135 => 8 + 137 => 58 Class: public com.volmit.iris.object.IrisObject NameNotChanged Source: "IrisObject.java" FieldsOf: com.volmit.iris.object.IrisObject - private static final org.bukkit.block.data.BlockData AIR => k - private static final org.bukkit.Material SNOW => m - private static final org.bukkit.block.data.BlockData[] SNOW_LAYERS => j - private com.volmit.iris.util.KMap blocks => g - private transient org.bukkit.util.BlockVector center => l - private int d => e - private int h => i - private int w => f + private static final org.bukkit.block.data.BlockData AIR => h + private static final org.bukkit.Material SNOW => d + private static final org.bukkit.block.data.BlockData[] SNOW_LAYERS => f + private com.volmit.iris.util.KMap blocks => e + private transient org.bukkit.util.BlockVector center => g + private int d => i + private int h => k + public static boolean shitty NameNotChanged + private int w => j MethodsOf: com.volmit.iris.object.IrisObject static void () SignatureNotChanged public void (int, int, int) SignatureNotChanged @@ -9380,6 +10162,7 @@ Class: public com.volmit.iris.object.IrisObject NameNotChanged public int getH() SignatureNotChanged public int getW() SignatureNotChanged public int hashCode() SignatureNotChanged + private static synthetic java.lang.Integer lambda$place$0(com.volmit.iris.util.KMap, com.volmit.iris.util.ChunkPosition, org.bukkit.block.data.BlockData, int, com.volmit.iris.util.ChunkPosition, java.lang.Integer) SignatureNotChanged public void place(int, int, com.volmit.iris.util.IObjectPlacer, com.volmit.iris.object.IrisObjectPlacement, com.volmit.iris.util.RNG) SignatureNotChanged public int place(int, int, int, com.volmit.iris.util.IObjectPlacer, com.volmit.iris.object.IrisObjectPlacement, com.volmit.iris.util.RNG) SignatureNotChanged public int place(int, int, int, com.volmit.iris.util.IObjectPlacer, com.volmit.iris.object.IrisObjectPlacement, com.volmit.iris.util.RNG, java.util.function.Consumer) SignatureNotChanged @@ -9393,182 +10176,233 @@ Class: public com.volmit.iris.object.IrisObject NameNotChanged public void write(java.io.File) SignatureNotChanged public void write(java.io.OutputStream) SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObject - 30 => 1, 28, 30, 53, 114, 158 and 180 - 31 => 98, 133 and 151 - 34 => 14 - 35 => 181 - 36 => 103 - 45 => 76 - 46 => 95 - 47 => 21 - 49 => 61 and 90 - 51 => 194 - 54 => 19 - 57 => 31 - 59 => 7 - 60 => 22 - 61 => 187 - 62 => 177 - 63 => 62 - 64 => 145 - 68 => 34 - 69 => 113 - 70 => 184 - 71 => 193 - 72 => 199 - 77 => 54 - 78 => 47 - 79 => 8 - 80 => 57 - 81 => 99 - 82 => 161 - 84 => 10 and 104 - 86 => 127 - 88 => 49 - 92 => 45 - 93 => 35 - 94 => 102 - 95 => 109 - 99 => 185 - 100 => 51 - 101 => 78 - 102 => 112 - 103 => 170 - 107 => 60 - 108 => 101 - 109 => 175 - 110 => 120 - 111 => 55 - 112 => 75 and 154 - 114 => 64 - 115 => 162 - 116 => 13 - 117 => 69 - 119 => 16 - 134 => 189 - 136 => 106 - 139 => 37 - 141 => 84 - 143 => 85 - 144 => 58 - 148 => 79 - 150 => 26 - 154 => 41 - 155 => 155 - 159 => 68 - 164 => 166 - 165 => 39 - 166 => 12 - 167 => 196 - 168 => 139 - 169 => 118 - 171 => 56 - 173 => 44 - 175 => 195 - 176 => 96 - 178 => 11 - 180 => 160 - 181 => 126 - 183 => 2 and 110 - 185 => 38 and 125 - 187 => 97 - 189 => 74 - 191 => 159 - 195 => 71 - 197 => 59 - 199 => 18 - 200 => 183 - 202 => 33 and 94 - 204 => 46 and 146 - 206 => 81 - 208 => 29 - 210 => 148 - 214 => 4 - 216 => 43 - 218 => 50 - 219 => 87 - 220 => 91 - 222 => 132 and 153 - 224 => 9 and 168 - 226 => 123 - 228 => 17 - 230 => 66 - 234 => 156 - 236 => 157 - 238 => 93 - 239 => 134 - 240 => 136 - 242 => 80 and 203 - 244 => 100 and 192 - 246 => 138 - 248 => 23 - 250 => 179 - 254 => 121 - 256 => 164 - 258 => 201 - 260 => 20 - 264 => 169 - 267 => 5 - 269 => 115 - 272 => 40 - 274 => 25 - 276 => 174 - 278 => 147 - 282 => 36 - 284 => 15 - 287 => 124 - 289 => 72 - 292 => 70 - 294 => 6 and 178 - 296 => 86 and 173 - 298 => 3 and 89 - 300 => 128 - 306 => 32 and 131 - 308 => 143 - 309 => 190 - 310 => 197 - 311 => 200 - 313 => 176 - 315 => 27 - 318 => 67 and 172 - 320 => 77 and 188 - 322 => 122 - 324 => 141 - 329 => 119 - 330 => 140 - 331 => 182 - 332 => 48 - 334 => 92 - 336 => 202 - 339 => 111 - 341 => 163 - 343 => 105 - 345 => 116 - 348 => 152 - 350 => 88 - 354 => 150 - 356 => 171 - 359 => 73 - 361 => 108 - 364 => 82 - 366 => 117 - 369 => 65 - 372 => 149 - 374 => 83 - 376 => 130 and 191 - 378 => 107 - 379 => 63 - 380 => 129 - 382 => 186 - 384 => 24 - 385 => 142 - 387 => 198 - 390 => 167 - 391 => 137 - 396 => 144 - 412 => 135 and 165 - 414 => 52 - 416 => 42 + 30 => 83 and 95 + 31 => 12, 109 and 232 + 34 => 69 + 35 => 87 + 36 => 54 + 37 => 148 + 38 => 76 + 39 => 226 + 40 => 63 + 41 => 57 + 42 => 213 + 46 => 157 + 47 => 133 + 48 => 40 + 50 => 214 + 52 => 139 + 53 => 175 + 55 => 239 + 59 => 219 + 60 => 97 + 61 => 77 + 62 => 106 + 63 => 82 + 64 => 34 + 65 => 187 + 69 => 68 + 70 => 193 + 71 => 191 + 72 => 64 + 73 => 9 + 78 => 104 + 80 => 242 + 83 => 71 + 84 => 180 + 85 => 66 + 86 => 3 + 87 => 220 + 88 => 156 + 90 => 103 and 114 + 92 => 212 + 94 => 181 + 98 => 202 + 100 => 79 + 102 => 140 + 103 => 115 + 104 => 16 + 105 => 129 + 109 => 27 + 111 => 137 + 113 => 183 + 114 => 26 + 115 => 33 + 116 => 37 + 117 => 231 + 121 => 167 + 123 => 35 + 125 => 147 + 126 => 161 + 127 => 85 + 128 => 101 + 129 => 237 + 130 => 136 + 132 => 46 + 133 => 169 + 134 => 43 + 135 => 205 + 136 => 55 + 137 => 152 + 156 => 189 + 158 => 154 + 160 => 208 + 162 => 119 + 165 => 59 + 167 => 199 + 169 => 138 + 174 => 62 + 176 => 195 + 180 => 112 + 182 => 36 + 184 => 15 + 185 => 142 + 189 => 60 + 194 => 178 + 195 => 28 + 196 => 176 + 197 => 217 + 198 => 243 + 199 => 20 + 200 => 126 + 201 => 170 + 202 => 196 + 203 => 166 + 205 => 72 + 207 => 192 + 209 => 67 + 212 => 223 + 214 => 229 + 215 => 51 + 217 => 42 and 74 + 219 => 31 and 113 + 221 => 158 + 223 => 177 + 225 => 201 + 229 => 89 + 231 => 128 + 233 => 4 + 234 => 130 + 236 => 230 and 241 + 238 => 117 and 188 + 240 => 81 + 242 => 53 + 244 => 141 + 248 => 80 + 250 => 29 + 252 => 44 + 253 => 143 + 254 => 153 + 256 => 86 and 210 + 258 => 92 and 172 + 260 => 179 + 262 => 65 + 264 => 121 + 268 => 102 + 270 => 100 + 272 => 197 + 273 => 6 + 274 => 163 + 276 => 61 and 88 + 278 => 11 and 184 + 280 => 123 + 282 => 70 + 284 => 145 + 288 => 111 + 290 => 151 + 292 => 203 + 298 => 105 + 301 => 174 + 303 => 14 + 306 => 116 + 308 => 90 + 310 => 225 + 314 => 185 + 316 => 160 + 319 => 22 + 321 => 227 + 324 => 162 + 326 => 146 and 240 + 328 => 107 and 164 + 330 => 91 and 127 + 332 => 215 + 334 => 236 + 341 => 45 + 343 => 171 + 344 => 75 + 345 => 1 + 346 => 228 + 348 => 204 + 350 => 120 + 353 => 118 + 355 => 30 + 357 => 165 + 359 => 93 + 361 => 110 + 362 => 131 + 364 => 150 + 365 => 125 + 366 => 122 + 367 => 134 + 369 => 56 + 371 => 23 + 374 => 8 + 376 => 17 + 378 => 190 + 380 => 155 + 383 => 200 + 385 => 49 + 389 => 132 + 391 => 233 + 394 => 159 + 396 => 47 + 399 => 98 + 401 => 99 + 404 => 7 + 406 => 21 + 408 => 168 + 409 => 216 + 410 => 5 + 411 => 209 + 413 => 221 + 415 => 39 + 416 => 19 + 419 => 24 + 421 => 206 + 422 => 211 + 425 => 173 + 428 => 2 + 430 => 144 + 432 => 10 + 434 => 222 + 435 => 48 + 436 => 52 + 437 => 234 + 438 => 41 + 440 => 96 + 442 => 94 and 124 + 444 => 50 + 447 => 84 + 450 => 194 + 452 => 73 + 454 => 108 + 456 => 235 + 457 => 238 + 458 => 78 + 460 => 207 + 462 => 182 + 463 => 13 + 465 => 186 + 468 => 224 + 469 => 32 + 471 => 149 + 474 => 135 + 495 => 218 + 497 => 58 + 500 => 198 + 502 => 25 + 503 => 18 + 504 => 38 Class: public com.volmit.iris.object.IrisObjectLimit NameNotChanged Source: "IrisObjectLimit.java" @@ -9586,18 +10420,22 @@ Class: public com.volmit.iris.object.IrisObjectLimit NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObjectLimit - 11 => 3, 5, 8, 11, 12 and 13 - 18 => 7 - 24 => 10 - 26 => 4 - 29 => 1 - 33 => 6 - 35 => 2 - 38 => 9 + 11 => 2, 8, 10 and 11 + 14 => 13 + 18 => 12 + 20 => 9 + 24 => 3 + 27 => 7 + 29 => 6 + 33 => 4 + 35 => 1 + 38 => 5 Class: public com.volmit.iris.object.IrisObjectPlacement NameNotChanged Source: "IrisObjectPlacement.java" FieldsOf: com.volmit.iris.object.IrisObjectPlacement + private int boarExtendMaxY NameNotChanged + private int boarExtendMinY NameNotChanged private boolean bore NameNotChanged private boolean bottom NameNotChanged private double chance NameNotChanged @@ -9607,6 +10445,7 @@ Class: public com.volmit.iris.object.IrisObjectPlacement NameNotChanged private boolean meld NameNotChanged private com.volmit.iris.object.ObjectPlaceMode mode NameNotChanged private boolean onwater NameNotChanged + private int overStilt NameNotChanged private com.volmit.iris.util.KList place NameNotChanged private com.volmit.iris.object.IrisObjectRotation rotation NameNotChanged private double snow NameNotChanged @@ -9619,11 +10458,14 @@ Class: public com.volmit.iris.object.IrisObjectPlacement NameNotChanged public void () SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged + public int getBoarExtendMaxY() SignatureNotChanged + public int getBoarExtendMinY() SignatureNotChanged public double getChance() SignatureNotChanged public com.volmit.iris.object.IrisObjectLimit getClamp() SignatureNotChanged public int getDensity() SignatureNotChanged public com.volmit.iris.util.KList getEdit() SignatureNotChanged public com.volmit.iris.object.ObjectPlaceMode getMode() SignatureNotChanged + public int getOverStilt() SignatureNotChanged public com.volmit.iris.util.KList getPlace() SignatureNotChanged public com.volmit.iris.object.IrisObjectRotation getRotation() SignatureNotChanged public com.volmit.iris.object.IrisObject getSchematic(com.volmit.iris.gen.ContextualChunkGenerator, com.volmit.iris.util.RNG) SignatureNotChanged @@ -9647,33 +10489,55 @@ Class: public com.volmit.iris.object.IrisObjectPlacement NameNotChanged public void setWaterloggable(boolean) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObjectPlacement - 18 => 1, 2, 7, 10, 12, 14, 16, 17, 21, 22, 24, 27, 28, 29, 30, 32, 33, 36, 37, 38, 39, 41, 43, 44, 47, 49 and 50 - 26 => 20 - 30 => 23 - 34 => 52 - 39 => 5 - 43 => 48 - 47 => 31 - 51 => 34 - 57 => 45 - 64 => 42 - 69 => 51 - 73 => 26 - 77 => 11 - 81 => 53 - 85 => 6 - 89 => 40 - 93 => 25 - 95 => 15 - 98 => 19 - 102 => 13 - 104 => 8 - 107 => 9 - 112 => 3 - 114 => 18 - 117 => 4 - 119 => 35 + 18 => 10, 17, 18, 19, 20, 24, 30, 36, 47, 48 and 58 + 21 => 50 + 26 => 28 + 28 => 37 + 30 => 11 + 32 => 12 + 34 => 31 + 36 => 27 + 39 => 43 + 41 => 7 + 43 => 41 + 45 => 38 + 47 => 25 + 49 => 33 + 51 => 22 + 53 => 15 + 57 => 26 + 59 => 54 + 64 => 59 + 66 => 13 + 69 => 16 + 71 => 23 + 75 => 51 + 77 => 57 + 81 => 52 + 83 => 32 + 87 => 53 + 89 => 34 + 91 => 3 + 93 => 9 + 95 => 2 + 97 => 44 + 99 => 4 + 101 => 29 + 103 => 45 + 105 => 21 + 107 => 56 + 109 => 39 + 111 => 8 + 114 => 40 + 116 => 5 + 120 => 35 122 => 46 + 125 => 6 + 130 => 14 + 132 => 1 + 135 => 42 + 137 => 49 + 140 => 55 Class: public com.volmit.iris.object.IrisObjectReplace NameNotChanged Source: "IrisObjectReplace.java" @@ -9682,8 +10546,8 @@ Class: public com.volmit.iris.object.IrisObjectReplace NameNotChanged private com.volmit.iris.util.KList find NameNotChanged private transient com.volmit.iris.gen.atomics.AtomicCache findData => a private com.volmit.iris.util.KList replace NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache replaceData => c - private transient com.volmit.iris.gen.atomics.AtomicCache replaceGen => b + private transient com.volmit.iris.gen.atomics.AtomicCache replaceData => b + private transient com.volmit.iris.gen.atomics.AtomicCache replaceGen => c MethodsOf: com.volmit.iris.object.IrisObjectReplace static void () SignatureNotChanged public void () SignatureNotChanged @@ -9697,21 +10561,22 @@ Class: public com.volmit.iris.object.IrisObjectReplace NameNotChanged public com.volmit.iris.gen.atomics.AtomicCache getReplaceGen() SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isExact() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$1() SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$2(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getFind$0() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getReplace$1() SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$getReplace$2(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObjectReplace - 18 => 3, 5, 7, 10, 11, 18, 19 and 20 - 35 => 9 - 37 => 15 - 38 => 1 - 39 => 16 - 41 => 14 - 44 => 4 - 48 => 8 and 13 - 53 => 6 and 12 - 58 => 2 and 17 + 18 => 1, 5, 7 and 11 + 33 => 20 + 35 => 12 + 37 => 2 and 16 + 38 => 6 and 19 + 39 => 10 and 18 + 42 => 13 + 44 => 14 + 48 => 9 and 17 + 53 => 4 and 8 + 58 => 3 and 15 Class: public com.volmit.iris.object.IrisObjectRotation NameNotChanged Source: "IrisObjectRotation.java" @@ -9744,107 +10609,111 @@ Class: public com.volmit.iris.object.IrisObjectRotation NameNotChanged public void setYAxis(com.volmit.iris.object.IrisAxisRotationClamp) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObjectRotation - 19 => 21, 25, 42, 45, 48, 70, 75, 96 and 111 - 24 => 23 - 28 => 26 - 32 => 10 - 36 => 29 - 38 => 32 - 41 => 100 - 45 => 79 - 50 => 74 - 55 => 30 - 60 => 11 - 62 => 85 - 65 => 17 - 67 => 58 - 70 => 73 - 75 => 102 - 76 => 94 - 77 => 64 - 79 => 101 - 81 => 82 - 84 => 98 - 86 => 57 + 19 => 12, 37, 78, 86 and 87 + 22 => 105 + 24 => 48 + 26 => 27 + 28 => 23 + 30 => 14 + 32 => 28 + 34 => 34 + 36 => 44 + 39 => 104 + 41 => 50 + 45 => 31 + 50 => 60 + 55 => 88 + 60 => 90 + 62 => 81 + 65 => 98 + 67 => 94 + 70 => 103 + 75 => 67 + 76 => 45 + 77 => 8 + 79 => 74 + 81 => 69 + 84 => 80 + 86 => 17 89 => 108 - 91 => 90 - 94 => 81 - 96 => 16 - 99 => 91 - 101 => 19 - 104 => 13 - 106 => 35 - 109 => 67 - 114 => 61 - 115 => 87 - 116 => 46 - 118 => 34 - 120 => 72 - 123 => 65 - 125 => 14 - 126 => 110 - 127 => 62 - 128 => 95 - 129 => 50 - 131 => 83 - 133 => 88 - 134 => 43 - 136 => 7 - 138 => 44 - 140 => 97 - 142 => 84 - 144 => 31 - 145 => 37 - 146 => 66 - 147 => 41 - 148 => 36 - 149 => 5 - 150 => 20 - 152 => 28 - 154 => 89 - 155 => 52 - 157 => 39 and 80 - 159 => 2 - 160 => 103 - 161 => 53 - 163 => 104 - 165 => 86 - 169 => 18 and 59 - 171 => 38 - 174 => 24 and 92 - 176 => 106 - 180 => 71 - 185 => 63 - 187 => 93 - 190 => 15 - 192 => 47 - 194 => 60 - 197 => 27 - 199 => 51 - 202 => 12 + 91 => 42 + 94 => 41 + 96 => 89 + 99 => 25 + 101 => 3 + 104 => 92 + 106 => 16 + 109 => 9 + 114 => 95 + 115 => 7 + 116 => 22 + 118 => 65 + 120 => 19 + 123 => 59 + 125 => 6 + 126 => 57 + 127 => 99 + 128 => 33 + 129 => 70 + 131 => 52 + 133 => 83 + 136 => 35 + 138 => 32 + 140 => 71 + 142 => 54 + 144 => 73 + 145 => 24 + 146 => 10 + 147 => 30 + 148 => 102 + 149 => 29 + 150 => 68 + 152 => 84 + 154 => 46 + 155 => 66 + 157 => 101 + 159 => 77 + 160 => 75 + 161 => 4 + 163 => 49 + 165 => 79 + 167 => 82 + 169 => 5 + 171 => 2 + 172 => 56 + 174 => 51 + 176 => 39 + 177 => 109 + 180 => 107 + 185 => 43 + 187 => 63 + 190 => 85 + 192 => 106 + 194 => 93 + 197 => 100 + 199 => 58 + 202 => 91 204 => 40 - 206 => 107 - 208 => 55 - 209 => 9 - 210 => 112 - 212 => 109 - 214 => 99 - 215 => 1 - 216 => 33 - 217 => 68 - 219 => 3 - 221 => 4 - 222 => 22 - 223 => 49 - 224 => 105 - 228 => 6 - 230 => 56 - 234 => 54 - 238 => 78 - 243 => 69 - 248 => 8 - 253 => 76 - 258 => 77 + 206 => 11 + 208 => 15 + 209 => 1 + 212 => 53 + 214 => 26 + 215 => 97 + 216 => 38 + 217 => 76 + 219 => 36 + 221 => 62 + 222 => 18 + 223 => 64 + 224 => 55 + 228 => 72 + 234 => 96 + 238 => 61 + 243 => 13 + 248 => 21 + 253 => 20 + 258 => 47 Class: public com.volmit.iris.object.IrisObjectTranslate NameNotChanged Source: "IrisObjectTranslate.java" @@ -9865,18 +10734,21 @@ Class: public com.volmit.iris.object.IrisObjectTranslate NameNotChanged public java.lang.String toString() SignatureNotChanged public org.bukkit.util.BlockVector translate(org.bukkit.util.BlockVector, com.volmit.iris.object.IrisObjectRotation, int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisObjectTranslate - 14 => 5, 6, 7, 9, 13, 17 and 19 - 21 => 16 - 28 => 10 - 34 => 12 - 36 => 14 - 38 => 8 - 39 => 1 - 40 => 15 - 41 => 3 - 45 => 11 - 60 => 2 - 62 => 4 + 14 => 5, 11, 13 and 15 + 17 => 14 + 21 => 6 + 23 => 2 + 28 => 12 + 30 => 8 + 34 => 3 + 37 => 17 + 38 => 1 + 39 => 9 + 40 => 10 + 41 => 16 + 45 => 19 + 60 => 4 + 62 => 7 65 => 18 Class: public com.volmit.iris.object.IrisPostProcessor NameNotChanged @@ -9896,18 +10768,20 @@ Class: public com.volmit.iris.object.IrisPostProcessor NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisPostProcessor - 13 => 9, 13 and 15 - 14 => 2, 5 and 11 - 22 => 16 - 27 => 6 - 31 => 1 - 32 => 3 - 34 => 14 - 36 => 8 - 37 => 7 - 38 => 10 - 42 => 12 - 43 => 4 + 13 => 15 + 14 => 1, 7 and 14 + 17 => 5 + 22 => 12 + 24 => 10 + 27 => 4 + 31 => 13 + 32 => 8 + 35 => 16 + 36 => 11 + 37 => 6 + 38 => 2 + 42 => 3 + 43 => 9 Class: public com.volmit.iris.object.IrisRareObject NameNotChanged Source: "IrisRareObject.java" @@ -9924,37 +10798,39 @@ Class: public com.volmit.iris.object.IrisRareObject NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisRareObject - 14 => 2, 4, 5, 7 and 9 - 15 => 1, 6 and 8 - 22 => 3 - 28 => 10 + 14 => 4 and 6 + 15 => 1, 3 and 8 + 18 => 7 + 22 => 2 + 24 => 5 + 28 => 9 Class: public com.volmit.iris.object.IrisRegion NameNotChanged Source: "IrisRegion.java" FieldsOf: com.volmit.iris.object.IrisRegion - private static synthetic int[] $SWITCH_TABLE$com$volmit$iris$object$InferredType => e private double biomeImplosionRatio NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache cacheRidge => k - private transient com.volmit.iris.gen.atomics.AtomicCache cacheSpot => j + private com.volmit.iris.util.KList blockDrops NameNotChanged + private transient com.volmit.iris.gen.atomics.AtomicCache cacheRidge => j + private transient com.volmit.iris.gen.atomics.AtomicCache cacheSpot => e private double caveBiomeZoom NameNotChanged private com.volmit.iris.util.KList caveBiomes NameNotChanged - private com.volmit.iris.util.KList deposits => i + private com.volmit.iris.util.KList deposits => h private com.volmit.iris.util.KList effects NameNotChanged private double landBiomeZoom NameNotChanged private com.volmit.iris.util.KList landBiomes NameNotChanged private com.volmit.iris.object.IrisLootReference loot NameNotChanged private java.lang.String name NameNotChanged private int rarity NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache realCaveBiomes => g - private transient com.volmit.iris.gen.atomics.AtomicCache realLandBiomes => l - private transient com.volmit.iris.gen.atomics.AtomicCache realSeaBiomes => f - private transient com.volmit.iris.gen.atomics.AtomicCache realShoreBiomes => d + private transient com.volmit.iris.gen.atomics.AtomicCache realCaveBiomes => k + private transient com.volmit.iris.gen.atomics.AtomicCache realLandBiomes => f + private transient com.volmit.iris.gen.atomics.AtomicCache realSeaBiomes => i + private transient com.volmit.iris.gen.atomics.AtomicCache realShoreBiomes => g private com.volmit.iris.util.KList ridgeBiomes NameNotChanged private double seaBiomeZoom NameNotChanged private com.volmit.iris.util.KList seaBiomes NameNotChanged private double shoreBiomeZoom NameNotChanged private com.volmit.iris.util.KList shoreBiomes NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache shoreHeightGenerator => h + private transient com.volmit.iris.gen.atomics.AtomicCache shoreHeightGenerator => d private double shoreHeightMax NameNotChanged private double shoreHeightMin NameNotChanged private double shoreHeightZoom NameNotChanged @@ -9962,16 +10838,15 @@ Class: public com.volmit.iris.object.IrisRegion NameNotChanged private com.volmit.iris.util.KList spotBiomes NameNotChanged private com.volmit.iris.util.KList structures NameNotChanged MethodsOf: com.volmit.iris.object.IrisRegion - static synthetic int[] $SWITCH_TABLE$com$volmit$iris$object$InferredType() => a() static void () SignatureNotChanged public void () SignatureNotChanged - private static java.lang.NoSuchFieldError a(java.lang.NoSuchFieldError) SignatureNotChanged protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public com.volmit.iris.util.KList getAllBiomes(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public double getBiomeImplosionRatio() SignatureNotChanged public double getBiomeZoom(com.volmit.iris.object.InferredType) SignatureNotChanged public com.volmit.iris.util.KList getBiomes(com.volmit.iris.gen.ContextualChunkGenerator, com.volmit.iris.object.InferredType) SignatureNotChanged + public com.volmit.iris.util.KList getBlockDrops() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getCacheRidge() SignatureNotChanged public com.volmit.iris.gen.atomics.AtomicCache getCacheSpot() SignatureNotChanged public double getCaveBiomeZoom() SignatureNotChanged @@ -10007,115 +10882,151 @@ Class: public com.volmit.iris.object.IrisRegion NameNotChanged public com.volmit.iris.util.KList getSpotBiomes() SignatureNotChanged public com.volmit.iris.util.KList getStructures() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$0() SignatureNotChanged - private static synthetic void lambda$1(com.volmit.iris.util.KList, com.volmit.iris.object.IrisRegionRidge) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$10(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$2() SignatureNotChanged - private static synthetic void lambda$3(com.volmit.iris.util.KList, com.volmit.iris.object.IrisRegionSpot) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$4() SignatureNotChanged - private static synthetic void lambda$5(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegionSpot) SignatureNotChanged - private static synthetic void lambda$6(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegionRidge) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$7(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$8(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.util.KList lambda$9(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private static synthetic void lambda$getAllBiomes$5(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegionSpot) SignatureNotChanged + private static synthetic void lambda$getAllBiomes$6(com.volmit.iris.util.KSet, com.volmit.iris.object.IrisRegionRidge) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealCaveBiomes$7(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealLandBiomes$10(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealSeaBiomes$9(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRealShoreBiomes$8(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getRidgeBiomeKeys$1() SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getShoreHeightGenerator$4() SignatureNotChanged + private synthetic com.volmit.iris.util.KList lambda$getSpotBiomeKeys$3() SignatureNotChanged + private static synthetic void lambda$null$0(com.volmit.iris.util.KList, com.volmit.iris.object.IrisRegionRidge) SignatureNotChanged + private static synthetic void lambda$null$2(com.volmit.iris.util.KList, com.volmit.iris.object.IrisRegionSpot) SignatureNotChanged public void setName(java.lang.String) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisRegion - 23 => 1, 8, 9, 17, 18, 27, 32, 39, 41, 42, 54, 55, 62, 64, 65, 66, 67, 69, 74, 78, 81, 82, 88, 101, 109, 118, 119, 131, 134, 136 and 137 - 24 => 29, 60 and 115 - 25 => 35 - 31 => 71 - 36 => 106 - 42 => 5 + 24 => 2, 85 and 90 + 25 => 83, 115 and 127 + 28 => 129 + 32 => 35 + 34 => 14 + 37 => 106 + 39 => 92 + 43 => 39 + 45 => 135 48 => 25 - 53 => 13 - 57 => 57 - 62 => 4 - 67 => 49 - 72 => 45 - 77 => 19 - 82 => 30 - 87 => 44 - 93 => 117 - 98 => 52 - 104 => 96 - 110 => 105 - 116 => 126 - 121 => 85 - 126 => 15 - 131 => 40 - 135 => 58 - 137 => 113 - 138 => 91 - 139 => 86 - 140 => 80 - 141 => 104 - 142 => 20 - 143 => 111 - 147 => 37 - 150 => 50 - 152 => 97 - 154 => 107 - 156 => 95 - 161 => 120 - 166 => 33 - 168 => 23 - 169 => 46 and 59 - 171 => 11 - 177 => 98 - 179 => 92 - 180 => 14 and 68 - 181 => 108 - 187 => 90 - 189 => 129 - 195 => 7 - 200 => 127 - 201 => 128 - 202 => 121 - 203 => 103 - 204 => 135 - 205 => 73 - 206 => 21 and 102 - 207 => 53 and 61 - 209 => 43 and 130 - 211 => 83 and 133 - 213 => 89 - 215 => 110 - 216 => 48 - 219 => 6 - 220 => 122 - 221 => 10 - 222 => 124 - 226 => 36 - 231 => 56 - 233 => 22 - 236 => 51 - 238 => 26 - 241 => 94 - 243 => 16 - 246 => 93 - 248 => 47 - 251 => 99 - 256 => 76 - 258 => 34 - 260 => 87 and 125 - 262 => 2 - 265 => 3 - 271 => 28 - 273 => 12 - 275 => 38 and 77 - 277 => 70 - 280 => 100 - 286 => 72 - 288 => 112 - 290 => 24 and 84 - 292 => 114 - 295 => 123 - 301 => 132 - 303 => 31 - 305 => 63 and 75 - 307 => 79 - 310 => 116 + 50 => 15 + 54 => 41 + 56 => 60 + 59 => 110 + 61 => 67 + 63 => 113 + 65 => 104 + 68 => 8 + 70 => 11 + 73 => 80 + 75 => 6 + 78 => 133 + 80 => 48 + 83 => 130 + 85 => 29 + 88 => 122 + 90 => 7 + 93 => 112 + 95 => 108 + 99 => 76 + 101 => 74 + 104 => 121 + 106 => 81 + 111 => 37 + 113 => 4 + 118 => 97 + 120 => 132 + 125 => 107 + 127 => 72 + 131 => 86 + 133 => 38 + 136 => 63 + 138 => 70 + 141 => 105 + 143 => 33 + 145 => 18 + 147 => 28 and 125 + 148 => 44 and 45 + 149 => 27 + 150 => 34 and 77 + 151 => 46 and 66 + 152 => 101 and 117 + 153 => 5 and 32 + 157 => 1 + 160 => 12 + 162 => 69 + 164 => 54 + 166 => 26 + 171 => 58 + 176 => 102 + 178 => 64 + 179 => 21 and 84 + 181 => 47 + 187 => 87 + 189 => 61 + 190 => 3 and 17 + 191 => 75 + 197 => 42 + 199 => 134 + 205 => 43 + 210 => 95 + 211 => 128 + 212 => 89 + 213 => 40 + 214 => 59 + 215 => 16 + 216 => 94 and 111 + 217 => 91 and 114 + 219 => 19 + 221 => 73 + 223 => 36 + 225 => 119 + 226 => 56 + 229 => 93 + 230 => 20 + 231 => 24 + 232 => 68 + 233 => 79 + 236 => 62 + 241 => 96 + 243 => 136 + 246 => 22 + 248 => 50 + 251 => 55 + 253 => 118 + 256 => 98 + 258 => 99 + 261 => 52 + 266 => 124 + 268 => 103 + 270 => 100 + 272 => 53 + 273 => 51 + 275 => 71 + 281 => 126 + 283 => 49 + 285 => 57 + 287 => 13 + 288 => 116 + 290 => 65 + 296 => 109 + 298 => 131 + 300 => 82 + 302 => 30 + 303 => 88 + 305 => 9 + 311 => 10 + 313 => 120 + 315 => 31 + 317 => 123 + 318 => 78 + 320 => 23 + +Class: synthetic com.volmit.iris.object.IrisRegion$1 => com.volmit.iris.object.IrisRegion$a + Source: "IrisRegion.java" + FieldsOf: com.volmit.iris.object.IrisRegion$1 + static final synthetic int[] $SwitchMap$com$volmit$iris$object$InferredType => a + MethodsOf: com.volmit.iris.object.IrisRegion$1 + static void () SignatureNotChanged + LineNumbersOf: com.volmit.iris.object.IrisRegion$1 + 157 => 1 Class: public com.volmit.iris.object.IrisRegionRidge NameNotChanged Source: "IrisRegionRidge.java" @@ -10155,41 +11066,52 @@ Class: public com.volmit.iris.object.IrisRegionRidge NameNotChanged public com.volmit.iris.object.InferredType getType() SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isRidge(com.volmit.iris.util.RNG, double, double) SignatureNotChanged - private synthetic com.volmit.iris.noise.CellGenerator lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private synthetic com.volmit.iris.noise.CellGenerator lambda$1(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CellGenerator lambda$getRidgeGenerator$1(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CellGenerator lambda$getSpotGenerator$0(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisRegionRidge - 16 => 1, 3, 4, 6, 11, 12, 13, 18, 19, 23, 24, 28, 32, 34, 38, 39 and 40 - 28 => 44 - 32 => 15 - 36 => 47 - 43 => 10 - 48 => 43 - 52 => 42 - 57 => 26 - 62 => 30 - 67 => 25 - 71 => 20 - 73 => 2 - 74 => 29 - 76 => 16 - 79 => 41 - 83 => 5 - 85 => 36 - 86 => 17 - 87 => 9 - 88 => 31 - 94 => 46 - 96 => 35 - 97 => 45 - 98 => 22 - 99 => 37 - 115 => 33 - 117 => 21 - 119 => 7 - 123 => 14 - 125 => 8 - 128 => 27 + 16 => 7, 9, 25 and 37 + 23 => 34 + 25 => 8 + 28 => 35 + 30 => 29 + 32 => 22 + 34 => 13 + 36 => 24 + 38 => 26 + 43 => 15 + 45 => 17 + 48 => 48 + 50 => 30 + 52 => 36 + 54 => 43 + 57 => 47 + 59 => 5 + 62 => 23 + 64 => 45 + 67 => 10 + 69 => 6 + 71 => 14 and 28 + 73 => 18 and 20 + 74 => 11 and 33 + 77 => 4 + 79 => 38 + 83 => 19 + 85 => 3 + 86 => 1 + 87 => 40 + 88 => 2 + 94 => 41 + 96 => 39 + 97 => 21 + 98 => 32 + 99 => 31 + 115 => 44 + 117 => 42 + 119 => 27 + 123 => 12 + 125 => 16 + 128 => 46 Class: public com.volmit.iris.object.IrisRegionSpot NameNotChanged Source: "IrisRegionSpot.java" @@ -10220,40 +11142,48 @@ Class: public com.volmit.iris.object.IrisRegionSpot NameNotChanged public com.volmit.iris.object.InferredType getType() SignatureNotChanged public int hashCode() SignatureNotChanged public boolean isSpot(com.volmit.iris.util.RNG, double, double) SignatureNotChanged - private synthetic com.volmit.iris.noise.CellGenerator lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CellGenerator lambda$getSpotGenerator$0(com.volmit.iris.util.RNG) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisRegionSpot - 15 => 1, 4, 5, 6, 8, 9, 10, 14, 18, 21, 28, 29 and 30 - 27 => 11 - 31 => 23 - 35 => 25 - 40 => 12 - 46 => 26 - 51 => 24 - 55 => 16 - 57 => 31 - 59 => 22 + 15 => 9, 10, 16 and 21 + 22 => 31 + 24 => 5 + 27 => 32 + 29 => 1 + 31 => 7 + 33 => 26 + 35 => 22 + 37 => 15 + 40 => 14 + 42 => 28 + 46 => 18 + 48 => 6 + 51 => 17 + 53 => 2 + 55 => 19 and 25 + 57 => 20 and 29 + 60 => 24 62 => 3 - 66 => 17 - 68 => 27 - 69 => 7 - 70 => 13 - 71 => 19 - 87 => 20 - 89 => 15 - 92 => 2 + 66 => 13 + 68 => 4 + 69 => 11 + 70 => 12 + 71 => 23 + 87 => 30 + 89 => 27 + 92 => 8 Class: public com.volmit.iris.object.IrisRegistrant NameNotChanged Source: "IrisRegistrant.java" FieldsOf: com.volmit.iris.object.IrisRegistrant - private static java.lang.String a => b - private transient java.io.File loadFile => c - private transient java.lang.String loadKey => a + private static int[] a => b + private transient java.io.File loadFile => a + private transient java.lang.String loadKey => c MethodsOf: com.volmit.iris.object.IrisRegistrant static void () SignatureNotChanged public void () SignatureNotChanged - public static java.lang.String a() => b() - public static void a(java.lang.String) => b(java.lang.String) + public static int[] a() => b() + public static void a(int[]) => b(int[]) protected boolean canEqual(java.lang.Object) SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public java.io.File getLoadFile() SignatureNotChanged @@ -10263,9 +11193,9 @@ Class: public com.volmit.iris.object.IrisRegistrant NameNotChanged public void setLoadKey(java.lang.String) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisRegistrant - 7 => 1, 2, 3, 6, 7, 8 and 9 - 10 => 4 - 12 => 5 + 7 => 1, 2, 3, 4, 5, 6 and 9 + 10 => 8 + 12 => 7 Class: public com.volmit.iris.object.IrisShapedGeneratorStyle NameNotChanged Source: "IrisShapedGeneratorStyle.java" @@ -10285,13 +11215,16 @@ Class: public com.volmit.iris.object.IrisShapedGeneratorStyle NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisShapedGeneratorStyle - 13 => 1, 2, 4, 8, 11, 12 and 13 - 19 => 5 - 26 => 7 - 33 => 9 - 37 => 6 - 40 => 3 - 43 => 10 + 13 => 4, 7, 9 and 13 + 16 => 3 + 19 => 1 + 21 => 10 + 26 => 8 + 28 => 5 + 33 => 6 + 37 => 2 + 41 => 11 + 43 => 12 Class: public com.volmit.iris.object.IrisStructure NameNotChanged Source: "IrisStructure.java" @@ -10332,7 +11265,7 @@ Class: public com.volmit.iris.object.IrisStructure NameNotChanged public boolean isMergeEdges() SignatureNotChanged public boolean isUnderwater() SignatureNotChanged public boolean isWall(com.volmit.iris.util.RNG, double, double, double, com.volmit.iris.object.StructureTileFace) SignatureNotChanged - private synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CNG lambda$getWallGenerator$0(com.volmit.iris.util.RNG) SignatureNotChanged public void rotate(com.volmit.iris.util.KList) SignatureNotChanged public void setBore(boolean) SignatureNotChanged public void setGridHeight(int) SignatureNotChanged @@ -10342,70 +11275,83 @@ Class: public com.volmit.iris.object.IrisStructure NameNotChanged public void setWallChance(double) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisStructure - 20 => 1, 4, 7, 8, 11, 13, 22, 25, 27, 37, 38, 40, 41, 42, 43, 51, 54, 58, 66 and 70 - 21 => 21, 34 and 50 - 28 => 30 - 32 => 23 - 36 => 24 - 40 => 60 - 44 => 14 - 51 => 3 - 55 => 16 - 62 => 48 - 68 => 63 - 75 => 20 - 79 => 6 - 85 => 32 - 87 => 46 - 91 => 10 - 92 => 31 - 93 => 26 - 95 => 72 - 97 => 19 - 100 => 68 - 102 => 53 - 105 => 15 - 107 => 69 - 110 => 64 - 112 => 74 - 115 => 52 - 116 => 57 - 117 => 59 - 119 => 9 and 49 - 121 => 5 and 75 - 123 => 55 - 125 => 35 - 129 => 18 - 131 => 2 - 132 => 12 - 136 => 28 - 141 => 29 and 45 - 143 => 39 - 145 => 71 - 149 => 73 - 151 => 62 - 154 => 61 - 155 => 77 - 165 => 17 - 166 => 36 - 167 => 44 - 168 => 76 - 173 => 56 - 175 => 33 - 176 => 67 - 180 => 65 - 183 => 47 + 20 => 4, 31, 32, 33, 38, 49 and 68 + 21 => 10, 56 and 64 + 24 => 50 + 28 => 59 + 30 => 23 + 32 => 15 and 54 + 34 => 40 + 36 => 16 + 38 => 21 + 40 => 6 + 42 => 36 + 44 => 48 + 46 => 65 + 51 => 26 + 53 => 28 + 55 => 52 + 57 => 14 + 62 => 25 + 64 => 77 + 68 => 8 + 70 => 58 + 75 => 29 + 77 => 70 + 79 => 71 + 81 => 63 + 85 => 19 + 87 => 22 and 73 + 91 => 53 + 92 => 5 + 93 => 9 + 95 => 39 + 97 => 75 + 100 => 45 + 102 => 66 + 105 => 55 + 107 => 43 + 110 => 11 + 112 => 30 + 115 => 60 + 116 => 78 + 117 => 3 + 119 => 12 and 62 + 121 => 13 + 123 => 1 + 125 => 2 + 127 => 51 + 129 => 57 + 131 => 24 + 132 => 7 + 136 => 17 + 141 => 46 and 67 + 143 => 61 + 145 => 44 + 149 => 20 + 151 => 69 + 154 => 47 + 155 => 42 + 165 => 34 + 166 => 37 + 167 => 18 + 168 => 35 + 173 => 74 + 175 => 27 + 176 => 76 + 181 => 41 + 183 => 72 Class: public com.volmit.iris.object.IrisStructurePlacement NameNotChanged Source: "IrisStructurePlacement.java" FieldsOf: com.volmit.iris.object.IrisStructurePlacement - private transient com.volmit.iris.gen.atomics.AtomicCache chanceCell => c + private transient com.volmit.iris.gen.atomics.AtomicCache chanceCell => b private transient com.volmit.iris.gen.atomics.AtomicCache config => a private int height NameNotChanged private int rarity NameNotChanged private double ratio NameNotChanged private double shuffle NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache structure => b + private transient com.volmit.iris.gen.atomics.AtomicCache structure => c private java.lang.String tileset NameNotChanged private double zoom NameNotChanged MethodsOf: com.volmit.iris.object.IrisStructurePlacement @@ -10429,82 +11375,89 @@ Class: public com.volmit.iris.object.IrisStructurePlacement NameNotChanged public int gridSize(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged public boolean hasStructure(com.volmit.iris.util.RNG, double, double, double) SignatureNotChanged public int hashCode() SignatureNotChanged - private static synthetic void lambda$0(com.volmit.iris.gen.ParallaxChunkGenerator, com.volmit.iris.object.TileResult, com.volmit.iris.util.BlockPosition) SignatureNotChanged - private static synthetic com.volmit.iris.object.IrisObjectPlacement lambda$1() SignatureNotChanged - private synthetic com.volmit.iris.object.IrisStructure lambda$2(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged - private synthetic com.volmit.iris.noise.CellGenerator lambda$3(com.volmit.iris.util.RNG) SignatureNotChanged + private synthetic com.volmit.iris.noise.CellGenerator lambda$getChanceGenerator$3(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.object.IrisObjectPlacement lambda$getConfig$1() SignatureNotChanged + private synthetic com.volmit.iris.object.IrisStructure lambda$getStructure$2(com.volmit.iris.gen.ContextualChunkGenerator) SignatureNotChanged + private static synthetic void lambda$placeLayer$0(com.volmit.iris.gen.ParallaxChunkGenerator, com.volmit.iris.object.TileResult, com.volmit.iris.util.BlockPosition) SignatureNotChanged public com.volmit.iris.object.IrisObject load(com.volmit.iris.gen.ContextualChunkGenerator, java.lang.String) SignatureNotChanged public void place(com.volmit.iris.gen.ParallaxChunkGenerator, com.volmit.iris.util.RNG, int, int) SignatureNotChanged public void placeLayer(com.volmit.iris.gen.ParallaxChunkGenerator, com.volmit.iris.util.RNG, com.volmit.iris.util.RNG, int, int, int, int, int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisStructurePlacement - 21 => 12, 15, 17, 22, 31, 40, 44, 64, 67, 81, 83 and 84 - 28 => 60 - 34 => 27 - 40 => 10 - 46 => 59 - 52 => 78 - 57 => 34 - 59 => 30 - 60 => 48 - 61 => 42 - 63 => 3 - 66 => 38 - 72 => 25 - 73 => 57 - 74 => 36 - 75 => 49 - 76 => 13 - 78 => 43 and 56 - 80 => 69 - 82 => 61 - 85 => 8 and 71 - 87 => 70 - 89 => 26 - 92 => 63 - 94 => 82 - 96 => 65 - 99 => 68 - 101 => 51 - 103 => 6 - 104 => 41 - 107 => 55 and 79 - 109 => 5 - 113 => 16 - 115 => 9 - 117 => 37 - 119 => 2 - 123 => 52 - 125 => 24 - 128 => 45 - 129 => 54 - 131 => 19 - 133 => 23 - 135 => 62 - 138 => 29 - 140 => 11 and 75 - 142 => 14 - 144 => 73 - 145 => 20 - 149 => 50 - 150 => 46 and 53 - 152 => 66 - 156 => 39 - 158 => 58 + 21 => 11, 14, 23 and 76 + 24 => 80 + 28 => 68 + 30 => 40 + 34 => 33 + 36 => 39 + 40 => 69 + 42 => 19 + 46 => 67 + 48 => 10 + 52 => 6 + 54 => 74 + 57 => 60 + 59 => 7 and 50 + 60 => 22 and 45 + 61 => 13 + 64 => 4 + 66 => 79 + 72 => 57 + 73 => 37 + 74 => 32 + 75 => 41 + 76 => 83 + 78 => 43 and 65 + 80 => 55 + 82 => 20 + 85 => 46 and 47 + 87 => 52 + 89 => 71 + 92 => 42 + 94 => 9 + 96 => 12 + 99 => 63 + 101 => 72 + 103 => 30 + 104 => 34 + 107 => 21 and 44 + 109 => 29 + 115 => 3 + 117 => 27 + 118 => 82 + 119 => 35 + 123 => 38 + 125 => 1 + 128 => 59 + 129 => 24 + 131 => 16 + 133 => 18 + 135 => 73 + 138 => 64 + 140 => 2 + 142 => 84 + 144 => 56 + 145 => 61 + 147 => 62 + 149 => 48 + 150 => 36 and 51 + 152 => 58 + 156 => 53 + 158 => 26 159 => 28 - 160 => 72 - 166 => 80 - 171 => 47 - 176 => 1 - 181 => 4 and 7 - 186 => 74 - 188 => 21 - 191 => 18 - 196 => 77 - 198 => 76 - 199 => 32 - 200 => 33 - 201 => 35 + 160 => 15 + 166 => 75 + 171 => 8 + 176 => 54 + 181 => 5 and 25 + 186 => 81 + 188 => 77 + 191 => 70 + 196 => 17 + 198 => 49 + 199 => 66 + 200 => 78 + 201 => 31 Class: public com.volmit.iris.object.IrisStructureTile NameNotChanged Source: "IrisStructureTile.java" @@ -10514,8 +11467,8 @@ Class: public com.volmit.iris.object.IrisStructureTile NameNotChanged private com.volmit.iris.object.StructureTileCondition floor NameNotChanged private transient com.volmit.iris.util.KMap forceObjects => a private com.volmit.iris.object.IrisLootReference loot NameNotChanged - private transient com.volmit.iris.gen.atomics.AtomicCache maxFaces => c - private transient com.volmit.iris.gen.atomics.AtomicCache minFaces => b + private transient com.volmit.iris.gen.atomics.AtomicCache maxFaces => b + private transient com.volmit.iris.gen.atomics.AtomicCache minFaces => c private com.volmit.iris.object.StructureTileCondition north NameNotChanged private com.volmit.iris.util.KList objects NameNotChanged private com.volmit.iris.object.ObjectPlaceMode placeMode NameNotChanged @@ -10541,8 +11494,8 @@ Class: public com.volmit.iris.object.IrisStructureTile NameNotChanged public com.volmit.iris.object.StructureTileCondition getWest() SignatureNotChanged public int hashCode() SignatureNotChanged public int hashFace() SignatureNotChanged - private synthetic java.lang.Integer lambda$0() SignatureNotChanged - private synthetic java.lang.Integer lambda$1() SignatureNotChanged + private synthetic java.lang.Integer lambda$likeAGlove$0() SignatureNotChanged + private synthetic java.lang.Integer lambda$likeAGlove$1() SignatureNotChanged public boolean likeAGlove(boolean, boolean, com.volmit.iris.util.KList, int, int) SignatureNotChanged public void setCeiling(com.volmit.iris.object.StructureTileCondition) SignatureNotChanged public void setEast(com.volmit.iris.object.StructureTileCondition) SignatureNotChanged @@ -10553,67 +11506,77 @@ Class: public com.volmit.iris.object.IrisStructureTile NameNotChanged public void setWest(com.volmit.iris.object.StructureTileCondition) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.IrisStructureTile - 19 => 10, 11, 16, 23, 24, 28, 29, 34, 36, 40, 44, 45, 60, 62, 66, 69, 71 and 74 - 20 => 12, 54 and 64 - 25 => 22 - 29 => 32 - 34 => 65 - 39 => 56 - 44 => 53 - 49 => 50 - 54 => 21 - 59 => 57 - 66 => 26 - 68 => 7 - 74 => 47 - 76 => 46 - 77 => 51 - 79 => 73 - 82 => 9 - 86 => 37 - 91 => 52 - 98 => 33 - 100 => 38 - 103 => 2 - 105 => 1 - 108 => 5 - 110 => 49 - 115 => 19 and 39 - 117 => 8 - 118 => 31 - 119 => 6 - 120 => 68 - 121 => 4 - 122 => 43 - 123 => 58 - 124 => 3 - 125 => 41 - 127 => 42 - 128 => 63 - 129 => 72 - 130 => 18 - 131 => 61 - 132 => 13 - 133 => 70 - 134 => 67 - 141 => 30 - 142 => 25 - 143 => 15 - 144 => 55 - 146 => 20 - 149 => 48 - 150 => 35 - 151 => 59 - 152 => 27 - 154 => 17 - 158 => 14 + 19 => 22, 23, 36, 49, 53, 57 and 62 + 20 => 8, 17 and 72 + 23 => 42 + 25 => 19 + 27 => 32 + 29 => 26 + 31 => 52 + 34 => 74 + 36 => 64 + 39 => 44 + 41 => 50 + 44 => 13 + 46 => 39 + 49 => 40 + 51 => 37 + 54 => 59 + 56 => 45 + 59 => 35 + 61 => 66 + 66 => 34 + 68 => 25 and 55 + 70 => 10 + 74 => 71 + 76 => 9 + 77 => 4 + 80 => 3 + 82 => 24 + 86 => 5 + 91 => 18 + 98 => 28 + 100 => 73 + 103 => 27 + 105 => 60 + 108 => 67 + 110 => 46 + 115 => 29 and 61 + 117 => 69 + 118 => 56 + 119 => 54 + 120 => 63 + 121 => 6 + 122 => 12 + 123 => 68 + 124 => 48 + 125 => 43 + 127 => 14 + 128 => 20 + 129 => 65 + 130 => 38 + 131 => 58 + 132 => 11 + 133 => 47 + 134 => 31 + 141 => 16 + 142 => 2 + 143 => 70 + 144 => 33 + 146 => 15 + 149 => 30 + 150 => 41 + 151 => 51 + 152 => 7 + 154 => 1 + 158 => 21 Class: public final enum com.volmit.iris.object.LootMode NameNotChanged Source: "LootMode.java" FieldsOf: com.volmit.iris.object.LootMode + private static final synthetic com.volmit.iris.object.LootMode[] $VALUES => a public static final enum com.volmit.iris.object.LootMode ADD NameNotChanged public static final enum com.volmit.iris.object.LootMode CLEAR NameNotChanged - private static final synthetic com.volmit.iris.object.LootMode[] ENUM$VALUES => a public static final enum com.volmit.iris.object.LootMode REPLACE NameNotChanged MethodsOf: com.volmit.iris.object.LootMode static void () SignatureNotChanged @@ -10621,18 +11584,15 @@ Class: public final enum com.volmit.iris.object.LootMode NameNotChanged public static com.volmit.iris.object.LootMode valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.LootMode[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.LootMode - 1 => 3 and 6 - 5 => 5 and 9 - 7 => 7 - 8 => 10 - 10 => 8 - 11 => 4 + 5 => 1, 3, 4 and 7 + 7 => 5 + 10 => 6 13 => 2 - 14 => 1 Class: public final enum com.volmit.iris.object.NoiseStyle NameNotChanged Source: "NoiseStyle.java" FieldsOf: com.volmit.iris.object.NoiseStyle + private static final synthetic com.volmit.iris.object.NoiseStyle[] $VALUES => a public static final enum com.volmit.iris.object.NoiseStyle BIOCTAVE_FRACTAL_BILLOW_PERLIN NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle BIOCTAVE_FRACTAL_BILLOW_SIMPLEX NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle BIOCTAVE_FRACTAL_CUBIC NameNotChanged @@ -10654,7 +11614,6 @@ Class: public final enum com.volmit.iris.object.NoiseStyle NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle CUBIC_IRIS_DOUBLE NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle CUBIC_IRIS_HALF NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle CUBIC_IRIS_THICK NameNotChanged - private static final synthetic com.volmit.iris.object.NoiseStyle[] ENUM$VALUES => a public static final enum com.volmit.iris.object.NoiseStyle FLAT NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle FRACTAL_BILLOW_IRIS NameNotChanged public static final enum com.volmit.iris.object.NoiseStyle FRACTAL_BILLOW_IRIS_HALF NameNotChanged @@ -10736,345 +11695,341 @@ Class: public final enum com.volmit.iris.object.NoiseStyle NameNotChanged static void () SignatureNotChanged private void (java.lang.String, int, com.volmit.iris.noise.CNGFactory) SignatureNotChanged public com.volmit.iris.noise.CNG create(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$0(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$1(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$10(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$11(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$12(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$13(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$14(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$15(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$16(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$17(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$18(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$19(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$2(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$20(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$21(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$22(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$23(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$24(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$25(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$26(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$27(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$28(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$29(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$3(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$30(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$31(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$32(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$33(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$34(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$35(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$36(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$37(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$38(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$39(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$4(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$40(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$41(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$42(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$43(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$44(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$45(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$46(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$47(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$48(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$49(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$5(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$50(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$51(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$52(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$53(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$54(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$55(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$56(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$57(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$58(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$59(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$6(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$60(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$61(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$62(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$63(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$64(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$65(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$66(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$67(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$68(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$69(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$7(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$70(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$71(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$72(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$73(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$74(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$75(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$76(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$77(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$78(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$79(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$8(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$80(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$81(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$82(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$83(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$84(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$85(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$86(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$87(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$88(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$89(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$9(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$90(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$91(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$92(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$93(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$94(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$95(com.volmit.iris.util.RNG) SignatureNotChanged - private static synthetic com.volmit.iris.noise.CNG lambda$96(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$0(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$1(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$10(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$11(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$12(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$13(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$14(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$15(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$16(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$17(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$18(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$19(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$2(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$20(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$21(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$22(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$23(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$24(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$25(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$26(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$27(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$28(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$29(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$3(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$30(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$31(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$32(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$33(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$34(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$35(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$36(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$37(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$38(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$39(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$4(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$40(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$41(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$42(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$43(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$44(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$45(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$46(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$47(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$48(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$49(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$5(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$50(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$51(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$52(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$53(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$54(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$55(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$56(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$57(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$58(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$59(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$6(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$60(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$61(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$62(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$63(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$64(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$65(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$66(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$67(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$68(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$69(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$7(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$70(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$71(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$72(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$73(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$74(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$75(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$76(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$77(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$78(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$79(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$8(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$80(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$81(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$82(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$83(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$84(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$85(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$86(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$87(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$88(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$89(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$9(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$90(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$91(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$92(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$93(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$94(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$95(com.volmit.iris.util.RNG) SignatureNotChanged + private static synthetic com.volmit.iris.noise.CNG lambda$static$96(com.volmit.iris.util.RNG) SignatureNotChanged public com.volmit.iris.object.IrisGeneratorStyle style() SignatureNotChanged public static com.volmit.iris.object.NoiseStyle valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.NoiseStyle[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.NoiseStyle - 1 => 174 and 207 - 12 => 51 - 14 => 274 - 16 => 168 and 225 - 18 => 200 - 20 => 43 and 45 - 22 => 86 - 24 => 80 and 233 - 26 => 272 - 28 => 112 and 218 - 30 => 7 - 32 => 122 and 131 - 34 => 164 - 36 => 75 and 127 - 38 => 217 - 40 => 132 and 263 - 42 => 246 - 44 => 16 and 276 - 46 => 162 - 48 => 68 and 78 - 50 => 10 - 52 => 210 and 299 - 54 => 177 - 56 => 92 and 193 - 58 => 156 - 60 => 175 and 203 - 62 => 36 - 64 => 93 and 117 - 66 => 113 - 68 => 108 and 245 - 70 => 171 - 72 => 235 and 271 - 74 => 104 - 76 => 118 and 208 - 78 => 277 - 80 => 11 and 198 - 82 => 95 - 84 => 24 and 27 - 86 => 286 - 88 => 99 and 119 - 90 => 89 - 92 => 48 and 100 - 94 => 57 - 96 => 94 and 144 - 98 => 67 - 100 => 232 and 293 - 102 => 227 - 104 => 137 and 298 - 106 => 247 - 108 => 126 and 248 - 110 => 215 - 112 => 190 and 275 - 114 => 32 - 116 => 124 and 295 - 118 => 3 - 120 => 147 and 167 - 122 => 176 - 124 => 42 and 268 - 126 => 226 - 128 => 33 and 288 - 130 => 270 - 132 => 17 and 114 - 134 => 143 - 136 => 186 and 296 - 138 => 77 - 140 => 25 and 192 - 142 => 285 - 144 => 12 and 214 - 146 => 88 - 148 => 82 and 294 - 150 => 191 - 152 => 166 and 206 - 154 => 49 - 156 => 4 and 251 - 158 => 130 - 160 => 59 and 189 - 162 => 159 - 164 => 56 and 220 - 166 => 170 - 168 => 54 and 280 - 170 => 44 - 172 => 73 and 212 - 174 => 109 - 176 => 107 and 169 - 178 => 120 - 180 => 55 and 135 - 182 => 195 - 184 => 85 and 157 - 186 => 252 - 188 => 37 and 205 - 190 => 264 - 192 => 121 and 140 - 194 => 158 - 196 => 254 and 259 - 198 => 111 - 200 => 201 and 216 - 202 => 60 - 204 => 123 and 187 - 206 => 26 - 208 => 141 and 255 - 210 => 160 - 212 => 153 and 178 - 214 => 65 - 216 => 229 and 267 - 218 => 292 - 220 => 172 and 279 - 222 => 97 - 224 => 63 and 231 - 226 => 87 - 228 => 15 and 29 - 230 => 40 - 232 => 228 and 238 - 234 => 46 - 236 => 91 and 196 - 238 => 204 - 240 => 34 and 241 - 242 => 181 - 244 => 20 and 22 - 246 => 133 - 248 => 50 and 102 - 250 => 151 - 252 => 115 and 180 - 254 => 70 - 256 => 84 and 250 - 258 => 58 - 260 => 209 and 239 - 262 => 244 - 264 => 106 and 249 - 266 => 23 - 268 => 173 and 290 - 270 => 62 - 272 => 19 and 128 - 274 => 61 - 276 => 8 and 9 - 278 => 71 - 280 => 18 and 79 - 282 => 283 - 284 => 81 and 282 - 286 => 66 - 288 => 6 and 110 - 290 => 230 - 292 => 41 and 64 - 294 => 139 - 296 => 134 and 278 - 298 => 30 - 300 => 185 and 297 - 302 => 253 - 304 => 179 and 234 - 306 => 154 - 308 => 14 and 213 - 310 => 165 - 312 => 142 and 273 - 314 => 21 - 316 => 257 and 284 - 318 => 145 - 320 => 236 and 265 - 322 => 105 - 324 => 202 and 258 - 326 => 31 - 328 => 98 and 240 - 330 => 287 - 332 => 47 and 116 - 334 => 219 - 336 => 260 and 261 - 338 => 243 - 340 => 39 and 90 - 342 => 83 - 344 => 221 and 281 - 346 => 35 - 348 => 152 and 223 - 350 => 262 - 352 => 1 and 197 - 354 => 125 - 356 => 2 and 150 - 358 => 211 - 360 => 28 and 149 - 362 => 129 - 364 => 161 and 256 - 366 => 38 - 368 => 101 and 194 - 370 => 53 - 372 => 5 and 52 - 374 => 163 - 376 => 72 and 183 - 378 => 184 - 380 => 182 and 266 - 382 => 222 - 384 => 146 and 289 - 386 => 96 - 388 => 69 and 76 - 390 => 242 - 392 => 155 and 188 - 394 => 291 - 396 => 74 and 237 - 398 => 13 - 400 => 148 and 224 - 406 => 138 - 408 => 199 - 409 => 136 - 413 => 103 - 418 => 269 + 10 => 31, 64 and 188 + 14 => 160 + 16 => 87 + 18 => 201 + 20 => 102 + 22 => 111 + 24 => 202 + 26 => 129 + 28 => 125 + 30 => 132 + 32 => 161 + 34 => 29 + 36 => 121 + 38 => 18 + 40 => 81 + 42 => 85 + 44 => 37 + 46 => 66 + 48 => 168 + 50 => 21 + 52 => 178 + 54 => 135 + 56 => 28 + 58 => 10 + 60 => 136 + 62 => 89 + 64 => 120 + 66 => 198 + 68 => 183 + 70 => 123 + 72 => 171 + 74 => 163 + 76 => 153 + 78 => 137 + 80 => 133 + 82 => 27 + 84 => 138 + 86 => 194 + 88 => 182 + 90 => 8 + 92 => 4 + 94 => 63 + 96 => 139 + 98 => 78 + 100 => 50 + 102 => 128 + 104 => 41 + 106 => 53 + 108 => 199 + 110 => 112 + 112 => 192 + 114 => 185 + 116 => 96 + 118 => 175 + 120 => 124 + 122 => 51 + 124 => 146 + 126 => 140 + 128 => 36 + 130 => 114 + 132 => 94 + 134 => 5 + 136 => 117 + 138 => 162 + 140 => 197 + 142 => 155 + 144 => 38 + 146 => 73 + 148 => 165 + 150 => 92 + 152 => 186 + 154 => 32 + 156 => 33 + 158 => 88 + 160 => 154 + 162 => 35 + 164 => 70 + 166 => 179 + 168 => 16 + 170 => 184 + 172 => 169 + 174 => 15 + 176 => 47 + 178 => 69 + 180 => 150 + 182 => 107 + 184 => 159 + 186 => 49 + 188 => 106 + 190 => 6 + 192 => 143 + 194 => 144 + 196 => 45 + 198 => 105 + 200 => 110 + 202 => 99 + 204 => 26 + 206 => 1 + 208 => 22 + 210 => 156 + 212 => 42 + 214 => 190 + 216 => 72 + 218 => 130 + 220 => 108 + 222 => 40 + 224 => 149 + 226 => 60 + 228 => 97 + 230 => 187 + 232 => 103 + 234 => 100 + 236 => 157 + 238 => 24 + 240 => 79 + 242 => 122 + 244 => 191 + 246 => 167 + 248 => 76 + 250 => 174 + 252 => 181 + 254 => 59 + 256 => 14 + 258 => 119 + 260 => 77 + 262 => 164 + 264 => 193 + 266 => 82 + 268 => 189 + 270 => 83 + 272 => 43 + 274 => 46 + 276 => 65 + 278 => 134 + 280 => 141 + 282 => 115 + 284 => 3 + 286 => 34 + 288 => 9 + 290 => 127 + 292 => 44 + 294 => 17 + 296 => 118 + 298 => 145 + 300 => 93 + 302 => 86 + 304 => 151 + 306 => 170 + 308 => 54 + 310 => 74 + 312 => 148 + 314 => 58 + 316 => 11 + 318 => 30 + 320 => 39 + 322 => 176 + 324 => 71 + 326 => 101 + 328 => 52 + 330 => 7 + 332 => 98 + 334 => 158 + 336 => 90 + 338 => 95 + 340 => 195 + 342 => 91 + 344 => 80 + 346 => 109 + 348 => 113 + 350 => 173 + 352 => 56 + 354 => 147 + 356 => 2 + 358 => 104 + 360 => 152 + 362 => 75 + 364 => 84 + 366 => 57 + 368 => 48 + 370 => 61 + 372 => 19 + 374 => 12 + 376 => 23 + 378 => 126 + 380 => 116 + 382 => 172 + 384 => 200 + 386 => 20 + 388 => 196 + 390 => 180 + 392 => 62 + 394 => 67 + 396 => 55 + 398 => 177 + 400 => 131 + 407 => 166 + 408 => 25 + 409 => 142 + 413 => 68 + 418 => 13 Class: public final enum com.volmit.iris.object.ObjectPlaceMode NameNotChanged Source: "ObjectPlaceMode.java" FieldsOf: com.volmit.iris.object.ObjectPlaceMode - public static final enum com.volmit.iris.object.ObjectPlaceMode CENTER_HEIGHT_RIGID NameNotChanged - private static final synthetic com.volmit.iris.object.ObjectPlaceMode[] ENUM$VALUES => a - public static final enum com.volmit.iris.object.ObjectPlaceMode MAX_HEIGHT_RIGID NameNotChanged - public static final enum com.volmit.iris.object.ObjectPlaceMode MAX_HEIGHT_RIGID_ACCURATE NameNotChanged - public static final enum com.volmit.iris.object.ObjectPlaceMode MIN_HEIGHT_RIGID NameNotChanged - public static final enum com.volmit.iris.object.ObjectPlaceMode MIN_HEIGHT_RIGID_ACCURATE NameNotChanged + private static final synthetic com.volmit.iris.object.ObjectPlaceMode[] $VALUES => a + public static final enum com.volmit.iris.object.ObjectPlaceMode CENTER_HEIGHT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode FAST_MAX_HEIGHT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode FAST_MIN_HEIGHT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode FAST_STILT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode MAX_HEIGHT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode MIN_HEIGHT NameNotChanged public static final enum com.volmit.iris.object.ObjectPlaceMode PAINT NameNotChanged + public static final enum com.volmit.iris.object.ObjectPlaceMode STILT NameNotChanged MethodsOf: com.volmit.iris.object.ObjectPlaceMode static void () SignatureNotChanged private void (java.lang.String, int) SignatureNotChanged public static com.volmit.iris.object.ObjectPlaceMode valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.ObjectPlaceMode[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.ObjectPlaceMode - 1 => 13 and 15 - 5 => 6 and 8 - 7 => 12 - 8 => 7 - 10 => 1 - 11 => 14 + 5 => 2, 10, 11 and 12 + 7 => 7 + 10 => 6 13 => 5 - 14 => 16 - 16 => 9 - 17 => 4 - 19 => 3 - 20 => 10 - 22 => 11 - 23 => 2 + 16 => 1 + 19 => 8 + 22 => 9 + 25 => 3 + 28 => 4 Class: public final enum com.volmit.iris.object.StructureTileCondition NameNotChanged Source: "StructureTileCondition.java" FieldsOf: com.volmit.iris.object.StructureTileCondition + private static final synthetic com.volmit.iris.object.StructureTileCondition[] $VALUES => a public static final enum com.volmit.iris.object.StructureTileCondition AGNOSTIC NameNotChanged - private static final synthetic com.volmit.iris.object.StructureTileCondition[] ENUM$VALUES => a public static final enum com.volmit.iris.object.StructureTileCondition NEVER NameNotChanged public static final enum com.volmit.iris.object.StructureTileCondition REQUIRED NameNotChanged MethodsOf: com.volmit.iris.object.StructureTileCondition @@ -11085,16 +12040,12 @@ Class: public final enum com.volmit.iris.object.StructureTileCondition NameNotCh public static com.volmit.iris.object.StructureTileCondition valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.object.StructureTileCondition[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.StructureTileCondition - 1 => 1 and 6 - 5 => 3 and 7 - 7 => 11 - 8 => 10 - 10 => 12 - 11 => 9 - 13 => 8 - 14 => 5 - 18 => 2 - 23 => 4 + 5 => 2, 4, 5 and 7 + 7 => 8 + 10 => 9 + 13 => 6 + 18 => 1 + 23 => 3 Class: public final enum com.volmit.iris.object.StructureTileFace NameNotChanged Source: "StructureTileFace.java" @@ -11116,22 +12067,22 @@ Class: public final enum com.volmit.iris.object.StructureTileFace NameNotChanged public int y() SignatureNotChanged public int z() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.StructureTileFace - 3 => 1, 9, 11 and 18 - 5 => 16 - 6 => 19 - 7 => 12 - 8 => 14 - 9 => 5 - 10 => 6 - 14 => 7 - 19 => 8 - 24 => 10 - 29 => 17 - 32 => 13 - 34 => 15 - 36 => 4 - 38 => 2 - 40 => 3 + 3 => 5, 10, 11 and 12 + 5 => 8 + 6 => 7 + 7 => 4 + 8 => 19 + 9 => 14 + 10 => 2 + 14 => 6 + 19 => 16 + 24 => 1 + 29 => 13 + 32 => 18 + 34 => 3 + 36 => 9 + 38 => 15 + 40 => 17 Class: synthetic com.volmit.iris.object.StructureTileFace$1 => com.volmit.iris.object.StructureTileFace$a Source: "StructureTileFace.java" @@ -11145,8 +12096,8 @@ Class: synthetic com.volmit.iris.object.StructureTileFace$1 => com.volmit.iris.o Class: public com.volmit.iris.object.TileResult NameNotChanged Source: "TileResult.java" FieldsOf: com.volmit.iris.object.TileResult - private com.volmit.iris.object.IrisObjectPlacement placement => a - private com.volmit.iris.object.IrisStructure structure => b + private com.volmit.iris.object.IrisObjectPlacement placement => b + private com.volmit.iris.object.IrisStructure structure => a private com.volmit.iris.object.IrisStructureTile tile => c MethodsOf: com.volmit.iris.object.TileResult static void () SignatureNotChanged @@ -11159,21 +12110,24 @@ Class: public com.volmit.iris.object.TileResult NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.object.TileResult - 5 => 1, 4, 7, 12, 16, 19 and 21 - 12 => 11 - 14 => 18 - 15 => 5 - 16 => 15 - 17 => 2 - 18 => 6 + 5 => 5, 8, 12 and 13 + 8 => 19 + 9 => 11 + 10 => 2 + 13 => 7 + 14 => 21 + 15 => 14 + 16 => 10 + 17 => 1 + 18 => 20 19 => 3 - 20 => 20 - 21 => 14 - 22 => 9 - 23 => 17 - 24 => 10 - 25 => 8 - 26 => 13 + 20 => 18 + 21 => 4 + 22 => 16 + 23 => 9 + 24 => 15 + 25 => 17 + 26 => 6 Class: public abstract annotation com.volmit.iris.util.ArrayType NameNotChanged Source: "ArrayType.java" @@ -11186,11 +12140,11 @@ Class: public abstract annotation com.volmit.iris.util.ArrayType NameNotChanged Class: public com.volmit.iris.util.Average NameNotChanged Source: "Average.java" FieldsOf: com.volmit.iris.util.Average - private double average => c - private boolean brandNew => b + private double average => a + private boolean brandNew => d protected int cursor NameNotChanged - private boolean dirty => d - private double lastSum => a + private boolean dirty => c + private double lastSum => b protected double[] values NameNotChanged MethodsOf: com.volmit.iris.util.Average public void (int) SignatureNotChanged @@ -11199,43 +12153,43 @@ Class: public com.volmit.iris.util.Average NameNotChanged public void put(double) SignatureNotChanged public int size() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Average - 24 => 13 - 25 => 2 - 26 => 7 - 27 => 4 - 28 => 3 - 29 => 5 - 30 => 12 - 31 => 8 - 32 => 24 - 41 => 15 - 43 => 14 - 45 => 21 - 46 => 28 - 47 => 11 - 48 => 16 - 51 => 23 + 24 => 24 + 25 => 15 + 26 => 6 + 27 => 22 + 28 => 13 + 29 => 23 + 30 => 16 + 31 => 25 + 32 => 26 + 41 => 18 + 43 => 12 + 45 => 1 + 46 => 4 + 47 => 21 + 48 => 11 + 51 => 27 52 => 17 - 53 => 22 - 54 => 18 - 55 => 26 - 63 => 9 - 64 => 1 - 65 => 25 - 68 => 27 - 72 => 10 - 73 => 19 - 74 => 20 - 78 => 6 + 53 => 14 + 54 => 20 + 55 => 10 + 63 => 19 + 64 => 7 + 65 => 5 + 68 => 3 + 72 => 28 + 73 => 8 + 74 => 9 + 78 => 2 Class: public com.volmit.iris.util.B NameNotChanged Source: "B.java" FieldsOf: com.volmit.iris.util.B - private static final org.bukkit.block.data.BlockData AIR => e - private static final com.volmit.iris.util.KMap bdc => d - private static final com.volmit.iris.object.IrisDimension defaultCompat => b - private static final com.volmit.iris.util.KList nulls => a - private static final com.volmit.iris.util.KMap solid => f + private static final org.bukkit.block.data.BlockData AIR => a + private static final com.volmit.iris.util.KMap bdc => e + private static final com.volmit.iris.object.IrisDimension defaultCompat => f + private static final com.volmit.iris.util.KList nulls => b + private static final com.volmit.iris.util.KMap solid => d private static final com.volmit.iris.util.KMap types => c MethodsOf: com.volmit.iris.util.B static void () SignatureNotChanged @@ -11246,6 +12200,7 @@ Class: public com.volmit.iris.util.B NameNotChanged public static org.bukkit.block.data.BlockData getBlockData(java.lang.String) SignatureNotChanged public static org.bukkit.block.data.BlockData getBlockData(java.lang.String, com.volmit.iris.object.IrisDimension) SignatureNotChanged public static org.bukkit.Material getMaterial(java.lang.String) SignatureNotChanged + public static boolean isAir(org.bukkit.block.data.BlockData) SignatureNotChanged public static boolean isDecorant(org.bukkit.Material) SignatureNotChanged public static boolean isLit(org.bukkit.Material) SignatureNotChanged public static boolean isSolid(org.bukkit.Material) SignatureNotChanged @@ -11253,198 +12208,201 @@ Class: public com.volmit.iris.util.B NameNotChanged public static boolean isStorageChest(org.bukkit.Material) SignatureNotChanged public static boolean isUpdatable(org.bukkit.Material) SignatureNotChanged public static boolean isUpdatable(org.bukkit.block.data.BlockData) SignatureNotChanged - private static synthetic org.bukkit.Material lambda$0(java.lang.String, org.bukkit.Material) SignatureNotChanged + private static synthetic org.bukkit.Material lambda$getMaterial$0(java.lang.String, org.bukkit.Material) SignatureNotChanged public static org.bukkit.Material mat(java.lang.String) SignatureNotChanged public static org.bukkit.block.data.BlockData parseBlockData(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.B - 12 => 193 - 13 => 157 - 14 => 73 - 15 => 7 - 16 => 123 - 17 => 114 - 21 => 156 - 26 => 54 - 28 => 171 - 30 => 145 - 35 => 96 - 38 => 69 - 43 => 140 - 49 => 17 - 51 => 30 - 54 => 112 - 59 => 147 - 64 => 66 - 71 => 148 - 73 => 6 - 75 => 58 - 78 => 38 - 80 => 166 - 82 => 82 - 85 => 5 - 87 => 51 - 88 => 192 - 89 => 14 - 92 => 56 - 94 => 129 - 97 => 98 - 99 => 37 - 102 => 83 - 109 => 161 - 111 => 176 - 113 => 177 - 117 => 181 - 122 => 65 - 123 => 60 - 124 => 164 - 128 => 25 - 130 => 162 - 133 => 2 - 138 => 8 - 143 => 174 - 149 => 11 and 150 - 150 => 118 - 151 => 47 - 152 => 119 - 153 => 29 - 154 => 183 - 155 => 94 - 156 => 43 - 157 => 59 - 158 => 3 - 159 => 13 - 160 => 141 - 161 => 71 - 162 => 111 - 163 => 27 - 164 => 84 - 165 => 52 - 166 => 132 - 167 => 101 - 168 => 149 - 169 => 105 - 170 => 110 - 171 => 40 - 172 => 12 - 173 => 87 - 174 => 68 - 181 => 10 and 126 - 182 => 79 - 183 => 134 - 184 => 28 - 185 => 22 - 186 => 100 - 187 => 163 - 188 => 20 - 189 => 184 - 190 => 16 - 191 => 109 - 192 => 99 - 193 => 154 - 194 => 104 - 195 => 125 - 196 => 190 - 197 => 175 - 198 => 158 - 199 => 92 - 200 => 139 - 201 => 57 - 202 => 135 - 203 => 155 - 210 => 46 and 131 - 211 => 50 - 212 => 137 - 213 => 21 - 214 => 1 - 215 => 116 - 216 => 142 - 217 => 167 - 218 => 49 - 219 => 127 - 220 => 170 - 221 => 80 - 222 => 124 - 223 => 72 - 224 => 191 - 225 => 122 - 226 => 106 - 227 => 169 - 228 => 63 - 229 => 35 - 230 => 62 - 236 => 48 - 241 => 186 - 243 => 78 - 246 => 130 - 248 => 97 + 12 => 172 + 13 => 5 + 14 => 96 + 15 => 106 + 16 => 71 + 17 => 101 + 21 => 137 + 26 => 193 + 28 => 149 + 30 => 111 + 35 => 192 + 38 => 26 + 43 => 13 + 49 => 70 + 51 => 125 + 54 => 128 + 59 => 179 + 64 => 97 + 71 => 49 + 73 => 75 + 75 => 161 + 78 => 126 + 80 => 42 + 82 => 182 + 85 => 28 + 87 => 141 + 88 => 39 + 89 => 136 + 92 => 108 + 94 => 153 + 97 => 135 + 99 => 58 + 102 => 86 + 109 => 155 + 111 => 24 + 113 => 117 + 117 => 138 + 120 => 151 + 122 => 173 + 123 => 139 + 124 => 2 + 128 => 157 + 130 => 9 + 133 => 189 + 138 => 50 + 143 => 115 + 149 => 54 and 85 + 150 => 164 + 151 => 170 + 152 => 73 + 153 => 152 + 154 => 34 + 155 => 143 + 156 => 154 + 157 => 90 + 158 => 171 + 159 => 195 + 160 => 37 + 161 => 91 + 162 => 16 + 163 => 116 + 164 => 68 + 165 => 8 + 166 => 109 + 167 => 181 + 168 => 94 + 169 => 129 + 170 => 100 + 171 => 134 + 172 => 20 + 173 => 166 + 174 => 121 + 181 => 31 and 120 + 182 => 66 + 183 => 156 + 184 => 178 + 185 => 67 + 186 => 103 + 187 => 43 + 188 => 18 + 189 => 53 + 190 => 180 + 191 => 163 + 192 => 69 + 193 => 146 + 194 => 147 + 195 => 175 + 196 => 36 + 197 => 19 + 198 => 3 + 199 => 33 + 200 => 168 + 201 => 158 + 202 => 4 + 203 => 14 + 210 => 1 and 7 + 211 => 93 + 212 => 78 + 213 => 98 + 214 => 130 + 215 => 46 + 216 => 104 + 217 => 186 + 218 => 72 + 219 => 183 + 220 => 15 + 221 => 165 + 222 => 150 + 223 => 60 + 224 => 40 + 225 => 102 + 226 => 17 + 227 => 92 + 228 => 45 + 229 => 176 + 230 => 80 + 236 => 64 + 241 => 22 + 243 => 47 + 246 => 30 + 248 => 148 251 => 32 - 253 => 15 - 255 => 143 - 259 => 173 - 261 => 23 - 263 => 152 - 267 => 90 - 269 => 187 - 271 => 153 - 275 => 74 - 281 => 42 and 67 + 253 => 185 + 255 => 84 + 259 => 76 + 261 => 95 + 263 => 145 + 267 => 29 + 269 => 51 + 271 => 65 + 275 => 132 + 281 => 63 and 124 282 => 88 - 283 => 138 - 284 => 151 - 285 => 31 - 286 => 91 - 287 => 102 - 288 => 159 - 289 => 128 - 290 => 41 - 291 => 107 - 292 => 55 - 293 => 136 - 294 => 182 - 295 => 9 - 296 => 26 - 297 => 120 - 298 => 189 - 299 => 75 - 300 => 108 - 301 => 70 - 302 => 165 - 303 => 86 - 304 => 89 - 305 => 76 - 306 => 95 - 307 => 121 - 308 => 18 - 309 => 85 - 310 => 19 - 311 => 180 - 312 => 81 - 313 => 113 - 314 => 144 - 315 => 77 - 316 => 115 - 317 => 185 - 318 => 64 - 319 => 146 - 320 => 103 - 321 => 168 - 322 => 172 - 323 => 24 - 324 => 4 - 325 => 179 - 326 => 188 - 327 => 53 - 328 => 133 - 329 => 178 - 330 => 93 - 331 => 33 - 332 => 34 - 338 => 61 - 340 => 36 and 44 - 342 => 117 - 344 => 160 - 346 => 45 - 350 => 39 + 283 => 184 + 284 => 187 + 285 => 23 + 286 => 6 + 287 => 41 + 288 => 35 + 289 => 81 + 290 => 48 + 291 => 113 + 292 => 87 + 293 => 190 + 294 => 142 + 295 => 162 + 296 => 112 + 297 => 159 + 298 => 56 + 299 => 52 + 300 => 105 + 301 => 82 + 302 => 123 + 303 => 110 + 304 => 25 + 305 => 114 + 306 => 62 + 307 => 119 + 308 => 133 + 309 => 127 + 310 => 144 + 311 => 160 + 312 => 57 + 313 => 167 + 314 => 74 + 315 => 55 + 316 => 89 + 317 => 177 + 318 => 83 + 319 => 118 + 320 => 59 + 321 => 188 + 322 => 79 + 323 => 107 + 324 => 191 + 325 => 169 + 326 => 77 + 327 => 174 + 328 => 131 + 329 => 61 + 330 => 140 + 331 => 122 + 332 => 10 + 338 => 12 + 340 => 27 + 342 => 194 + 344 => 11 + 346 => 44 + 348 => 38 + 350 => 99 + 355 => 21 Class: public com.volmit.iris.util.BiomeMap NameNotChanged Source: "BiomeMap.java" @@ -11455,16 +12413,16 @@ Class: public com.volmit.iris.util.BiomeMap NameNotChanged public void setBiome(int, int, com.volmit.iris.object.IrisBiome) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BiomeMap 10 => 4 - 11 => 3 + 11 => 5 12 => 2 16 => 1 - 17 => 5 + 17 => 3 Class: public com.volmit.iris.util.BiomeResult NameNotChanged Source: "BiomeResult.java" FieldsOf: com.volmit.iris.util.BiomeResult - private com.volmit.iris.object.IrisBiome biome => b - private double distance => a + private com.volmit.iris.object.IrisBiome biome => a + private double distance => b MethodsOf: com.volmit.iris.util.BiomeResult static void () SignatureNotChanged public void (com.volmit.iris.object.IrisBiome, double) SignatureNotChanged @@ -11475,20 +12433,20 @@ Class: public com.volmit.iris.util.BiomeResult NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BiomeResult - 7 => 5, 8, 9 and 10 - 10 => 2 - 11 => 6 - 14 => 1 - 15 => 3 - 16 => 7 - 17 => 4 + 7 => 4, 5, 7 and 9 + 10 => 8 + 11 => 10 + 14 => 3 + 15 => 1 + 16 => 6 + 17 => 2 Class: public com.volmit.iris.util.BlockPosition NameNotChanged Source: "BlockPosition.java" FieldsOf: com.volmit.iris.util.BlockPosition - private int x => b - private int y => c - private int z => a + private int x => c + private int y => a + private int z => b MethodsOf: com.volmit.iris.util.BlockPosition static void () SignatureNotChanged public void (int, int, int) SignatureNotChanged @@ -11505,28 +12463,28 @@ Class: public com.volmit.iris.util.BlockPosition NameNotChanged public void setZ(int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BlockPosition - 5 => 1, 6, 11, 13, 14, 16 and 17 - 8 => 10 - 9 => 7 - 10 => 4 - 13 => 3 - 14 => 15 - 15 => 8 - 16 => 5 - 17 => 2 - 21 => 12 - 26 => 9 + 5 => 3, 6, 7, 8, 10, 15 and 16 + 8 => 13 + 9 => 2 + 10 => 5 + 13 => 12 + 14 => 1 + 15 => 9 + 16 => 17 + 17 => 4 + 21 => 11 + 26 => 14 Class: public com.volmit.iris.util.Board NameNotChanged Source: "Board.java" FieldsOf: com.volmit.iris.util.Board - private static final java.util.function.Function APPLY_COLOR_TRANSLATION => c - private static final java.lang.String[] CACHED_ENTRIES => f + private static final java.util.function.Function APPLY_COLOR_TRANSLATION => g + private static final java.lang.String[] CACHED_ENTRIES => e private com.volmit.iris.util.BoardSettings boardSettings => b - private final org.bukkit.scoreboard.Objective objective => a - private final org.bukkit.entity.Player player => e - private boolean ready => d - private final org.bukkit.scoreboard.Team team => g + private final org.bukkit.scoreboard.Objective objective => d + private final org.bukkit.entity.Player player => c + private boolean ready => a + private final org.bukkit.scoreboard.Team team => f MethodsOf: com.volmit.iris.util.Board static void () SignatureNotChanged public void (org.bukkit.entity.Player, com.volmit.iris.util.BoardSettings) SignatureNotChanged @@ -11540,62 +12498,63 @@ Class: public com.volmit.iris.util.Board NameNotChanged public void setBoardSettings(com.volmit.iris.util.BoardSettings) SignatureNotChanged public void update() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Board - 26 => 15 - 28 => 10 and 51 - 31 => 1 and 12 - 32 => 26 - 37 => 34 - 41 => 13 - 42 => 47 - 43 => 40 - 44 => 33 - 45 => 17 - 46 => 22 - 47 => 52 - 48 => 45 - 49 => 48 - 50 => 21 - 51 => 32 - 52 => 38 - 55 => 27 - 59 => 24 - 60 => 16 - 64 => 44 - 65 => 41 - 69 => 58 - 70 => 49 - 71 => 50 - 75 => 43 - 76 => 53 - 80 => 7 - 82 => 25 - 83 => 2 - 87 => 28 - 88 => 35 - 89 => 29 - 90 => 55 - 92 => 3 - 95 => 6 - 96 => 37 - 99 => 23 and 46 - 100 => 54 - 101 => 4 - 102 => 14 - 104 => 39 - 105 => 8 - 106 => 42 - 109 => 56 - 110 => 5 - 112 => 57 - 114 => 19 - 115 => 31 - 117 => 30 - 121 => 18 - 124 => 20 - 125 => 59 - 128 => 9 - 129 => 36 - 130 => 11 + 26 => 7 + 28 => 3 and 60 + 32 => 26 and 33 + 33 => 42 + 38 => 58 + 43 => 30 + 44 => 25 + 45 => 1 + 46 => 32 + 47 => 28 + 48 => 16 + 49 => 54 + 50 => 59 + 51 => 27 + 52 => 31 + 53 => 37 + 54 => 34 + 55 => 48 + 59 => 17 + 64 => 8 + 65 => 24 + 70 => 41 + 72 => 12 + 76 => 23 + 78 => 14 + 79 => 56 + 83 => 5 + 85 => 52 + 89 => 21 + 91 => 13 + 93 => 19 + 97 => 9 + 98 => 57 + 100 => 51 + 101 => 29 + 103 => 40 + 106 => 10 + 107 => 15 + 110 => 35 and 43 + 112 => 2 + 113 => 45 + 114 => 18 + 116 => 53 + 118 => 44 + 119 => 38 + 122 => 22 + 123 => 20 + 125 => 39 + 128 => 6 + 129 => 49 + 131 => 4 + 135 => 55 + 139 => 46 + 140 => 47 + 144 => 11 + 145 => 36 + 146 => 50 Class: synthetic com.volmit.iris.util.Board$1 => com.volmit.iris.util.Board$a Source: "Board.java" @@ -11604,7 +12563,7 @@ Class: synthetic com.volmit.iris.util.Board$1 => com.volmit.iris.util.Board$a MethodsOf: com.volmit.iris.util.Board$1 static void () SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Board$1 - 112 => 1 + 125 => 1 Class: public com.volmit.iris.util.BoardEntry NameNotChanged Source: "BoardEntry.java" @@ -11617,63 +12576,58 @@ Class: public com.volmit.iris.util.BoardEntry NameNotChanged public java.lang.String getSuffix() SignatureNotChanged public static com.volmit.iris.util.BoardEntry translateToEntry(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BoardEntry - 13 => 14 and 16 - 16 => 11 - 17 => 7 + 14 => 9 and 16 18 => 8 - 19 => 13 - 22 => 9 - 23 => 17 - 25 => 15 - 26 => 3 - 28 => 2 + 19 => 7 + 20 => 1 + 21 => 5 + 25 => 14 + 27 => 4 29 => 6 - 31 => 4 - 32 => 1 - 33 => 10 - 36 => 12 - 37 => 5 + 31 => 13 + 35 => 10 + 36 => 15 + 38 => 2 + 40 => 12 + 41 => 3 + 44 => 17 + 45 => 11 Class: public com.volmit.iris.util.BoardManager NameNotChanged Source: "BoardManager.java" FieldsOf: com.volmit.iris.util.BoardManager - private com.volmit.iris.util.BoardSettings boardSettings => d - private final org.bukkit.plugin.java.JavaPlugin plugin => b - private java.util.Map scoreboards => a - private org.bukkit.scheduler.BukkitTask updateTask => c + private com.volmit.iris.util.BoardSettings boardSettings => b + private final org.bukkit.plugin.java.JavaPlugin plugin => c + private java.util.Map scoreboards => d + private org.bukkit.scheduler.BukkitTask updateTask => a MethodsOf: com.volmit.iris.util.BoardManager public void (org.bukkit.plugin.java.JavaPlugin, com.volmit.iris.util.BoardSettings) SignatureNotChanged public java.util.Map getScoreboards() SignatureNotChanged - private synthetic void lambda$onJoin$1(org.bukkit.event.player.PlayerJoinEvent) SignatureNotChanged private static synthetic void lambda$setBoardSettings$0(com.volmit.iris.util.BoardSettings, com.volmit.iris.util.Board) SignatureNotChanged public void onDisable() SignatureNotChanged - private void remove(org.bukkit.entity.Player) => b(org.bukkit.entity.Player) - private void setup(org.bukkit.entity.Player) => a(org.bukkit.entity.Player) + public void remove(org.bukkit.entity.Player) SignatureNotChanged + public void setup(org.bukkit.entity.Player) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BoardManager - 29 => 10 - 30 => 3 - 31 => 24 - 32 => 5 - 33 => 7 - 34 => 11 - 35 => 23 - 36 => 13 - 40 => 4 - 52 => 19 - 53 => 14 - 54 => 22 - 56 => 21 - 57 => 18 - 60 => 8 - 61 => 12 - 64 => 16 - 70 => 15 - 71 => 6 - 73 => 20 - 82 => 2 - 83 => 1 - 84 => 9 - 85 => 17 + 22 => 16 + 23 => 14 + 24 => 4 + 25 => 7 + 26 => 20 + 27 => 19 + 28 => 5 + 33 => 6 + 48 => 10 + 49 => 1 + 51 => 2 + 53 => 9 + 54 => 8 + 58 => 12 + 59 => 17 + 63 => 18 + 68 => 15 + 69 => 11 + 70 => 13 + 71 => 3 Class: public abstract com.volmit.iris.util.BoardProvider NameNotChanged Source: "BoardProvider.java" @@ -11694,15 +12648,15 @@ Class: public com.volmit.iris.util.BoardSettings NameNotChanged public com.volmit.iris.util.BoardProvider getBoardProvider() SignatureNotChanged public com.volmit.iris.util.ScoreDirection getScoreDirection() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BoardSettings - 11 => 1 and 4 - 14 => 2 - 16 => 3 + 7 => 1 and 4 + 10 => 2 + 12 => 3 Class: public com.volmit.iris.util.BoardSettings$BoardSettingsBuilder NameNotChanged Source: "BoardSettings.java" FieldsOf: com.volmit.iris.util.BoardSettings$BoardSettingsBuilder - private com.volmit.iris.util.BoardProvider boardProvider => a - private com.volmit.iris.util.ScoreDirection scoreDirection => b + private com.volmit.iris.util.BoardProvider boardProvider => b + private com.volmit.iris.util.ScoreDirection scoreDirection => a MethodsOf: com.volmit.iris.util.BoardSettings$BoardSettingsBuilder static void () SignatureNotChanged void () SignatureNotChanged @@ -11711,7 +12665,7 @@ Class: public com.volmit.iris.util.BoardSettings$BoardSettingsBuilder NameNotCha public com.volmit.iris.util.BoardSettings$BoardSettingsBuilder scoreDirection(com.volmit.iris.util.ScoreDirection) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BoardSettings$BoardSettingsBuilder - 11 => 1, 2, 3, 4 and 5 + 7 => 1, 2, 3, 4 and 5 Class: public com.volmit.iris.util.BoardUpdateTask NameNotChanged Source: "BoardUpdateTask.java" @@ -11726,10 +12680,10 @@ Class: public com.volmit.iris.util.BoardUpdateTask NameNotChanged private static synthetic boolean lambda$static$0(java.util.UUID) SignatureNotChanged public void run() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.BoardUpdateTask - 15 => 4 - 18 => 2 and 6 - 24 => 1, 3 and 5 - 25 => 7 + 15 => 3 + 18 => 1 and 7 + 24 => 2, 5 and 6 + 25 => 4 Class: public final com.volmit.iris.util.ByteArrayTag NameNotChanged Source: "ByteArrayTag.java" @@ -11741,21 +12695,21 @@ Class: public final com.volmit.iris.util.ByteArrayTag NameNotChanged public byte[] getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ByteArrayTag - 55 => 6 - 56 => 10 - 57 => 13 - 61 => 1 - 66 => 14 - 67 => 9 and 12 + 55 => 13 + 56 => 6 + 57 => 4 + 61 => 7 + 66 => 10 + 67 => 11 and 15 68 => 2 69 => 8 - 70 => 3 - 72 => 15 - 74 => 7 - 75 => 4 - 76 => 16 - 77 => 5 - 79 => 11 + 70 => 9 + 72 => 1 + 74 => 3 + 75 => 12 + 76 => 14 + 77 => 16 + 79 => 5 Class: public final com.volmit.iris.util.ByteTag NameNotChanged Source: "ByteTag.java" @@ -11767,15 +12721,368 @@ Class: public final com.volmit.iris.util.ByteTag NameNotChanged public java.lang.Byte getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ByteTag - 55 => 3 - 56 => 9 - 57 => 5 - 61 => 7 - 66 => 8 - 67 => 4 - 68 => 6 - 69 => 1 - 71 => 2 + 55 => 4 + 56 => 3 + 57 => 8 + 61 => 5 + 66 => 9 + 67 => 2 + 68 => 1 + 69 => 7 + 71 => 6 + +Class: public enum com.volmit.iris.util.C NameNotChanged + Source: "C.java" + FieldsOf: com.volmit.iris.util.C + private static final synthetic com.volmit.iris.util.C[] $VALUES => d + public static final enum com.volmit.iris.util.C AQUA NameNotChanged + public static final enum com.volmit.iris.util.C BLACK NameNotChanged + public static final enum com.volmit.iris.util.C BLUE NameNotChanged + public static final enum com.volmit.iris.util.C BOLD NameNotChanged + private static final java.util.Map BY_CHAR => a + private static final java.util.Map BY_ID => g + public static final com.volmit.iris.util.C[] COLORCYCLE NameNotChanged + private static final com.volmit.iris.util.C[] COLORS => k + public static final char COLOR_CHAR NameNotChanged + public static final enum com.volmit.iris.util.C DARK_AQUA NameNotChanged + public static final enum com.volmit.iris.util.C DARK_BLUE NameNotChanged + public static final enum com.volmit.iris.util.C DARK_GRAY NameNotChanged + public static final enum com.volmit.iris.util.C DARK_GREEN NameNotChanged + public static final enum com.volmit.iris.util.C DARK_PURPLE NameNotChanged + public static final enum com.volmit.iris.util.C DARK_RED NameNotChanged + public static final enum com.volmit.iris.util.C GOLD NameNotChanged + public static final enum com.volmit.iris.util.C GRAY NameNotChanged + public static final enum com.volmit.iris.util.C GREEN NameNotChanged + public static final enum com.volmit.iris.util.C ITALIC NameNotChanged + public static final enum com.volmit.iris.util.C LIGHT_PURPLE NameNotChanged + public static final enum com.volmit.iris.util.C MAGIC NameNotChanged + public static final enum com.volmit.iris.util.C RED NameNotChanged + public static final enum com.volmit.iris.util.C RESET NameNotChanged + public static final enum com.volmit.iris.util.C STRIKETHROUGH NameNotChanged + private static final java.util.regex.Pattern STRIP_COLOR_PATTERN => b + public static final enum com.volmit.iris.util.C UNDERLINE NameNotChanged + public static final enum com.volmit.iris.util.C WHITE NameNotChanged + public static final enum com.volmit.iris.util.C YELLOW NameNotChanged + private static final java.util.Map chatHexMap => h + private final char code => l + private static final java.util.Map dyeChatMap => f + private static final java.util.Map dyeHexMap => c + private final int intCode => i + private final boolean isFormat => j + private final java.lang.String toString => e + MethodsOf: com.volmit.iris.util.C + static void () SignatureNotChanged + private void (java.lang.String, int, char, int) SignatureNotChanged + private void (java.lang.String, int, char, int, boolean) SignatureNotChanged + synthetic void (java.lang.String, int, char, int, boolean, com.volmit.iris.util.C$1) SignatureNotChanged + synthetic void (java.lang.String, int, char, int, com.volmit.iris.util.C$1) SignatureNotChanged + public static com.volmit.iris.util.C getByChar(char) SignatureNotChanged + public static java.lang.String getLastColors(java.lang.String) SignatureNotChanged + public boolean isColor() SignatureNotChanged + public java.lang.String toString() SignatureNotChanged + public static java.lang.String translateAlternateColorCodes(char, java.lang.String) SignatureNotChanged + public static com.volmit.iris.util.C valueOf(java.lang.String) SignatureNotChanged + public static com.volmit.iris.util.C[] values() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C + 17 => 17, 20, 22, 41 and 105 + 22 => 7 + 33 => 45 + 44 => 42 + 55 => 82 + 66 => 93 + 77 => 77 + 88 => 60 + 99 => 33 + 110 => 103 + 121 => 79 + 132 => 13 + 143 => 74 + 154 => 37 + 165 => 111 + 176 => 43 + 187 => 53 + 198 => 100 + 209 => 114 + 220 => 24 + 231 => 51 + 242 => 19 + 254 => 86 + 268 => 123 + 269 => 112 + 270 => 97 + 275 => 26 + 276 => 21 + 277 => 71 + 278 => 27 + 279 => 57 + 283 => 16 + 284 => 4 + 285 => 115 + 286 => 23 + 287 => 40 + 288 => 94 + 289 => 52 + 290 => 104 + 291 => 75 + 292 => 63 + 293 => 122 + 294 => 64 + 295 => 121 + 296 => 62 + 297 => 88 + 298 => 92 + 299 => 56 + 300 => 1 + 301 => 108 + 302 => 15 + 303 => 49 + 304 => 46 + 305 => 6 + 306 => 18 + 307 => 36 + 308 => 9 + 309 => 81 + 310 => 14 + 311 => 8 + 312 => 84 + 313 => 91 + 314 => 76 + 315 => 2 + 316 => 66 + 317 => 3 + 318 => 30 + 319 => 34 + 320 => 110 + 321 => 87 + 322 => 31 + 323 => 11 + 324 => 113 + 325 => 102 + 326 => 72 + 327 => 59 + 328 => 120 + 329 => 67 + 330 => 83 + 335 => 38 + 336 => 65 + 339 => 106 + 340 => 78 + 341 => 39 + 342 => 61 + 343 => 109 + 344 => 48 + 364 => 55 + 399 => 25 + 414 => 44 + 417 => 80 + 419 => 117 + 606 => 12 + 608 => 69 + 611 => 99 + 612 => 70 and 116 + 614 => 85 + 616 => 101 + 617 => 58 + 620 => 95 + 756 => 35 + 757 => 89 + 760 => 10 and 119 + 762 => 96 + 763 => 118 + 765 => 32 + 766 => 107 + 768 => 28 + 770 => 73 + 773 => 54 + 775 => 47 + 781 => 98 + 786 => 50 and 68 + 788 => 90 + 789 => 5 + 791 => 29 + +Class: final enum com.volmit.iris.util.C$1 => com.volmit.iris.util.C$a + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$1 + MethodsOf: com.volmit.iris.util.C$1 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$1 + 22 => 1 + +Class: final enum com.volmit.iris.util.C$10 => com.volmit.iris.util.C$b + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$10 + MethodsOf: com.volmit.iris.util.C$10 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$10 + 121 => 1 + +Class: final enum com.volmit.iris.util.C$11 => com.volmit.iris.util.C$c + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$11 + MethodsOf: com.volmit.iris.util.C$11 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$11 + 132 => 1 + +Class: final enum com.volmit.iris.util.C$12 => com.volmit.iris.util.C$d + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$12 + MethodsOf: com.volmit.iris.util.C$12 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$12 + 143 => 1 + +Class: final enum com.volmit.iris.util.C$13 => com.volmit.iris.util.C$e + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$13 + MethodsOf: com.volmit.iris.util.C$13 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$13 + 154 => 1 + +Class: final enum com.volmit.iris.util.C$14 => com.volmit.iris.util.C$f + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$14 + MethodsOf: com.volmit.iris.util.C$14 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$14 + 165 => 1 + +Class: final enum com.volmit.iris.util.C$15 => com.volmit.iris.util.C$g + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$15 + MethodsOf: com.volmit.iris.util.C$15 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$15 + 176 => 1 + +Class: final enum com.volmit.iris.util.C$16 => com.volmit.iris.util.C$h + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$16 + MethodsOf: com.volmit.iris.util.C$16 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$16 + 187 => 1 + +Class: final enum com.volmit.iris.util.C$17 => com.volmit.iris.util.C$i + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$17 + MethodsOf: com.volmit.iris.util.C$17 + void (java.lang.String, int, char, int, boolean) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$17 + 198 => 1 + +Class: final enum com.volmit.iris.util.C$18 => com.volmit.iris.util.C$j + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$18 + MethodsOf: com.volmit.iris.util.C$18 + void (java.lang.String, int, char, int, boolean) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$18 + 209 => 1 + +Class: final enum com.volmit.iris.util.C$19 => com.volmit.iris.util.C$k + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$19 + MethodsOf: com.volmit.iris.util.C$19 + void (java.lang.String, int, char, int, boolean) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$19 + 220 => 1 + +Class: final enum com.volmit.iris.util.C$2 => com.volmit.iris.util.C$l + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$2 + MethodsOf: com.volmit.iris.util.C$2 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$2 + 33 => 1 + +Class: final enum com.volmit.iris.util.C$20 => com.volmit.iris.util.C$m + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$20 + MethodsOf: com.volmit.iris.util.C$20 + void (java.lang.String, int, char, int, boolean) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$20 + 231 => 1 + +Class: final enum com.volmit.iris.util.C$21 => com.volmit.iris.util.C$n + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$21 + MethodsOf: com.volmit.iris.util.C$21 + void (java.lang.String, int, char, int, boolean) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$21 + 242 => 1 + +Class: final enum com.volmit.iris.util.C$22 => com.volmit.iris.util.C$o + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$22 + MethodsOf: com.volmit.iris.util.C$22 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$22 + 254 => 1 + +Class: final enum com.volmit.iris.util.C$3 => com.volmit.iris.util.C$p + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$3 + MethodsOf: com.volmit.iris.util.C$3 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$3 + 44 => 1 + +Class: final enum com.volmit.iris.util.C$4 => com.volmit.iris.util.C$q + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$4 + MethodsOf: com.volmit.iris.util.C$4 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$4 + 55 => 1 + +Class: final enum com.volmit.iris.util.C$5 => com.volmit.iris.util.C$r + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$5 + MethodsOf: com.volmit.iris.util.C$5 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$5 + 66 => 1 + +Class: final enum com.volmit.iris.util.C$6 => com.volmit.iris.util.C$s + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$6 + MethodsOf: com.volmit.iris.util.C$6 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$6 + 77 => 1 + +Class: final enum com.volmit.iris.util.C$7 => com.volmit.iris.util.C$t + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$7 + MethodsOf: com.volmit.iris.util.C$7 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$7 + 88 => 1 + +Class: final enum com.volmit.iris.util.C$8 => com.volmit.iris.util.C$u + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$8 + MethodsOf: com.volmit.iris.util.C$8 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$8 + 99 => 1 + +Class: final enum com.volmit.iris.util.C$9 => com.volmit.iris.util.C$v + Source: "C.java" + FieldsOf: com.volmit.iris.util.C$9 + MethodsOf: com.volmit.iris.util.C$9 + void (java.lang.String, int, char, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.C$9 + 110 => 1 + +Class: public abstract com.volmit.iris.util.Callback NameNotChanged + Source: "Callback.java" + FieldsOf: com.volmit.iris.util.Callback + MethodsOf: com.volmit.iris.util.Callback + public abstract void run(java.lang.Object) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.Callback Class: public com.volmit.iris.util.CaveResult NameNotChanged Source: "CaveResult.java" @@ -11792,19 +13099,19 @@ Class: public com.volmit.iris.util.CaveResult NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.CaveResult - 5 => 1, 4, 5 and 9 - 8 => 8 - 9 => 3 - 12 => 7 - 13 => 10 - 14 => 2 - 15 => 6 + 5 => 1, 3, 4 and 6 + 8 => 10 + 9 => 7 + 12 => 5 + 13 => 2 + 14 => 9 + 15 => 8 Class: public com.volmit.iris.util.ChronoLatch NameNotChanged Source: "ChronoLatch.java" FieldsOf: com.volmit.iris.util.ChronoLatch - private long interval => a - private long since => b + private long interval => b + private long since => a MethodsOf: com.volmit.iris.util.ChronoLatch public void (long) SignatureNotChanged public void (long, boolean) SignatureNotChanged @@ -11812,19 +13119,19 @@ Class: public com.volmit.iris.util.ChronoLatch NameNotChanged public boolean flip() SignatureNotChanged public void flipDown() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ChronoLatch - 9 => 12 - 10 => 2 - 11 => 9 + 9 => 7 + 10 => 4 + 11 => 2 12 => 13 - 16 => 4 + 16 => 5 17 => 10 - 21 => 8 - 22 => 11 - 26 => 6 - 31 => 3 - 33 => 1 - 34 => 7 - 37 => 5 + 21 => 1 + 22 => 3 + 26 => 12 + 31 => 9 + 33 => 8 + 34 => 11 + 37 => 6 Class: public com.volmit.iris.util.ChunkPosition NameNotChanged Source: "ChunkPosition.java" @@ -11838,19 +13145,19 @@ Class: public com.volmit.iris.util.ChunkPosition NameNotChanged public int getZ() SignatureNotChanged public int hashCode() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ChunkPosition - 11 => 12 - 12 => 4 - 13 => 3 - 14 => 7 - 18 => 9 - 28 => 2 - 39 => 11 - 45 => 6 - 47 => 1 - 49 => 5 - 51 => 10 - 53 => 13 - 54 => 8 + 11 => 5 + 12 => 1 + 13 => 4 + 14 => 9 + 18 => 2 + 28 => 7 + 39 => 6 + 45 => 3 + 47 => 8 + 49 => 10 + 51 => 11 + 53 => 12 + 54 => 13 Class: public abstract annotation com.volmit.iris.util.Command NameNotChanged Source: "Command.java" @@ -11869,20 +13176,20 @@ Class: public final com.volmit.iris.util.CompoundTag NameNotChanged public java.util.Map getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.CompoundTag - 58 => 2 - 59 => 8 - 60 => 7 + 58 => 9 + 59 => 15 + 60 => 14 64 => 1 69 => 3 - 70 => 14 - 71 => 5 - 72 => 10 - 74 => 9 - 75 => 11 - 76 => 15 - 77 => 12 - 78 => 4 - 79 => 6 + 70 => 8 + 71 => 12 + 72 => 4 + 74 => 6 + 75 => 10 + 76 => 2 + 77 => 7 + 78 => 11 + 79 => 5 80 => 13 Class: public abstract com.volmit.iris.util.Consumer2 NameNotChanged @@ -11942,121 +13249,121 @@ Class: public com.volmit.iris.util.Cuboid NameNotChanged public com.volmit.iris.util.Cuboid shift(com.volmit.iris.util.Cuboid$CuboidDirection, int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Cuboid - 23 => 50 - 39 => 30 - 40 => 83 - 42 => 86 - 45 => 55 - 46 => 114 - 47 => 78 - 48 => 105 - 49 => 102 - 50 => 39 - 51 => 43 - 52 => 113 - 109 => 10 - 110 => 52 - 160 => 107 - 161 => 25 - 162 => 71 - 163 => 97 - 164 => 12 - 165 => 85 - 166 => 82 - 167 => 84 - 168 => 32 - 184 => 18 - 185 => 23 - 186 => 38 - 187 => 64 - 188 => 72 - 189 => 101 - 190 => 100 - 191 => 13 - 192 => 3 - 208 => 28 - 219 => 26 - 229 => 42 - 230 => 104 - 231 => 73 - 232 => 62 - 244 => 22 - 245 => 46 - 247 => 31 - 249 => 90 - 259 => 91 - 269 => 112 - 279 => 14 - 299 => 95 - 309 => 7 - 319 => 21 - 329 => 61 - 339 => 11 - 349 => 16 - 385 => 35 - 388 => 76 - 390 => 37 - 392 => 34 - 394 => 41 - 396 => 60 - 398 => 87 - 400 => 81 - 406 => 51 - 407 => 74 - 408 => 56 - 409 => 108 - 410 => 63 - 411 => 2 - 412 => 17 - 426 => 57 - 488 => 68 - 512 => 15 - 568 => 40 - 569 => 115 - 572 => 44 - 574 => 9 - 576 => 94 - 578 => 92 - 580 => 67 - 582 => 49 - 584 => 80 - 586 => 77 - 588 => 59 - 590 => 20 - 592 => 5 - 594 => 6 - 596 => 99 - 598 => 27 - 600 => 106 - 602 => 109 - 604 => 111 - 606 => 75 - 608 => 24 - 622 => 69 - 625 => 4 - 627 => 47 - 629 => 29 - 631 => 33 - 633 => 110 - 635 => 65 - 637 => 103 - 650 => 98 - 652 => 45 - 654 => 1 - 656 => 88 - 657 => 48 - 669 => 66 - 671 => 96 - 674 => 58 - 675 => 89 - 676 => 36 - 677 => 19 - 678 => 54 - 679 => 8 - 681 => 79 - 767 => 93 - 778 => 70 - 789 => 53 + 23 => 93 + 39 => 104 + 40 => 85 + 42 => 36 + 45 => 27 + 46 => 21 + 47 => 112 + 48 => 95 + 49 => 38 + 50 => 65 + 51 => 1 + 52 => 89 + 109 => 56 + 110 => 7 + 160 => 15 + 161 => 98 + 162 => 102 + 163 => 92 + 164 => 110 + 165 => 75 + 166 => 101 + 167 => 17 + 168 => 60 + 184 => 42 + 185 => 16 + 186 => 78 + 187 => 57 + 188 => 73 + 189 => 74 + 190 => 31 + 191 => 105 + 192 => 111 + 208 => 20 + 219 => 87 + 229 => 49 + 230 => 54 + 231 => 88 + 232 => 41 + 244 => 76 + 245 => 50 + 247 => 69 + 249 => 11 + 259 => 83 + 269 => 51 + 279 => 55 + 299 => 70 + 309 => 6 + 319 => 80 + 329 => 81 + 339 => 2 + 349 => 14 + 385 => 34 + 388 => 63 + 390 => 24 + 392 => 113 + 394 => 62 + 396 => 53 + 398 => 40 + 400 => 72 + 406 => 97 + 407 => 99 + 408 => 84 + 409 => 8 + 410 => 44 + 411 => 48 + 412 => 66 + 426 => 115 + 488 => 32 + 512 => 96 + 568 => 23 + 569 => 82 + 572 => 33 + 574 => 45 + 576 => 22 + 578 => 109 + 580 => 106 + 582 => 43 + 584 => 103 + 586 => 4 + 588 => 79 + 590 => 35 + 592 => 58 + 594 => 12 + 596 => 107 + 598 => 67 + 600 => 46 + 602 => 77 + 604 => 9 + 606 => 37 + 608 => 86 + 622 => 64 + 625 => 71 + 627 => 39 + 629 => 91 + 631 => 25 + 633 => 10 + 635 => 30 + 637 => 5 + 650 => 47 + 652 => 68 + 654 => 28 + 656 => 61 + 657 => 26 + 669 => 59 + 671 => 100 + 674 => 114 + 675 => 94 + 676 => 3 + 677 => 90 + 678 => 52 + 679 => 108 + 681 => 29 + 767 => 13 + 778 => 18 + 789 => 19 Class: synthetic com.volmit.iris.util.Cuboid$1 => com.volmit.iris.util.Cuboid$a Source: "Cuboid.java" @@ -12088,43 +13395,43 @@ Class: public final enum com.volmit.iris.util.Cuboid$CuboidDirection NameNotChan public static com.volmit.iris.util.Cuboid$CuboidDirection valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.util.Cuboid$CuboidDirection[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Cuboid$CuboidDirection - 840 => 3, 12, 19 and 24 - 843 => 7 - 844 => 17 - 845 => 13 - 846 => 11 - 847 => 6 - 848 => 9 - 849 => 21 - 850 => 10 - 851 => 5 - 852 => 16 - 856 => 8 - 859 => 20 - 861 => 22 - 863 => 15 - 865 => 1 - 867 => 14 - 869 => 18 - 871 => 4 - 873 => 25 - 875 => 2 + 840 => 8, 17, 19 and 22 + 843 => 15 + 844 => 11 + 845 => 25 + 846 => 1 + 847 => 14 + 848 => 24 + 849 => 7 + 850 => 6 + 851 => 20 + 852 => 10 + 856 => 12 + 859 => 16 + 861 => 5 + 863 => 3 + 865 => 18 + 867 => 13 + 869 => 4 + 871 => 2 + 873 => 21 + 875 => 9 877 => 23 Class: public com.volmit.iris.util.Cuboid$CuboidIterator NameNotChanged Source: "Cuboid.java" FieldsOf: com.volmit.iris.util.Cuboid$CuboidIterator - private int baseX => a - private int baseY => d - private int baseZ => g - private int sizeX => i - private int sizeY => j - private int sizeZ => b + private int baseX => d + private int baseY => i + private int baseZ => f + private int sizeX => b + private int sizeY => e + private int sizeZ => h final synthetic com.volmit.iris.util.Cuboid this$0 NameNotChanged - private org.bukkit.World w => c - private int x => f - private int y => e - private int z => h + private org.bukkit.World w => g + private int x => a + private int y => c + private int z => j MethodsOf: com.volmit.iris.util.Cuboid$CuboidIterator public void (com.volmit.iris.util.Cuboid, org.bukkit.World, int, int, int, int, int, int) SignatureNotChanged public boolean hasNext() SignatureNotChanged @@ -12132,26 +13439,26 @@ Class: public com.volmit.iris.util.Cuboid$CuboidIterator NameNotChanged public org.bukkit.block.Block next() SignatureNotChanged public void remove() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Cuboid$CuboidIterator - 792 => 7 - 800 => 4 - 801 => 13 - 802 => 17 - 803 => 19 - 804 => 2 - 805 => 15 - 806 => 10 - 807 => 3 - 808 => 16 - 809 => 6 - 814 => 12 - 820 => 9 - 821 => 1 - 823 => 20 - 824 => 14 - 826 => 8 + 792 => 4 + 800 => 8 + 801 => 20 + 802 => 18 + 803 => 9 + 804 => 15 + 805 => 6 + 806 => 12 + 807 => 10 + 808 => 7 + 809 => 2 + 814 => 1 + 820 => 13 + 821 => 11 + 823 => 14 + 824 => 16 + 826 => 3 827 => 5 - 830 => 18 - 837 => 11 + 830 => 19 + 837 => 17 Class: public com.volmit.iris.util.CustomOutputStream NameNotChanged Source: "CustomOutputStream.java" @@ -12159,8 +13466,8 @@ Class: public com.volmit.iris.util.CustomOutputStream NameNotChanged MethodsOf: com.volmit.iris.util.CustomOutputStream public void (java.io.OutputStream, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.CustomOutputStream - 11 => 2 - 12 => 1 + 11 => 1 + 12 => 2 13 => 3 Class: public abstract com.volmit.iris.util.DOP NameNotChanged @@ -12186,18 +13493,18 @@ Class: public abstract annotation com.volmit.iris.util.Desc NameNotChanged Class: public final enum com.volmit.iris.util.Direction NameNotChanged Source: "Direction.java" FieldsOf: com.volmit.iris.util.Direction - private static final synthetic com.volmit.iris.util.Direction[] $VALUES => b + private static final synthetic com.volmit.iris.util.Direction[] $VALUES => d public static final enum com.volmit.iris.util.Direction D NameNotChanged public static final enum com.volmit.iris.util.Direction E NameNotChanged public static final enum com.volmit.iris.util.Direction N NameNotChanged public static final enum com.volmit.iris.util.Direction S NameNotChanged public static final enum com.volmit.iris.util.Direction U NameNotChanged public static final enum com.volmit.iris.util.Direction W NameNotChanged - private com.volmit.iris.util.Cuboid$CuboidDirection f => g - private static com.volmit.iris.util.KMap permute => e - private int x => d - private int y => a - private int z => c + private com.volmit.iris.util.Cuboid$CuboidDirection f => c + private static com.volmit.iris.util.KMap permute => f + private int x => b + private int y => e + private int z => a MethodsOf: com.volmit.iris.util.Direction static void () SignatureNotChanged private void (java.lang.String, int, int, int, int, com.volmit.iris.util.Cuboid$CuboidDirection) SignatureNotChanged @@ -12208,57 +13515,57 @@ Class: public final enum com.volmit.iris.util.Direction NameNotChanged public static com.volmit.iris.util.Direction valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.util.Direction[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Direction - 15 => 2, 8 and 24 - 17 => 10 - 18 => 18 - 19 => 13 - 20 => 19 - 21 => 29 - 22 => 36 - 24 => 6 - 81 => 35 - 84 => 32 - 86 => 5 - 88 => 4 - 90 => 28 - 92 => 22 - 94 => 34 + 15 => 41, 42 and 43 + 17 => 7 + 18 => 36 + 19 => 24 + 20 => 12 + 21 => 26 + 22 => 15 + 24 => 10 + 81 => 21 + 84 => 28 + 86 => 37 + 88 => 34 + 90 => 16 + 92 => 3 + 94 => 23 97 => 33 - 107 => 20 - 108 => 16 - 110 => 3 and 14 - 112 => 42 - 113 => 31 - 115 => 41 - 117 => 39 - 118 => 38 - 122 => 43 - 167 => 12 + 107 => 22 + 108 => 31 + 110 => 6 and 14 + 112 => 30 + 113 => 25 + 115 => 17 + 117 => 4 + 118 => 5 + 122 => 18 + 167 => 38 186 => 11 - 187 => 1 - 188 => 40 - 189 => 26 - 190 => 9 - 191 => 37 - 210 => 17 - 213 => 25 - 215 => 23 - 217 => 15 - 219 => 27 - 221 => 30 - 223 => 7 - 228 => 21 + 187 => 8 + 188 => 29 + 189 => 13 + 190 => 35 + 191 => 1 + 210 => 39 + 213 => 2 + 215 => 40 + 217 => 9 + 219 => 19 + 221 => 32 + 223 => 20 + 228 => 27 Class: synthetic com.volmit.iris.util.Direction$11 => com.volmit.iris.util.Direction$a Source: "Direction.java" FieldsOf: com.volmit.iris.util.Direction$11 - static final synthetic int[] $SwitchMap$com$volmit$iris$util$Direction => b - static final synthetic int[] $SwitchMap$org$bukkit$block$BlockFace => a + static final synthetic int[] $SwitchMap$com$volmit$iris$util$Direction => a + static final synthetic int[] $SwitchMap$org$bukkit$block$BlockFace => b MethodsOf: com.volmit.iris.util.Direction$11 static void () SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Direction$11 - 33 => 1 - 81 => 2 + 33 => 2 + 81 => 1 Class: public abstract annotation com.volmit.iris.util.DontObfuscate NameNotChanged Source: "DontObfuscate.java" @@ -12272,9 +13579,9 @@ Class: public com.volmit.iris.util.DoubleArrayUtils NameNotChanged MethodsOf: com.volmit.iris.util.DoubleArrayUtils public static void fill(double[], double) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.DoubleArrayUtils - 24 => 1 and 3 - 26 => 2 - 28 => 4 + 24 => 2 and 3 + 26 => 4 + 28 => 1 Class: public final com.volmit.iris.util.DoubleTag NameNotChanged Source: "DoubleTag.java" @@ -12288,13 +13595,53 @@ Class: public final com.volmit.iris.util.DoubleTag NameNotChanged LineNumbersOf: com.volmit.iris.util.DoubleTag 55 => 3 56 => 2 - 57 => 9 - 61 => 4 - 66 => 6 + 57 => 1 + 61 => 8 + 66 => 5 67 => 7 - 68 => 1 - 69 => 8 - 71 => 5 + 68 => 4 + 69 => 6 + 71 => 9 + +Class: public abstract com.volmit.iris.util.Element NameNotChanged + Source: "Element.java" + FieldsOf: com.volmit.iris.util.Element + MethodsOf: com.volmit.iris.util.Element + public abstract com.volmit.iris.util.Element call(com.volmit.iris.util.ElementEvent, com.volmit.iris.util.Element) SignatureNotChanged + public abstract org.bukkit.inventory.ItemStack computeItemStack() SignatureNotChanged + public abstract int getCount() SignatureNotChanged + public abstract short getEffectiveDurability() SignatureNotChanged + public abstract com.volmit.iris.util.KList getLore() SignatureNotChanged + public abstract com.volmit.iris.util.MaterialBlock getMaterial() SignatureNotChanged + public abstract java.lang.String getName() SignatureNotChanged + public abstract double getProgress() SignatureNotChanged + public abstract boolean isEnchanted() SignatureNotChanged + public abstract com.volmit.iris.util.Element setCount(int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.Element + +Class: public final enum com.volmit.iris.util.ElementEvent NameNotChanged + Source: "ElementEvent.java" + FieldsOf: com.volmit.iris.util.ElementEvent + private static final synthetic com.volmit.iris.util.ElementEvent[] $VALUES => a + public static final enum com.volmit.iris.util.ElementEvent DRAG_INTO NameNotChanged + public static final enum com.volmit.iris.util.ElementEvent LEFT NameNotChanged + public static final enum com.volmit.iris.util.ElementEvent OTHER_DRAG_INTO NameNotChanged + public static final enum com.volmit.iris.util.ElementEvent RIGHT NameNotChanged + public static final enum com.volmit.iris.util.ElementEvent SHIFT_LEFT NameNotChanged + public static final enum com.volmit.iris.util.ElementEvent SHIFT_RIGHT NameNotChanged + MethodsOf: com.volmit.iris.util.ElementEvent + static void () SignatureNotChanged + private void (java.lang.String, int) SignatureNotChanged + public static com.volmit.iris.util.ElementEvent valueOf(java.lang.String) SignatureNotChanged + public static com.volmit.iris.util.ElementEvent[] values() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.ElementEvent + 9 => 1, 4, 5 and 8 + 11 => 6 + 12 => 9 + 13 => 2 + 14 => 7 + 15 => 10 + 16 => 3 Class: public final com.volmit.iris.util.EndTag NameNotChanged Source: "EndTag.java" @@ -12304,37 +13651,37 @@ Class: public final com.volmit.iris.util.EndTag NameNotChanged public void () SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.EndTag - 47 => 3 + 47 => 1 48 => 2 - 57 => 1 + 57 => 3 Class: public com.volmit.iris.util.FileWatcher NameNotChanged Source: "FileWatcher.java" FieldsOf: com.volmit.iris.util.FileWatcher - private boolean exists => a + private boolean exists => c protected final java.io.File file NameNotChanged - private long lastModified => c - private long size => b + private long lastModified => b + private long size => a MethodsOf: com.volmit.iris.util.FileWatcher public void (java.io.File) SignatureNotChanged public boolean checkModified() SignatureNotChanged protected void readProperties() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.FileWatcher - 13 => 9 - 14 => 3 - 15 => 13 + 13 => 6 + 14 => 9 + 15 => 1 16 => 7 - 20 => 8 - 21 => 11 - 22 => 1 - 23 => 4 - 27 => 14 - 28 => 2 - 29 => 12 - 30 => 6 - 32 => 5 - 34 => 15 - 37 => 10 + 20 => 10 + 21 => 3 + 22 => 2 + 23 => 15 + 27 => 11 + 28 => 13 + 29 => 5 + 30 => 12 + 32 => 8 + 34 => 4 + 37 => 14 Class: public final com.volmit.iris.util.FloatTag NameNotChanged Source: "FloatTag.java" @@ -12346,23 +13693,23 @@ Class: public final com.volmit.iris.util.FloatTag NameNotChanged public java.lang.Float getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.FloatTag - 55 => 5 - 56 => 6 - 57 => 7 - 61 => 3 - 66 => 1 - 67 => 4 - 68 => 8 - 69 => 9 - 71 => 2 + 55 => 9 + 56 => 4 + 57 => 5 + 61 => 1 + 66 => 8 + 67 => 2 + 68 => 6 + 69 => 7 + 71 => 3 Class: public com.volmit.iris.util.FolderWatcher NameNotChanged Source: "FolderWatcher.java" FieldsOf: com.volmit.iris.util.FolderWatcher - private com.volmit.iris.util.KList changed => g - private com.volmit.iris.util.KList created => e - private com.volmit.iris.util.KList deleted => d - private com.volmit.iris.util.KMap watchers => f + private com.volmit.iris.util.KList changed => d + private com.volmit.iris.util.KList created => f + private com.volmit.iris.util.KList deleted => e + private com.volmit.iris.util.KMap watchers => g MethodsOf: com.volmit.iris.util.FolderWatcher static void () SignatureNotChanged public void (java.io.File) SignatureNotChanged @@ -12372,59 +13719,59 @@ Class: public com.volmit.iris.util.FolderWatcher NameNotChanged public com.volmit.iris.util.KList getDeleted() SignatureNotChanged protected void readProperties() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.FolderWatcher - 14 => 7 - 15 => 38 - 19 => 4 - 21 => 26 - 22 => 8 - 23 => 34 - 24 => 11 - 27 => 33 - 29 => 37 and 43 - 31 => 17 - 33 => 24 - 37 => 35 - 39 => 9 - 42 => 16 - 44 => 30 - 46 => 18 - 48 => 25 - 53 => 5 - 55 => 29 - 59 => 45 - 60 => 21 - 61 => 3 - 63 => 27 - 65 => 41 - 66 => 6 - 68 => 40 - 70 => 13 - 72 => 14 - 74 => 32 - 76 => 1 - 78 => 31 - 80 => 22 - 85 => 39 - 86 => 2 - 88 => 10 - 91 => 12 - 92 => 19 - 93 => 23 - 95 => 36 - 97 => 44 - 100 => 15 - 110 => 42 - 115 => 28 - 120 => 20 + 14 => 23 + 15 => 7 + 19 => 38 + 21 => 8 + 22 => 34 + 23 => 26 + 24 => 24 + 27 => 19 + 29 => 35 and 45 + 31 => 2 + 33 => 25 + 37 => 43 + 39 => 32 + 42 => 31 + 44 => 39 + 46 => 40 + 48 => 36 + 53 => 44 + 55 => 21 + 59 => 9 + 60 => 4 + 61 => 6 + 63 => 29 + 65 => 20 + 66 => 16 + 68 => 14 + 70 => 5 + 72 => 10 + 74 => 15 + 76 => 22 + 78 => 28 + 80 => 17 + 85 => 1 + 86 => 18 + 88 => 37 + 91 => 13 + 92 => 27 + 93 => 42 + 95 => 11 + 97 => 12 + 100 => 30 + 110 => 3 + 115 => 33 + 120 => 41 Class: public com.volmit.iris.util.Form NameNotChanged Source: "Form.java" FieldsOf: com.volmit.iris.util.Form - private static java.text.DecimalFormat DF => e - private static final java.util.NavigableMap MAP => a + private static java.text.DecimalFormat DF => b + private static final java.util.NavigableMap MAP => e private static final java.lang.String[] NAMES => d - private static java.text.NumberFormat NF => c - private static final java.math.BigInteger THOUSAND => b + private static java.text.NumberFormat NF => a + private static final java.math.BigInteger THOUSAND => c MethodsOf: com.volmit.iris.util.Form static void () SignatureNotChanged public static java.lang.String capitalize(java.lang.String) SignatureNotChanged @@ -12442,96 +13789,138 @@ Class: public com.volmit.iris.util.Form NameNotChanged public static java.lang.String pc(double) SignatureNotChanged public static java.lang.String pc(double, int) SignatureNotChanged public static java.lang.String repeat(java.lang.String, int) SignatureNotChanged + public static java.lang.String wrap(java.lang.String, int, java.lang.String, boolean) SignatureNotChanged + public static java.lang.String wrap(java.lang.String, int, java.lang.String, boolean, java.lang.String) SignatureNotChanged + public static java.lang.String wrapWords(java.lang.String, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Form - 23 => 4 - 24 => 37 - 29 => 38 - 30 => 48 and 58 - 32 => 14 - 34 => 41 - 38 => 30 - 40 => 64 - 42 => 43 - 75 => 12 - 76 => 5 - 78 => 1 and 24 - 80 => 71 - 82 => 15 - 83 => 60 - 88 => 11 - 92 => 49 - 104 => 40 - 106 => 33 and 75 - 108 => 13 - 111 => 42 - 637 => 77 - 639 => 52 - 642 => 28 - 644 => 21 - 647 => 22 - 649 => 72 - 652 => 18 - 654 => 56 - 657 => 17 - 659 => 35 - 662 => 20 - 667 => 29 - 681 => 39 - 683 => 7 - 686 => 50 - 688 => 65 - 691 => 85 - 693 => 79 - 696 => 86 - 698 => 19 - 701 => 9 - 703 => 76 - 706 => 55 - 824 => 27 - 932 => 82 - 933 => 73 - 935 => 6 - 937 => 25 - 938 => 31 - 940 => 8 - 942 => 45 - 943 => 81 - 945 => 47 - 947 => 61 - 948 => 36 - 950 => 23 - 952 => 2 - 953 => 67 - 959 => 62 - 1125 => 83 - 1126 => 51 - 1138 => 16 - 1139 => 70 - 1153 => 68 - 1155 => 84 - 1157 => 59 - 1160 => 74 - 1162 => 44 - 1201 => 46 - 1203 => 3 - 1205 => 78 - 1208 => 26 - 1210 => 53 - 1247 => 32 - 1275 => 63 - 1550 => 57 - 1552 => 80 - 1555 => 34 - 1557 => 66 and 69 - 1559 => 10 - 1562 => 54 - -Class: public abstract com.volmit.iris.util.Function2 NameNotChanged - Source: "Function2.java" - FieldsOf: com.volmit.iris.util.Function2 - MethodsOf: com.volmit.iris.util.Function2 - public abstract java.lang.Object apply(java.lang.Object, java.lang.Object) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.Function2 + 23 => 3 + 24 => 6 + 29 => 49 + 30 => 121 and 124 + 32 => 55 + 34 => 96 + 38 => 27 + 40 => 100 + 42 => 35 + 75 => 71 + 76 => 79 + 78 => 18 and 84 + 80 => 116 + 82 => 17 + 83 => 87 + 88 => 8 + 92 => 101 + 104 => 108 + 106 => 10 and 112 + 108 => 54 + 111 => 15 + 139 => 89 + 157 => 115 + 177 => 44 + 179 => 7 + 184 => 30 + 186 => 86 + 189 => 47 + 191 => 58 + 194 => 99 + 196 => 42 + 199 => 130 + 200 => 16 + 201 => 59 + 202 => 120 + 204 => 62 + 206 => 85 + 207 => 69 + 208 => 4 + 210 => 110 + 212 => 132 + 213 => 53 + 216 => 127 + 219 => 102 + 221 => 19 + 224 => 104 + 226 => 103 + 229 => 66 + 231 => 37 + 232 => 34 + 233 => 88 + 235 => 68 + 237 => 33 + 238 => 39 + 239 => 98 + 243 => 21 + 244 => 11 + 246 => 25 + 249 => 92 + 251 => 113 + 252 => 70 + 253 => 107 + 257 => 105 + 258 => 13 + 261 => 22 + 263 => 28 + 264 => 80 + 637 => 61 + 639 => 64 + 642 => 75 + 644 => 51 + 647 => 83 + 649 => 67 + 652 => 5 + 654 => 57 + 657 => 94 + 659 => 73 + 662 => 31 + 667 => 117 + 681 => 48 + 683 => 82 + 686 => 97 + 688 => 52 + 691 => 81 + 693 => 91 + 696 => 114 + 698 => 111 + 701 => 74 + 703 => 43 + 706 => 41 + 824 => 56 + 932 => 118 + 933 => 78 + 935 => 128 + 937 => 109 + 938 => 12 + 940 => 126 + 942 => 72 + 943 => 90 + 945 => 40 + 947 => 23 + 948 => 129 + 950 => 24 + 952 => 1 + 953 => 14 + 959 => 76 + 1125 => 60 + 1126 => 122 + 1138 => 38 + 1139 => 26 + 1153 => 46 + 1155 => 2 + 1157 => 45 + 1160 => 123 + 1162 => 20 + 1201 => 32 + 1203 => 131 + 1205 => 50 + 1208 => 95 + 1210 => 63 + 1247 => 77 + 1275 => 125 + 1550 => 36 + 1552 => 93 + 1555 => 29 + 1557 => 65 and 119 + 1559 => 106 + 1562 => 9 Class: public com.volmit.iris.util.GBiset NameNotChanged Source: "GBiset.java" @@ -12548,93 +13937,92 @@ Class: public abstract com.volmit.iris.util.GenLayer NameNotChanged MethodsOf: com.volmit.iris.util.GenLayer public void (com.volmit.iris.gen.DimensionChunkGenerator, com.volmit.iris.util.RNG) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.GenLayer - 11 => 3 - 12 => 1 - 13 => 2 + 11 => 1 + 12 => 2 + 13 => 3 14 => 4 Class: public com.volmit.iris.util.GroupedExecutor NameNotChanged Source: "GroupedExecutor.java" FieldsOf: com.volmit.iris.util.GroupedExecutor - private com.volmit.iris.util.KMap mirror => b - private java.util.concurrent.ExecutorService service => c - private int xc => a + private com.volmit.iris.util.KMap mirror => a + private java.util.concurrent.ExecutorService service => b + private int xc => c MethodsOf: com.volmit.iris.util.GroupedExecutor static void () SignatureNotChanged public void (int, int, java.lang.String) SignatureNotChanged - static synthetic int access$0(com.volmit.iris.util.GroupedExecutor) SignatureNotChanged - static synthetic void access$1(com.volmit.iris.util.GroupedExecutor, int) SignatureNotChanged + static synthetic int access$008(com.volmit.iris.util.GroupedExecutor) SignatureNotChanged public void close() SignatureNotChanged - private static synthetic java.lang.Thread lambda$0(java.lang.String, int, java.lang.Runnable) SignatureNotChanged - private synthetic java.lang.Thread lambda$1(java.lang.String, int, java.lang.Runnable) SignatureNotChanged - private static synthetic java.lang.Integer lambda$2(java.lang.String, java.lang.Integer) SignatureNotChanged - private synthetic void lambda$3(com.volmit.iris.util.NastyRunnable, java.lang.String) SignatureNotChanged - private static synthetic java.lang.Integer lambda$4(java.lang.String, java.lang.Integer) SignatureNotChanged - private synthetic void lambda$5() SignatureNotChanged + private synthetic void lambda$close$5() SignatureNotChanged + private static synthetic java.lang.Thread lambda$new$0(java.lang.String, int, java.lang.Runnable) SignatureNotChanged + private synthetic java.lang.Thread lambda$new$1(java.lang.String, int, java.lang.Runnable) SignatureNotChanged + private static synthetic java.lang.Integer lambda$null$3(java.lang.String, java.lang.Integer) SignatureNotChanged + private static synthetic java.lang.Integer lambda$queue$2(java.lang.String, java.lang.Integer) SignatureNotChanged + private synthetic void lambda$queue$4(com.volmit.iris.util.NastyRunnable, java.lang.String) SignatureNotChanged public void queue(java.lang.String, com.volmit.iris.util.NastyRunnable) SignatureNotChanged public void waitFor(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.GroupedExecutor - 13 => 40 and 42 - 17 => 16 - 19 => 41 - 20 => 25 - 22 => 22 - 24 => 31 - 26 => 35 - 27 => 14 - 28 => 24 - 30 => 26 - 32 => 9 - 34 => 8 - 36 => 20 - 48 => 6 - 49 => 2 + 11 => 44 + 18 => 24 + 19 => 39 + 20 => 19 + 22 => 29 + 24 => 5 + 26 => 47 + 27 => 12 + 28 => 22 + 30 => 9 + 34 => 33 + 36 => 41 + 48 => 38 + 49 => 10 53 => 15 - 55 => 3 - 56 => 23 - 57 => 4 - 59 => 21 - 62 => 12 - 66 => 28 - 68 => 46 - 71 => 33 - 73 => 1 - 76 => 30 - 80 => 18 - 82 => 10 - 85 => 36 - 87 => 13 - 88 => 32 - 92 => 27 - 96 => 38 and 44 + 55 => 42 + 56 => 6 + 57 => 25 + 59 => 3 + 62 => 40 + 66 => 20 + 68 => 8 + 71 => 11 + 73 => 13 + 76 => 26 + 80 => 30 + 82 => 31 + 85 => 18 + 87 => 46 + 88 => 7 + 89 => 32 + 92 => 23 + 96 => 27 and 35 98 => 17 - 102 => 43 - 103 => 19 - 105 => 39 - 110 => 11 and 45 - 111 => 29 - 112 => 37 - 116 => 5 - 118 => 47 - 119 => 7 - 120 => 34 - 121 => 48 + 102 => 34 + 105 => 45 + 108 => 4 + 110 => 36 and 43 + 111 => 21 + 112 => 1 + 116 => 2 + 118 => 28 + 119 => 37 + 120 => 16 + 121 => 14 Class: com.volmit.iris.util.GroupedExecutor$1 => com.volmit.iris.util.GroupedExecutor$a Source: "GroupedExecutor.java" FieldsOf: com.volmit.iris.util.GroupedExecutor$1 final synthetic com.volmit.iris.util.GroupedExecutor this$0 NameNotChanged - private final synthetic java.lang.String val$name NameNotChanged - private final synthetic int val$priority NameNotChanged + final synthetic java.lang.String val$name NameNotChanged + final synthetic int val$priority NameNotChanged MethodsOf: com.volmit.iris.util.GroupedExecutor$1 void (com.volmit.iris.util.GroupedExecutor, java.lang.String, int) SignatureNotChanged public java.util.concurrent.ForkJoinWorkerThread newThread(java.util.concurrent.ForkJoinPool) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.GroupedExecutor$1 - 36 => 5 + 37 => 2 41 => 1 42 => 4 43 => 3 - 44 => 2 + 44 => 5 Class: public com.volmit.iris.util.HeightMap NameNotChanged Source: "HeightMap.java" @@ -12644,11 +14032,11 @@ Class: public com.volmit.iris.util.HeightMap NameNotChanged public void () SignatureNotChanged public void setHeight(int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.HeightMap - 10 => 2 - 11 => 3 - 12 => 1 + 10 => 3 + 11 => 2 + 12 => 6 13 => 5 - 17 => 6 + 17 => 1 18 => 4 Class: public abstract com.volmit.iris.util.ICommand NameNotChanged @@ -12695,102 +14083,102 @@ Class: public com.volmit.iris.util.IO NameNotChanged public static java.lang.String readAll(java.io.File) SignatureNotChanged public static void writeAll(java.io.File, java.lang.Object) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IO - 52 => 43 - 70 => 15 - 108 => 89 - 109 => 13 - 112 => 62 - 114 => 75 - 117 => 12 - 124 => 50 - 125 => 101 - 126 => 69 - 127 => 81 - 128 => 51 - 131 => 71 - 133 => 46 - 136 => 60 - 141 => 61 - 142 => 54 and 94 - 144 => 4 - 145 => 28 - 146 => 42 - 149 => 65 - 259 => 7 - 260 => 29 - 261 => 19 + 52 => 94 + 70 => 73 + 108 => 88 + 109 => 66 + 112 => 9 + 114 => 24 + 117 => 81 + 124 => 46 + 125 => 76 + 126 => 57 + 127 => 83 + 128 => 91 + 131 => 3 + 133 => 96 + 136 => 63 + 141 => 89 + 142 => 47 and 87 + 144 => 41 + 145 => 69 + 146 => 62 + 149 => 1 + 259 => 65 + 260 => 11 + 261 => 37 263 => 26 - 265 => 40 - 266 => 91 - 269 => 68 - 280 => 23 - 282 => 58 + 265 => 98 + 266 => 74 + 269 => 42 + 280 => 28 + 282 => 55 285 => 79 - 287 => 34 and 66 - 289 => 73 - 293 => 102 - 294 => 74 - 401 => 87 - 402 => 93 - 403 => 33 - 404 => 20 - 405 => 44 - 409 => 21 - 410 => 86 - 411 => 88 - 413 => 57 - 415 => 25 - 418 => 35 - 420 => 92 - 482 => 82 - 483 => 49 - 511 => 77 - 513 => 27 - 515 => 64 - 517 => 83 - 519 => 72 - 521 => 48 - 523 => 84 - 525 => 6 - 527 => 76 - 529 => 41 - 531 => 45 - 533 => 47 - 535 => 80 - 538 => 53 - 540 => 38 - 542 => 59 - 543 => 95 - 559 => 85 - 561 => 99 - 564 => 36 - 567 => 14 - 570 => 78 - 574 => 8 and 52 - 575 => 5 and 11 - 579 => 30 and 67 - 580 => 24 and 63 - 582 => 39 - 584 => 70 - 586 => 17 - 588 => 22 - 590 => 90 - 1593 => 1 - 1594 => 56 - 1596 => 98 - 1598 => 16 - 1621 => 3 - 1622 => 96 - 1623 => 100 - 1624 => 2 - 1626 => 10 - 1627 => 55 - 1629 => 18 - 1927 => 9 - 1928 => 31 - 1929 => 32 - 1930 => 97 - 1931 => 37 + 287 => 30 and 48 + 289 => 86 + 293 => 20 + 294 => 19 + 401 => 45 + 402 => 97 + 403 => 95 + 404 => 54 + 405 => 33 + 409 => 64 + 410 => 22 + 411 => 36 + 413 => 60 + 415 => 44 + 418 => 50 + 420 => 23 + 482 => 102 + 483 => 75 + 511 => 21 + 513 => 12 + 515 => 31 + 517 => 25 + 519 => 32 + 521 => 8 + 523 => 99 + 525 => 84 + 527 => 35 + 529 => 61 + 531 => 7 + 533 => 49 + 535 => 90 + 538 => 29 + 540 => 2 + 542 => 93 + 543 => 59 + 559 => 77 + 561 => 58 + 564 => 85 + 567 => 70 + 570 => 68 + 574 => 18 and 43 + 575 => 5 and 53 + 579 => 56 and 101 + 580 => 10 and 38 + 582 => 67 + 584 => 15 + 586 => 16 + 588 => 14 + 590 => 34 + 1593 => 40 + 1594 => 82 + 1596 => 78 + 1598 => 71 + 1621 => 92 + 1622 => 13 + 1623 => 17 + 1624 => 39 + 1626 => 6 + 1627 => 80 + 1629 => 4 + 1927 => 51 + 1928 => 100 + 1929 => 27 + 1930 => 52 + 1931 => 72 Class: public abstract com.volmit.iris.util.IObjectPlacer NameNotChanged Source: "IObjectPlacer.java" @@ -12822,6 +14210,14 @@ Class: public abstract com.volmit.iris.util.IRare NameNotChanged public abstract int getRarity() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IRare +Class: public com.volmit.iris.util.Info NameNotChanged + Source: "Info.java" + FieldsOf: com.volmit.iris.util.Info + MethodsOf: com.volmit.iris.util.Info + public static java.lang.String getPortIP() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.Info + 9 => 1 + Class: public abstract annotation com.volmit.iris.util.Instance NameNotChanged Source: "Instance.java" FieldsOf: com.volmit.iris.util.Instance @@ -12838,15 +14234,15 @@ Class: public final com.volmit.iris.util.IntArrayTag NameNotChanged public int[] getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IntArrayTag - 57 => 4 + 57 => 3 58 => 9 - 59 => 6 - 63 => 7 - 68 => 5 - 69 => 8 - 70 => 3 - 71 => 1 - 73 => 2 + 59 => 8 + 63 => 2 + 68 => 4 + 69 => 1 + 70 => 7 + 71 => 6 + 73 => 5 Class: public final com.volmit.iris.util.IntTag NameNotChanged Source: "IntTag.java" @@ -12858,15 +14254,15 @@ Class: public final com.volmit.iris.util.IntTag NameNotChanged public java.lang.Integer getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IntTag - 55 => 8 - 56 => 6 - 57 => 5 - 61 => 4 - 66 => 2 - 67 => 1 - 68 => 7 + 55 => 5 + 56 => 9 + 57 => 4 + 61 => 1 + 66 => 6 + 67 => 8 + 68 => 2 69 => 3 - 71 => 9 + 71 => 7 Class: public com.volmit.iris.util.IrisInterpolation NameNotChanged Source: "IrisInterpolation.java" @@ -12894,187 +14290,180 @@ Class: public com.volmit.iris.util.IrisInterpolation NameNotChanged public static double rangeScale(double, double, double, double, double) SignatureNotChanged public static double sinCenter(double) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IrisInterpolation - 9 => 117 - 14 => 160 - 15 => 124 - 20 => 174 - 30 => 98 - 35 => 121 - 50 => 86 - 55 => 9 - 85 => 57 - 95 => 16 - 103 => 73 - 104 => 158 - 105 => 48 - 106 => 120 - 107 => 129 - 108 => 43 - 109 => 19 - 110 => 3 - 111 => 123 - 112 => 20 - 114 => 31 - 130 => 146 - 131 => 64 - 132 => 166 - 133 => 24 - 134 => 126 - 135 => 103 - 167 => 165 - 168 => 6 - 169 => 127 - 170 => 74 - 171 => 148 - 173 => 46 - 189 => 51 - 190 => 23 - 191 => 14 - 192 => 119 - 193 => 38 - 194 => 99 - 231 => 78 - 232 => 69 - 233 => 7 - 234 => 152 - 235 => 122 - 236 => 62 - 237 => 133 - 238 => 128 - 240 => 37 - 241 => 81 - 242 => 162 - 243 => 67 - 244 => 83 - 245 => 21 - 251 => 36 - 252 => 33 - 253 => 169 - 254 => 171 - 255 => 131 - 256 => 108 - 257 => 143 - 258 => 145 - 260 => 2 - 261 => 118 - 262 => 41 - 263 => 25 - 264 => 85 - 265 => 8 - 271 => 65 - 272 => 45 - 273 => 22 - 274 => 95 - 275 => 172 - 276 => 96 - 277 => 29 - 278 => 155 - 280 => 84 - 281 => 50 - 282 => 104 - 283 => 47 - 284 => 15 - 285 => 151 - 311 => 163 - 312 => 82 - 313 => 97 - 314 => 53 - 315 => 4 - 316 => 114 - 317 => 40 - 318 => 58 - 319 => 35 - 320 => 10 - 321 => 132 - 322 => 140 - 324 => 30 - 325 => 102 - 326 => 56 - 327 => 94 - 328 => 156 - 329 => 44 - 330 => 54 - 331 => 100 - 332 => 154 - 333 => 32 - 334 => 11 - 335 => 161 - 336 => 112 - 337 => 138 - 338 => 60 - 339 => 59 - 340 => 141 - 341 => 79 - 419 => 34 - 434 => 13 - 435 => 90 - 436 => 75 - 437 => 125 - 438 => 26 - 439 => 110 - 440 => 63 - 441 => 52 - 442 => 91 - 443 => 137 - 444 => 168 - 445 => 173 - 447 => 113 - 448 => 68 - 449 => 93 - 450 => 18 - 451 => 70 - 452 => 106 - 453 => 167 - 454 => 27 - 455 => 1 - 456 => 101 - 457 => 109 - 458 => 12 - 459 => 28 - 460 => 142 - 461 => 144 - 462 => 150 - 463 => 107 - 464 => 157 - 542 => 80 - 544 => 5 - 547 => 149 - 549 => 71 - 552 => 159 - 554 => 42 - 557 => 164 - 559 => 130 - 562 => 136 - 564 => 153 - 567 => 76 - 569 => 88 - 572 => 134 - 574 => 39 - 577 => 89 - 579 => 170 - 582 => 105 - 584 => 17 - 587 => 135 - 589 => 77 - 592 => 87 - 594 => 115 - 597 => 55 - 599 => 61 - 602 => 116 - 604 => 66 - 607 => 111 - 609 => 147 - 612 => 72 - 614 => 139 - 617 => 92 - 622 => 49 + 9 => 102 + 14 => 149 + 15 => 14 + 20 => 25 + 30 => 136 + 35 => 153 + 50 => 169 + 55 => 97 + 85 => 19 + 95 => 68 + 103 => 161 + 104 => 157 + 105 => 35 + 106 => 134 + 107 => 86 + 108 => 1 + 109 => 89 + 110 => 47 + 111 => 36 + 112 => 158 + 114 => 113 + 130 => 154 and 170 + 131 => 7 + 132 => 58 + 133 => 147 + 134 => 92 + 167 => 131 + 168 => 156 + 169 => 116 + 170 => 168 + 171 => 39 + 173 => 174 + 189 => 106 and 109 + 190 => 112 + 191 => 66 + 192 => 155 + 193 => 45 + 231 => 151 + 232 => 85 + 233 => 79 + 234 => 34 + 235 => 84 + 236 => 13 + 237 => 42 + 238 => 142 + 240 => 167 and 172 + 241 => 5 + 242 => 148 + 243 => 78 + 244 => 71 + 251 => 145 + 252 => 81 + 253 => 173 + 254 => 88 + 255 => 54 + 256 => 24 + 257 => 50 + 258 => 2 + 260 => 6 and 129 + 261 => 107 + 262 => 37 + 263 => 61 + 264 => 74 + 271 => 114 + 272 => 32 + 273 => 31 + 274 => 144 + 275 => 23 + 276 => 126 + 277 => 91 + 278 => 69 + 280 => 51 and 96 + 281 => 90 + 282 => 164 + 283 => 73 + 284 => 159 + 311 => 152 + 312 => 72 + 313 => 124 + 314 => 64 + 315 => 130 + 316 => 125 + 317 => 99 + 318 => 4 + 319 => 133 + 320 => 26 + 321 => 40 + 322 => 62 + 324 => 16 and 41 + 325 => 111 + 326 => 33 + 327 => 100 + 328 => 49 + 329 => 94 + 330 => 52 + 331 => 3 + 332 => 108 + 333 => 171 + 334 => 82 + 335 => 166 + 336 => 87 + 337 => 117 + 338 => 103 + 339 => 43 + 340 => 53 + 419 => 70 + 434 => 163 + 435 => 93 + 436 => 123 + 437 => 57 + 438 => 160 + 439 => 21 + 440 => 38 + 441 => 75 + 442 => 63 + 443 => 60 + 444 => 27 + 445 => 18 + 447 => 28 and 128 + 448 => 48 + 449 => 29 + 450 => 65 + 451 => 101 + 452 => 98 + 453 => 121 + 454 => 143 + 455 => 77 + 456 => 8 + 457 => 11 + 458 => 118 + 459 => 132 + 460 => 20 + 461 => 76 + 462 => 139 + 463 => 15 + 542 => 115 + 544 => 67 + 547 => 83 + 549 => 59 + 552 => 12 + 554 => 127 + 557 => 140 + 559 => 138 + 562 => 55 + 564 => 10 + 567 => 44 + 569 => 80 + 572 => 46 + 574 => 56 + 577 => 105 + 579 => 137 + 582 => 162 + 584 => 135 + 587 => 150 + 589 => 110 + 592 => 165 + 594 => 95 + 597 => 122 + 599 => 141 + 602 => 22 + 604 => 17 + 607 => 30 + 609 => 120 + 612 => 9 + 614 => 146 + 617 => 119 + 622 => 104 Class: public com.volmit.iris.util.IrisLock NameNotChanged Source: "IrisLock.java" FieldsOf: com.volmit.iris.util.IrisLock private boolean disabled => a - private final java.util.concurrent.locks.ReentrantLock lock => b - private final java.lang.String name => c + private final java.util.concurrent.locks.ReentrantLock lock => c + private final java.lang.String name => b MethodsOf: com.volmit.iris.util.IrisLock static void () SignatureNotChanged public void (java.lang.String) SignatureNotChanged @@ -13088,29 +14477,29 @@ Class: public com.volmit.iris.util.IrisLock NameNotChanged public java.lang.String toString() SignatureNotChanged public void unlock() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IrisLock - 7 => 2, 3, 7 and 14 - 10 => 6 - 11 => 9 - 12 => 12 and 20 - 15 => 8 - 16 => 16 - 17 => 19 - 18 => 10 - 22 => 15 - 24 => 13 - 27 => 4 - 28 => 18 - 32 => 1 - 34 => 11 - 36 => 17 - 37 => 5 + 7 => 2, 4, 13 and 16 + 10 => 5 + 11 => 12 + 12 => 8 and 19 + 15 => 3 + 16 => 11 + 17 => 6 + 18 => 18 + 22 => 14 + 24 => 20 + 27 => 17 + 28 => 10 + 32 => 15 + 34 => 1 + 36 => 7 + 37 => 9 Class: public abstract com.volmit.iris.util.IrisPostBlockFilter NameNotChanged Source: "IrisPostBlockFilter.java" FieldsOf: com.volmit.iris.util.IrisPostBlockFilter public com.volmit.iris.gen.PostBlockChunkGenerator gen NameNotChanged - private java.lang.String key => b - private int phase => c + private java.lang.String key => c + private int phase => b private com.volmit.iris.util.KList queue => a MethodsOf: com.volmit.iris.util.IrisPostBlockFilter static void () SignatureNotChanged @@ -13135,32 +14524,35 @@ Class: public abstract com.volmit.iris.util.IrisPostBlockFilter NameNotChanged public java.lang.String toString() SignatureNotChanged public void updateHeight(int, int, int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IrisPostBlockFilter - 15 => 4, 6, 12, 14, 16, 24, 26 and 31 - 21 => 19 - 24 => 2 - 26 => 10 - 27 => 21 - 28 => 1 - 29 => 32 - 30 => 9 - 43 => 8 - 49 => 27 - 50 => 17 - 61 => 18 - 66 => 11 - 67 => 13 - 78 => 3 - 79 => 5 - 84 => 25 - 85 => 30 - 96 => 7 - 97 => 33 - 108 => 23 - 109 => 20 - 126 => 29 - 127 => 28 - 132 => 15 - 133 => 22 + 15 => 2, 10, 16 and 19 + 18 => 26 + 19 => 7 + 20 => 12 + 21 => 15 and 20 + 25 => 31 + 26 => 23 + 27 => 24 + 28 => 22 + 29 => 33 + 30 => 30 + 43 => 27 + 49 => 8 + 50 => 14 + 61 => 6 + 66 => 25 + 67 => 32 + 78 => 29 + 79 => 13 + 84 => 5 + 85 => 1 + 96 => 21 + 97 => 3 + 108 => 4 + 109 => 28 + 126 => 9 + 127 => 18 + 132 => 17 + 133 => 11 Class: public com.volmit.iris.util.IrisStructureResult NameNotChanged Source: "IrisStructureResult.java" @@ -13177,75 +14569,79 @@ Class: public com.volmit.iris.util.IrisStructureResult NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.IrisStructureResult - 8 => 2, 6, 8 and 10 - 11 => 1 - 12 => 9 + 8 => 1, 4, 7 and 8 + 11 => 9 + 12 => 6 15 => 5 - 16 => 3 - 17 => 4 - 18 => 7 + 16 => 2 + 17 => 10 + 18 => 3 Class: public com.volmit.iris.util.J NameNotChanged Source: "J.java" FieldsOf: com.volmit.iris.util.J - private static com.volmit.iris.util.KList afterStartup => a - private static com.volmit.iris.util.KList afterStartupAsync => e + private static com.volmit.iris.util.KList afterStartup => c + private static com.volmit.iris.util.KList afterStartupAsync => a private static final java.util.concurrent.ExecutorService e => b private static boolean started => d - private static int tid => c + private static int tid => e MethodsOf: com.volmit.iris.util.J static void () SignatureNotChanged public static void a(java.lang.Runnable) SignatureNotChanged public static java.util.concurrent.Future a(java.util.concurrent.Callable) SignatureNotChanged - static synthetic int access$0() SignatureNotChanged - static synthetic void access$1(int) SignatureNotChanged + static synthetic int access$000() SignatureNotChanged + static synthetic int access$008() SignatureNotChanged public static boolean attempt(com.volmit.iris.util.NastyRunnable) SignatureNotChanged public static void attemptAsync(com.volmit.iris.util.NastyRunnable) SignatureNotChanged public static java.lang.Throwable attemptCatch(com.volmit.iris.util.NastyRunnable) SignatureNotChanged - private static synthetic java.lang.Boolean lambda$0(com.volmit.iris.util.NastyRunnable) SignatureNotChanged - private static synthetic void lambda$1(long) SignatureNotChanged + private static synthetic java.lang.Boolean lambda$attemptAsync$0(com.volmit.iris.util.NastyRunnable) SignatureNotChanged + private static synthetic void lambda$sleep$1(long) SignatureNotChanged + public static void s(java.lang.Runnable) SignatureNotChanged public static void s(java.lang.Runnable, int) SignatureNotChanged public static boolean sleep(long) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.J - 18 => 7, 8 and 17 - 19 => 6 - 59 => 23 - 60 => 11 - 64 => 13 - 69 => 3 and 16 - 70 => 1 - 104 => 9 and 14 - 109 => 18 - 116 => 2 - 117 => 12 - 119 => 5 - 121 => 21 - 124 => 10 - 140 => 19 - 141 => 4 + 16 => 2 and 18 + 18 => 12 + 19 => 7 + 59 => 3 + 60 => 19 + 64 => 8 + 69 => 23 and 25 + 70 => 9 + 104 => 16 and 24 + 109 => 1 + 116 => 15 + 119 => 21 + 121 => 10 + 122 => 4 + 124 => 20 + 140 => 17 + 141 => 13 142 => 22 - 237 => 20 - 238 => 15 + 224 => 5 + 225 => 11 + 237 => 14 + 238 => 6 -Class: com.volmit.iris.util.J$1 => com.volmit.iris.util.J$a +Class: final com.volmit.iris.util.J$1 => com.volmit.iris.util.J$a Source: "J.java" FieldsOf: com.volmit.iris.util.J$1 MethodsOf: com.volmit.iris.util.J$1 static void () SignatureNotChanged void () SignatureNotChanged - private static synthetic void lambda$0(java.lang.Thread, java.lang.Throwable) SignatureNotChanged + private static synthetic void lambda$newThread$0(java.lang.Thread, java.lang.Throwable) SignatureNotChanged public java.lang.Thread newThread(java.lang.Runnable) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.J$1 - 19 => 6 - 24 => 4 - 25 => 9 - 26 => 1 + 20 => 4 + 24 => 8 + 25 => 2 + 26 => 6 27 => 10 - 28 => 5 - 30 => 2 + 28 => 9 + 30 => 3 31 => 7 - 32 => 8 - 34 => 3 + 32 => 5 + 34 => 1 Class: public com.volmit.iris.util.JSONArray NameNotChanged Source: "JSONArray.java" @@ -13265,75 +14661,75 @@ Class: public com.volmit.iris.util.JSONArray NameNotChanged public java.lang.String toString(int) SignatureNotChanged java.io.Writer write(java.io.Writer, int, int) => a(java.io.Writer, int, int) LineNumbersOf: com.volmit.iris.util.JSONArray - 95 => 63 - 96 => 27 + 95 => 5 + 96 => 24 97 => 42 - 109 => 29 - 110 => 62 - 112 => 44 - 114 => 64 - 116 => 23 - 119 => 16 + 109 => 30 + 110 => 52 + 112 => 45 + 114 => 71 + 116 => 69 + 119 => 28 121 => 40 - 122 => 53 - 125 => 58 - 126 => 5 - 128 => 43 - 131 => 55 - 133 => 13 - 135 => 15 - 136 => 31 - 138 => 12 - 140 => 3 - 144 => 21 - 168 => 2 - 169 => 34 - 170 => 11 - 172 => 70 - 173 => 50 - 175 => 24 - 178 => 59 - 188 => 67 - 189 => 37 - 191 => 32 - 192 => 49 and 69 - 194 => 35 - 196 => 48 - 198 => 56 - 200 => 9 - 205 => 60 - 490 => 65 - 903 => 38 - 904 => 20 - 1155 => 39 - 1156 => 71 - 1158 => 4 - 1176 => 6 - 1177 => 33 - 1179 => 1 - 1180 => 41 - 1214 => 36 - 1215 => 30 - 1216 => 61 - 1218 => 25 + 122 => 16 + 125 => 3 + 126 => 41 + 128 => 14 + 131 => 50 + 133 => 51 + 135 => 13 + 136 => 37 + 138 => 70 + 140 => 6 + 144 => 25 + 168 => 34 + 169 => 38 + 170 => 32 + 172 => 7 + 173 => 57 + 175 => 1 + 178 => 55 + 188 => 53 + 189 => 2 + 191 => 58 + 192 => 31 and 65 + 194 => 29 + 196 => 33 + 198 => 62 + 200 => 61 + 205 => 48 + 490 => 43 + 903 => 4 + 904 => 12 + 1155 => 67 + 1156 => 39 + 1158 => 26 + 1176 => 54 + 1177 => 23 + 1179 => 20 + 1180 => 27 + 1214 => 15 + 1215 => 47 + 1216 => 19 + 1218 => 35 1220 => 66 - 1221 => 7 - 1223 => 54 - 1225 => 19 and 22 - 1227 => 52 - 1229 => 26 - 1231 => 47 - 1233 => 17 - 1235 => 68 - 1236 => 28 - 1237 => 18 - 1239 => 51 - 1241 => 46 - 1243 => 45 - 1245 => 10 - 1246 => 57 - 1247 => 14 - 1249 => 8 + 1221 => 9 + 1223 => 8 + 1225 => 21 and 59 + 1227 => 63 + 1229 => 10 + 1231 => 46 + 1233 => 56 + 1235 => 17 + 1236 => 64 + 1237 => 36 + 1239 => 44 + 1241 => 22 + 1243 => 11 + 1245 => 68 + 1246 => 49 + 1247 => 18 + 1249 => 60 Class: public com.volmit.iris.util.JSONException NameNotChanged Source: "JSONException.java" @@ -13345,12 +14741,12 @@ Class: public com.volmit.iris.util.JSONException NameNotChanged public void (java.lang.Throwable) SignatureNotChanged public java.lang.Throwable getCause() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.JSONException - 23 => 4 - 24 => 3 - 34 => 2 + 23 => 3 + 24 => 5 + 34 => 1 35 => 6 - 36 => 5 - 48 => 1 + 36 => 2 + 48 => 4 Class: public com.volmit.iris.util.JSONObject NameNotChanged Source: "JSONObject.java" @@ -13368,6 +14764,7 @@ Class: public com.volmit.iris.util.JSONObject NameNotChanged public java.lang.Object get(java.lang.String) SignatureNotChanged public com.volmit.iris.util.JSONArray getJSONArray(java.lang.String) SignatureNotChanged public com.volmit.iris.util.JSONObject getJSONObject(java.lang.String) SignatureNotChanged + public java.lang.String getString(java.lang.String) SignatureNotChanged public boolean has(java.lang.String) SignatureNotChanged static final void indent(java.io.Writer, int) => a(java.io.Writer, int) public java.util.Set keySet() SignatureNotChanged @@ -13393,290 +14790,294 @@ Class: public com.volmit.iris.util.JSONObject NameNotChanged java.io.Writer write(java.io.Writer, int, int) => a(java.io.Writer, int, int) static final java.io.Writer writeValue(java.io.Writer, java.lang.Object, int, int) => a(java.io.Writer, java.lang.Object, int, int) LineNumbersOf: com.volmit.iris.util.JSONObject - 154 => 221 - 160 => 134 - 161 => 39 - 162 => 132 - 203 => 141 - 207 => 78 - 209 => 216 - 213 => 156 - 214 => 131 - 217 => 268 - 219 => 213 - 221 => 189 - 222 => 71 - 227 => 31 - 228 => 111 - 230 => 168 - 232 => 166 - 236 => 107 - 240 => 58 - 242 => 229 - 244 => 67 - 245 => 274 - 247 => 15 - 249 => 219 - 263 => 1 - 264 => 222 - 265 => 252 - 267 => 238 - 268 => 125 - 270 => 270 - 271 => 167 - 272 => 164 - 274 => 266 - 276 => 19 - 278 => 263 - 303 => 203 - 304 => 76 - 305 => 250 - 351 => 20 - 352 => 173 - 514 => 175 - 516 => 140 - 518 => 85 - 519 => 246 - 521 => 258 - 523 => 122 - 673 => 182 - 674 => 259 - 676 => 45 - 678 => 36 - 692 => 129 - 693 => 11 - 695 => 174 - 697 => 124 + 154 => 172 + 160 => 24 + 161 => 274 + 162 => 276 + 203 => 226 + 207 => 28 + 209 => 116 + 213 => 208 + 214 => 68 + 217 => 109 + 219 => 153 + 221 => 232 + 222 => 190 + 227 => 224 + 228 => 158 + 230 => 47 + 232 => 155 + 236 => 210 + 240 => 201 + 242 => 163 + 244 => 4 + 245 => 180 + 247 => 112 + 249 => 183 + 263 => 240 + 264 => 211 + 265 => 115 + 267 => 173 + 268 => 228 + 270 => 148 + 271 => 181 + 272 => 280 + 274 => 118 + 276 => 139 + 278 => 269 + 303 => 187 + 304 => 21 + 305 => 113 + 351 => 81 + 352 => 74 + 514 => 39 + 516 => 176 + 518 => 270 + 519 => 161 + 521 => 67 + 523 => 218 + 673 => 1 + 674 => 19 + 676 => 252 + 678 => 206 + 692 => 247 + 693 => 131 + 695 => 62 + 697 => 278 + 782 => 141 + 783 => 157 + 785 => 174 + 787 => 15 799 => 254 - 866 => 160 - 876 => 243 - 886 => 261 - 918 => 73 - 920 => 278 - 922 => 87 - 926 => 149 - 927 => 18 - 929 => 108 - 931 => 60 - 933 => 88 - 935 => 152 - 938 => 202 - 950 => 218 - 1256 => 165 - 1260 => 138 - 1262 => 161 - 1263 => 3 and 47 - 1267 => 133 - 1268 => 2 - 1270 => 49 - 1271 => 54 - 1272 => 230 - 1274 => 26 - 1276 => 267 - 1279 => 199 - 1281 => 255 - 1283 => 16 - 1285 => 59 - 1287 => 92 - 1289 => 223 - 1290 => 81 - 1292 => 240 - 1295 => 109 - 1296 => 249 - 1298 => 212 - 1302 => 106 - 1304 => 28 - 1306 => 232 - 1321 => 89 - 1322 => 99 - 1355 => 14 - 1356 => 53 - 1372 => 271 - 1373 => 68 - 1389 => 135 - 1390 => 242 - 1426 => 12 - 1428 => 103 - 1430 => 64 - 1432 => 236 - 1433 => 61 - 1436 => 142 - 1438 => 234 - 1456 => 237 - 1458 => 136 - 1460 => 42 - 1462 => 225 - 1464 => 74 - 1502 => 162 - 1503 => 155 - 1507 => 75 - 1508 => 65 - 1511 => 154 - 1513 => 224 - 1518 => 25 - 1520 => 80 - 1521 => 119 - 1525 => 247 - 1528 => 206 - 1530 => 185 - 1531 => 113 and 193 - 1533 => 251 - 1534 => 130 - 1535 => 180 - 1539 => 112 - 1540 => 233 - 1541 => 205 - 1543 => 24 - 1545 => 33 - 1547 => 70 - 1548 => 35 - 1550 => 210 - 1551 => 176 - 1553 => 241 - 1554 => 188 - 1556 => 84 - 1557 => 56 - 1559 => 214 - 1560 => 83 - 1562 => 77 - 1563 => 146 - 1565 => 13 - 1567 => 260 - 1568 => 198 - 1569 => 178 - 1570 => 220 - 1573 => 171 - 1577 => 147 - 1578 => 7 - 1591 => 150 - 1656 => 277 - 1658 => 273 - 1660 => 163 - 1662 => 91 - 1664 => 231 - 1666 => 192 - 1668 => 123 - 1670 => 235 - 1678 => 50 - 1679 => 217 - 1683 => 102 - 1685 => 117 - 1686 => 86 - 1688 => 38 - 1692 => 29 - 1693 => 186 - 1695 => 276 - 1697 => 46 - 1700 => 121 - 1704 => 179 - 1706 => 226 - 1708 => 264 - 1721 => 184 - 1723 => 275 - 1725 => 195 - 1727 => 196 - 1729 => 144 - 1731 => 137 - 1733 => 66 - 1737 => 93 - 1780 => 181 - 1781 => 52 - 1783 => 197 - 1803 => 194 - 1804 => 30 - 1806 => 17 - 1807 => 158 - 1899 => 253 - 1901 => 139 - 1903 => 183 - 1905 => 90 - 1908 => 118 - 1911 => 190 - 1912 => 120 - 1914 => 153 - 1916 => 62 - 1918 => 97 - 1921 => 148 - 1922 => 272 - 1924 => 151 - 1925 => 208 - 1926 => 37 - 1928 => 5 - 1930 => 104 - 1931 => 100 - 1933 => 95 - 1953 => 116 - 1955 => 244 - 1956 => 40 - 1958 => 245 - 1959 => 211 - 1961 => 22 - 1962 => 114 - 1965 => 48 - 1966 => 207 - 1967 => 172 - 1970 => 82 - 1971 => 227 - 1972 => 101 - 1974 => 228 - 1975 => 262 - 1977 => 57 - 1978 => 72 - 1980 => 110 - 1981 => 4 - 1986 => 9 - 1987 => 55 - 1989 => 170 - 1990 => 200 - 1991 => 256 - 1992 => 27 - 1994 => 8 - 1996 => 21 - 2001 => 51 and 279 - 2003 => 43 - 2005 => 257 - 2020 => 201 - 2021 => 10 - 2022 => 177 - 2023 => 169 - 2025 => 79 - 2027 => 157 - 2028 => 239 - 2029 => 143 - 2030 => 34 - 2032 => 98 - 2034 => 145 - 2035 => 269 - 2037 => 96 - 2038 => 63 - 2040 => 44 - 2041 => 126 - 2043 => 69 - 2045 => 159 - 2047 => 6 - 2049 => 209 - 2050 => 127 - 2051 => 204 - 2052 => 128 - 2054 => 248 - 2056 => 115 - 2057 => 265 - 2058 => 215 - 2059 => 187 - 2061 => 94 - 2063 => 23 - 2065 => 32 - 2066 => 191 - 2067 => 41 - 2069 => 105 + 866 => 124 + 876 => 145 + 886 => 110 + 918 => 100 + 920 => 135 + 922 => 98 + 926 => 164 + 927 => 20 + 929 => 237 + 931 => 283 + 933 => 38 + 935 => 169 + 938 => 101 + 950 => 12 + 1256 => 250 + 1260 => 82 + 1262 => 178 + 1263 => 35 and 51 + 1267 => 203 + 1268 => 185 + 1270 => 259 + 1271 => 133 + 1272 => 23 + 1274 => 123 + 1276 => 251 + 1279 => 40 + 1281 => 265 + 1283 => 63 + 1285 => 134 + 1287 => 258 + 1289 => 49 + 1290 => 77 + 1292 => 162 + 1295 => 175 + 1296 => 64 + 1298 => 36 + 1302 => 31 + 1304 => 61 + 1306 => 79 + 1321 => 107 + 1322 => 171 + 1355 => 268 + 1356 => 65 + 1372 => 121 + 1373 => 75 + 1389 => 262 + 1390 => 91 + 1426 => 25 + 1428 => 213 + 1430 => 105 + 1432 => 220 + 1433 => 234 + 1436 => 136 + 1438 => 5 + 1456 => 236 + 1458 => 249 + 1460 => 140 + 1462 => 204 + 1464 => 160 + 1502 => 127 + 1503 => 29 + 1507 => 56 + 1508 => 242 + 1511 => 111 + 1513 => 34 + 1518 => 225 + 1520 => 60 + 1521 => 194 + 1525 => 191 + 1528 => 54 + 1530 => 241 + 1531 => 14 and 223 + 1533 => 114 + 1534 => 85 + 1535 => 273 + 1539 => 263 + 1540 => 170 + 1541 => 57 + 1543 => 45 + 1545 => 243 + 1547 => 195 + 1548 => 264 + 1550 => 209 + 1551 => 212 + 1553 => 222 + 1554 => 44 + 1556 => 199 + 1557 => 94 + 1559 => 216 + 1560 => 132 + 1562 => 129 + 1563 => 90 + 1565 => 48 + 1567 => 143 + 1568 => 177 + 1569 => 130 + 1570 => 37 + 1573 => 215 + 1577 => 83 + 1578 => 142 + 1591 => 165 + 1656 => 95 + 1658 => 2 + 1660 => 151 + 1662 => 86 + 1664 => 41 + 1666 => 3 + 1668 => 128 + 1670 => 282 + 1678 => 89 + 1679 => 76 + 1683 => 230 + 1685 => 106 + 1686 => 80 + 1688 => 122 + 1692 => 93 + 1693 => 279 + 1695 => 202 + 1697 => 200 + 1700 => 184 + 1704 => 78 + 1706 => 27 + 1708 => 217 + 1721 => 238 + 1723 => 255 + 1725 => 229 + 1727 => 149 + 1729 => 50 + 1731 => 70 + 1733 => 18 + 1737 => 125 + 1780 => 260 + 1781 => 92 + 1783 => 179 + 1803 => 103 + 1804 => 246 + 1806 => 11 + 1807 => 69 + 1899 => 17 + 1901 => 96 + 1903 => 33 + 1905 => 277 + 1908 => 120 + 1911 => 271 + 1912 => 198 + 1914 => 30 + 1916 => 267 + 1918 => 214 + 1921 => 192 + 1922 => 13 + 1924 => 22 + 1925 => 9 + 1926 => 58 + 1928 => 168 + 1930 => 146 + 1931 => 126 + 1933 => 197 + 1953 => 108 + 1955 => 233 + 1956 => 42 + 1958 => 97 + 1959 => 71 + 1961 => 55 + 1962 => 102 + 1965 => 244 + 1966 => 7 + 1967 => 189 + 1970 => 72 + 1971 => 8 + 1972 => 188 + 1974 => 32 + 1975 => 253 + 1977 => 6 + 1978 => 138 + 1980 => 53 + 1981 => 266 + 1986 => 26 + 1987 => 87 + 1989 => 10 + 1990 => 119 + 1991 => 239 + 1992 => 205 + 1994 => 235 + 1996 => 156 + 2001 => 43 and 207 + 2003 => 59 + 2005 => 117 + 2020 => 219 + 2021 => 196 + 2022 => 159 + 2023 => 137 + 2025 => 84 + 2027 => 221 + 2028 => 193 + 2029 => 245 + 2030 => 231 + 2032 => 261 + 2034 => 167 + 2035 => 144 + 2037 => 275 + 2038 => 186 + 2040 => 182 + 2041 => 88 + 2043 => 150 + 2045 => 16 + 2047 => 166 + 2049 => 154 + 2050 => 66 + 2051 => 256 + 2052 => 104 + 2054 => 99 + 2056 => 46 + 2057 => 147 + 2058 => 73 + 2059 => 272 + 2061 => 152 + 2063 => 248 + 2065 => 257 + 2066 => 227 + 2067 => 281 + 2069 => 52 -Class: synthetic com.volmit.iris.util.JSONObject$1 => com.volmit.iris.util.JSONObject$a +Class: synthetic com.volmit.iris.util.JSONObject$1 => com.volmit.iris.util.JSONObject$b Source: "JSONObject.java" FieldsOf: com.volmit.iris.util.JSONObject$1 MethodsOf: com.volmit.iris.util.JSONObject$1 LineNumbersOf: com.volmit.iris.util.JSONObject$1 -Class: final com.volmit.iris.util.JSONObject$Null => com.volmit.iris.util.JSONObject$b +Class: final com.volmit.iris.util.JSONObject$Null => com.volmit.iris.util.JSONObject$a Source: "JSONObject.java" FieldsOf: com.volmit.iris.util.JSONObject$Null MethodsOf: com.volmit.iris.util.JSONObject$Null @@ -13688,9 +15089,9 @@ Class: final com.volmit.iris.util.JSONObject$Null => com.volmit.iris.util.JSONOb public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.JSONObject$Null 103 => 2 and 4 - 115 => 3 - 129 => 1 - 139 => 5 + 115 => 1 + 129 => 5 + 139 => 3 Class: public abstract com.volmit.iris.util.JSONString NameNotChanged Source: "JSONString.java" @@ -13702,13 +15103,13 @@ Class: public abstract com.volmit.iris.util.JSONString NameNotChanged Class: public com.volmit.iris.util.JSONTokener NameNotChanged Source: "JSONTokener.java" FieldsOf: com.volmit.iris.util.JSONTokener - private long character => d - private boolean eof => f - private long index => a - private long line => e - private char previous => b - private java.io.Reader reader => g - private boolean usePrevious => c + private long character => b + private boolean eof => g + private long index => d + private long line => f + private char previous => c + private java.io.Reader reader => a + private boolean usePrevious => e MethodsOf: com.volmit.iris.util.JSONTokener static void () SignatureNotChanged public void (java.io.Reader) SignatureNotChanged @@ -13724,111 +15125,115 @@ Class: public com.volmit.iris.util.JSONTokener NameNotChanged public com.volmit.iris.util.JSONException syntaxError(java.lang.String) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.JSONTokener - 61 => 59 - 62 => 38 - 63 => 52 + 61 => 7 + 62 => 81 + 63 => 74 64 => 89 - 65 => 3 - 66 => 62 - 67 => 91 - 68 => 65 - 69 => 73 - 90 => 66 - 91 => 64 - 100 => 33 - 102 => 15 - 104 => 87 - 105 => 74 - 106 => 50 - 107 => 31 - 108 => 68 - 137 => 48 - 165 => 47 - 167 => 77 - 168 => 5 - 173 => 36 - 174 => 94 - 176 => 10 - 177 => 82 - 179 => 26 - 181 => 61 - 182 => 78 - 185 => 49 - 186 => 46 - 188 => 17 - 189 => 11 - 190 => 35 - 192 => 13 - 193 => 58 - 196 => 6 - 198 => 39 - 199 => 22 - 234 => 16 - 236 => 41 - 239 => 54 - 240 => 24 - 242 => 81 - 244 => 79 - 245 => 34 - 247 => 20 - 249 => 21 - 251 => 71 - 264 => 83 - 265 => 9 - 267 => 95 - 269 => 29 - 288 => 2 - 291 => 1 - 292 => 90 - 297 => 19 - 299 => 7 - 300 => 67 - 303 => 93 - 304 => 70 - 306 => 60 - 307 => 25 - 309 => 88 - 310 => 69 - 312 => 14 - 313 => 40 - 315 => 27 - 316 => 76 - 318 => 92 - 319 => 42 - 324 => 4 - 325 => 75 + 65 => 67 + 66 => 31 + 67 => 20 + 68 => 59 + 69 => 76 + 90 => 70 + 91 => 56 + 100 => 13 + 102 => 4 + 104 => 66 + 105 => 23 + 106 => 11 + 107 => 84 + 108 => 14 + 137 => 38 + 165 => 71 + 167 => 90 + 168 => 24 + 173 => 54 + 174 => 87 + 176 => 18 + 177 => 1 + 179 => 6 + 181 => 80 + 182 => 77 + 185 => 22 + 186 => 61 + 188 => 2 + 189 => 65 + 190 => 82 + 192 => 72 + 193 => 49 + 196 => 44 + 198 => 85 + 199 => 25 + 234 => 93 + 236 => 62 + 239 => 16 + 240 => 35 + 242 => 41 + 244 => 64 + 245 => 95 + 247 => 8 + 249 => 60 + 251 => 55 + 264 => 26 + 265 => 58 + 267 => 91 + 269 => 75 + 288 => 45 + 291 => 29 + 292 => 68 + 297 => 37 + 299 => 30 + 300 => 12 + 303 => 5 + 304 => 79 + 306 => 48 + 307 => 69 + 309 => 43 + 310 => 33 + 312 => 78 + 313 => 83 + 315 => 46 + 316 => 92 + 318 => 28 + 319 => 36 + 324 => 15 + 325 => 40 327 => 57 - 331 => 63 - 333 => 43 - 335 => 32 - 404 => 80 - 407 => 84 - 411 => 56 - 413 => 85 - 414 => 86 - 416 => 45 - 417 => 53 - 429 => 8 - 430 => 18 - 432 => 28 - 433 => 37 - 435 => 51 - 437 => 23 - 438 => 72 - 440 => 44 - 442 => 55 - 492 => 12 - 502 => 30 + 331 => 19 + 333 => 51 + 335 => 3 + 404 => 94 + 407 => 73 + 411 => 21 + 413 => 39 + 414 => 50 + 416 => 9 + 417 => 86 + 429 => 52 + 430 => 63 + 432 => 27 + 433 => 17 + 435 => 42 + 437 => 53 + 438 => 88 + 440 => 32 + 442 => 34 + 492 => 10 + 502 => 47 Class: public com.volmit.iris.util.KList NameNotChanged Source: "KList.java" FieldsOf: com.volmit.iris.util.KList + private static int[] a => b private static final long serialVersionUID NameNotChanged MethodsOf: com.volmit.iris.util.KList static void () SignatureNotChanged public void () SignatureNotChanged + public void (int) SignatureNotChanged public void (java.lang.Object[]) SignatureNotChanged public void (java.util.Collection) SignatureNotChanged + public static int[] a() => b() + public static void a(int[]) => b(int[]) public com.volmit.iris.util.KList add(com.volmit.iris.util.KList) SignatureNotChanged public com.volmit.iris.util.KList add(java.lang.Object[]) SignatureNotChanged public com.volmit.iris.util.KList add(java.util.Collection) SignatureNotChanged @@ -13851,56 +15256,58 @@ Class: public com.volmit.iris.util.KList NameNotChanged public java.lang.String toString(java.lang.String) SignatureNotChanged public com.volmit.iris.util.KList toStringList() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.KList - 18 => 32 - 19 => 27 - 20 => 15 - 24 => 37 - 25 => 22 - 29 => 3 - 30 => 49 - 31 => 21 - 61 => 28 - 62 => 25 - 79 => 51 - 98 => 26 - 186 => 7 - 207 => 23 - 225 => 11 - 237 => 53 - 239 => 47 - 242 => 52 - 244 => 30 - 247 => 4 - 249 => 8 - 251 => 18 - 252 => 13 - 254 => 6 - 264 => 14 and 20 - 281 => 9 - 296 => 46 - 297 => 16 and 43 - 298 => 40 - 310 => 24 - 312 => 5 - 315 => 41 - 366 => 42 - 367 => 44 - 380 => 17 and 45 - 382 => 29 - 385 => 39 - 397 => 1 - 439 => 33 - 449 => 36 - 459 => 12 - 461 => 38 - 464 => 48 - 666 => 34 - 667 => 50 - 672 => 2 - 673 => 35 - 674 => 31 - 675 => 10 - 676 => 19 + 18 => 40 + 19 => 3 + 20 => 24 + 24 => 49 + 25 => 14 + 29 => 23 + 30 => 43 + 34 => 36 + 35 => 53 + 36 => 46 + 66 => 2 + 67 => 32 + 84 => 47 + 103 => 1 + 191 => 51 + 212 => 15 + 230 => 35 + 242 => 18 + 244 => 27 + 247 => 54 + 249 => 52 + 252 => 50 + 254 => 29 + 256 => 30 + 257 => 26 + 259 => 44 + 269 => 13 and 25 + 286 => 5 + 301 => 39 + 302 => 38 and 48 + 303 => 45 + 315 => 7 + 317 => 9 + 320 => 19 + 371 => 28 + 372 => 20 + 385 => 4 and 12 + 387 => 22 + 390 => 11 + 402 => 21 + 444 => 10 + 454 => 17 + 464 => 41 + 466 => 16 + 469 => 34 + 671 => 42 + 672 => 55 + 677 => 37 + 678 => 8 + 679 => 31 + 680 => 6 + 681 => 33 Class: public com.volmit.iris.util.KMap NameNotChanged Source: "KMap.java" @@ -13919,41 +15326,41 @@ Class: public com.volmit.iris.util.KMap NameNotChanged public com.volmit.iris.util.KMap putNonNull(java.lang.Object, java.lang.Object) SignatureNotChanged public com.volmit.iris.util.KList v() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.KMap - 16 => 12 - 17 => 29 - 21 => 8 - 22 => 26 - 23 => 21 - 142 => 27 - 143 => 35 - 153 => 32 - 184 => 13 - 186 => 4 - 187 => 3 - 189 => 7 - 217 => 23 - 219 => 17 - 221 => 24 - 223 => 33 - 226 => 15 - 228 => 18 - 231 => 36 - 232 => 11 - 234 => 2 - 306 => 16 - 307 => 5 - 309 => 1 - 311 => 10 - 312 => 25 - 313 => 20 - 315 => 19 - 325 => 28 - 355 => 9 - 357 => 30 - 360 => 6 - 391 => 14 - 392 => 22 and 34 - 393 => 31 + 16 => 23 + 17 => 21 + 21 => 33 + 22 => 27 + 23 => 18 + 142 => 5 + 143 => 10 + 153 => 9 + 184 => 8 + 186 => 36 + 187 => 28 + 189 => 15 + 217 => 29 + 219 => 31 + 221 => 20 + 223 => 13 + 226 => 24 + 228 => 32 + 231 => 11 + 232 => 26 + 234 => 1 + 306 => 34 + 307 => 14 + 309 => 6 + 311 => 2 + 312 => 19 + 313 => 12 + 315 => 4 + 325 => 17 + 355 => 22 + 357 => 25 + 360 => 35 + 391 => 16 + 392 => 3 and 7 + 393 => 30 Class: public com.volmit.iris.util.KSet NameNotChanged Source: "KSet.java" @@ -13962,29 +15369,29 @@ Class: public com.volmit.iris.util.KSet NameNotChanged MethodsOf: com.volmit.iris.util.KSet public void () SignatureNotChanged LineNumbersOf: com.volmit.iris.util.KSet - 12 => 1 - 13 => 2 + 12 => 2 + 13 => 1 Class: public com.volmit.iris.util.KeyPair NameNotChanged Source: "KeyPair.java" FieldsOf: com.volmit.iris.util.KeyPair - private java.lang.Object k => a - private java.lang.Object v => b + private java.lang.Object k => b + private java.lang.Object v => a MethodsOf: com.volmit.iris.util.KeyPair public void (java.lang.Object, java.lang.Object) SignatureNotChanged public java.lang.Object getK() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.KeyPair - 22 => 4 - 23 => 2 - 24 => 5 - 25 => 1 - 29 => 3 + 22 => 1 + 23 => 5 + 24 => 4 + 25 => 3 + 29 => 2 Class: public final com.volmit.iris.util.ListTag NameNotChanged Source: "ListTag.java" FieldsOf: com.volmit.iris.util.ListTag - private final java.lang.Class type => c - private final java.util.List value => b + private final java.lang.Class type => b + private final java.util.List value => c MethodsOf: com.volmit.iris.util.ListTag static void () SignatureNotChanged public void (java.lang.String, java.lang.Class, java.util.List) SignatureNotChanged @@ -13992,23 +15399,23 @@ Class: public final com.volmit.iris.util.ListTag NameNotChanged public java.util.List getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ListTag - 64 => 9 + 64 => 1 65 => 6 - 66 => 10 - 67 => 13 - 75 => 17 - 80 => 1 - 85 => 3 - 86 => 8 - 87 => 4 - 88 => 2 - 90 => 12 - 91 => 16 - 92 => 15 - 93 => 7 - 94 => 5 - 95 => 11 - 96 => 14 + 66 => 13 + 67 => 5 + 75 => 16 + 80 => 3 + 85 => 12 + 86 => 10 + 87 => 15 + 88 => 4 + 90 => 7 + 91 => 2 + 92 => 11 + 93 => 17 + 94 => 14 + 95 => 9 + 96 => 8 Class: public final com.volmit.iris.util.LongTag NameNotChanged Source: "LongTag.java" @@ -14020,15 +15427,15 @@ Class: public final com.volmit.iris.util.LongTag NameNotChanged public java.lang.Long getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.LongTag - 55 => 2 - 56 => 9 - 57 => 4 - 61 => 6 - 66 => 3 - 67 => 7 - 68 => 5 - 69 => 1 - 71 => 8 + 55 => 6 + 56 => 4 + 57 => 1 + 61 => 9 + 66 => 2 + 67 => 3 + 68 => 7 + 69 => 8 + 71 => 5 Class: public com.volmit.iris.util.M NameNotChanged Source: "M.java" @@ -14048,31 +15455,79 @@ Class: public com.volmit.iris.util.M NameNotChanged public static boolean r(java.lang.Double) SignatureNotChanged public static double rangeScale(double, double, double, double, double) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.M - 18 => 1 - 19 => 11 - 47 => 24 - 65 => 22 - 81 => 10 - 152 => 18 + 18 => 21 + 19 => 5 + 47 => 2 + 65 => 3 + 81 => 22 + 152 => 7 164 => 25 - 166 => 6 - 169 => 4 - 248 => 23 - 258 => 13 - 308 => 20 - 310 => 3 and 8 - 312 => 28 - 314 => 14 - 318 => 12 - 331 => 2 - 333 => 21 and 27 - 335 => 19 - 337 => 5 - 341 => 17 - 433 => 15 and 16 - 435 => 7 - 437 => 9 - 446 => 26 + 166 => 1 + 169 => 17 + 248 => 24 + 258 => 4 + 308 => 28 + 310 => 14 and 26 + 312 => 6 + 314 => 23 + 318 => 18 + 331 => 19 + 333 => 9 and 15 + 335 => 11 + 337 => 20 + 341 => 10 + 433 => 8 and 12 + 435 => 13 + 437 => 16 + 446 => 27 + +Class: public com.volmit.iris.util.MaterialBlock NameNotChanged + Source: "MaterialBlock.java" + FieldsOf: com.volmit.iris.util.MaterialBlock + private java.lang.Byte data => a + private org.bukkit.Material material => b + MethodsOf: com.volmit.iris.util.MaterialBlock + public void () SignatureNotChanged + public void (org.bukkit.Material) SignatureNotChanged + public boolean equals(java.lang.Object) SignatureNotChanged + public java.lang.Byte getData() SignatureNotChanged + public org.bukkit.Material getMaterial() SignatureNotChanged + public int hashCode() SignatureNotChanged + public java.lang.String toString() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.MaterialBlock + 34 => 13 + 35 => 23 + 36 => 25 + 37 => 3 + 57 => 31 + 58 => 20 + 59 => 26 + 60 => 19 + 64 => 21 + 74 => 32 + 85 => 27 + 87 => 28 + 90 => 8 + 96 => 30 + 97 => 6 + 98 => 11 + 99 => 5 + 100 => 4 + 106 => 14 + 108 => 29 + 110 => 9 + 112 => 16 + 114 => 33 + 116 => 17 + 118 => 10 + 119 => 22 + 121 => 15 + 123 => 12 + 126 => 24 + 128 => 18 + 130 => 7 + 132 => 1 + 134 => 2 Class: public abstract annotation com.volmit.iris.util.MaxNumber NameNotChanged Source: "MaxNumber.java" @@ -14091,12 +15546,12 @@ Class: public abstract annotation com.volmit.iris.util.MinNumber NameNotChanged Class: public abstract com.volmit.iris.util.MortarCommand NameNotChanged Source: "MortarCommand.java" FieldsOf: com.volmit.iris.util.MortarCommand - private java.lang.String category => d + private java.lang.String category => b private com.volmit.iris.util.KList children => f - private java.lang.String description => a - private java.lang.String node => c + private java.lang.String description => c + private java.lang.String node => d private com.volmit.iris.util.KList nodes => e - private com.volmit.iris.util.KList requiredPermissions => b + private com.volmit.iris.util.KList requiredPermissions => a MethodsOf: com.volmit.iris.util.MortarCommand static void () SignatureNotChanged public void (java.lang.String, java.lang.String[]) SignatureNotChanged @@ -14116,59 +15571,60 @@ Class: public abstract com.volmit.iris.util.MortarCommand NameNotChanged public void setCategory(java.lang.String) SignatureNotChanged protected void setDescription(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.MortarCommand - 33 => 38 - 34 => 8 - 35 => 29 - 36 => 17 - 37 => 20 - 38 => 9 - 39 => 18 - 40 => 45 - 44 => 10 - 46 => 30 - 48 => 36 - 50 => 2 - 52 => 22 - 54 => 35 - 55 => 41 - 56 => 11 - 57 => 39 - 59 => 12 - 61 => 3 - 63 => 25 - 69 => 31 - 74 => 49 - 75 => 4 - 79 => 40 - 81 => 34 - 84 => 13 - 85 => 23 - 89 => 28 - 91 => 33 - 94 => 26 - 95 => 53 - 100 => 24 - 106 => 46 - 112 => 14 - 123 => 5 - 128 => 19 - 130 => 27 and 42 - 132 => 7 - 136 => 21 - 137 => 32 - 138 => 43 - 140 => 50 - 142 => 15 - 147 => 1 - 150 => 47 - 153 => 16 - 155 => 51 - 156 => 37 - 160 => 48 - 166 => 6 - 171 => 54 - 176 => 52 - 177 => 44 + 33 => 54 + 34 => 12 + 35 => 21 + 36 => 18 + 37 => 26 + 38 => 50 + 39 => 10 + 40 => 16 + 44 => 31 + 45 => 24 + 47 => 23 + 49 => 46 + 51 => 3 + 53 => 49 + 55 => 2 + 56 => 9 + 57 => 36 + 58 => 28 + 60 => 33 + 62 => 35 + 64 => 11 + 70 => 48 + 75 => 43 + 76 => 39 + 80 => 17 + 82 => 34 + 85 => 52 + 86 => 32 + 90 => 37 + 92 => 25 + 95 => 7 + 96 => 41 + 101 => 53 + 107 => 13 + 113 => 5 + 124 => 44 + 129 => 19 + 131 => 14 and 38 + 133 => 15 + 137 => 30 + 138 => 8 + 139 => 29 + 141 => 20 + 143 => 1 + 148 => 47 + 151 => 51 + 154 => 45 + 156 => 40 + 157 => 27 + 161 => 55 + 167 => 22 + 172 => 6 + 177 => 42 + 178 => 4 Class: public abstract com.volmit.iris.util.MortarPermission NameNotChanged Source: "MortarPermission.java" @@ -14187,350 +15643,402 @@ Class: public abstract com.volmit.iris.util.MortarPermission NameNotChanged public void setParent(com.volmit.iris.util.MortarPermission) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.MortarPermission - 14 => 16 - 15 => 1 and 14 - 17 => 24 - 21 => 5 - 22 => 13 - 23 => 4 - 26 => 21 - 28 => 8 - 29 => 2 - 32 => 17 - 36 => 6 - 38 => 3 and 12 - 40 => 23 - 44 => 10 - 47 => 19 - 49 => 7 - 50 => 26 - 54 => 27 - 59 => 11 - 61 => 9 - 64 => 25 - 76 => 22 - 81 => 15 - 86 => 20 - 91 => 28 - 92 => 18 + 14 => 28 + 15 => 10 and 25 + 17 => 15 + 21 => 22 + 22 => 6 + 23 => 12 + 26 => 27 + 28 => 17 + 29 => 3 + 32 => 5 + 36 => 14 + 38 => 13 and 24 + 40 => 20 + 44 => 18 + 47 => 16 + 49 => 21 + 50 => 19 + 54 => 1 + 59 => 9 + 61 => 23 + 64 => 11 + 76 => 7 + 81 => 8 + 86 => 2 + 91 => 4 + 92 => 26 Class: public abstract com.volmit.iris.util.MortarPlugin NameNotChanged Source: "MortarPlugin.java" FieldsOf: com.volmit.iris.util.MortarPlugin - private static java.lang.String a => d - private com.volmit.iris.util.KMap cachedClassControllers => a - private com.volmit.iris.util.KList cachedControllers => b - private com.volmit.iris.util.KList commandCache => g - private com.volmit.iris.util.KMap commands => f - private com.volmit.iris.util.KMap controllers => c - private com.volmit.iris.util.KList permissionCache => e + private static boolean a => e + public static boolean bad NameNotChanged + private com.volmit.iris.util.KMap cachedClassControllers => b + private com.volmit.iris.util.KList cachedControllers => f + private com.volmit.iris.util.KList commandCache => c + private com.volmit.iris.util.KMap commands => a + private com.volmit.iris.util.KMap controllers => g + private com.volmit.iris.util.KList permissionCache => d MethodsOf: com.volmit.iris.util.MortarPlugin static void () SignatureNotChanged public void () SignatureNotChanged - public static java.lang.String a() => j() - public static void a(java.lang.String) => b(java.lang.String) - private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public static boolean a() => i() + public static void a(boolean) => b(boolean) + public static boolean b() => d() + private static java.lang.Throwable b(java.lang.Throwable) SignatureNotChanged private void chain(com.volmit.iris.util.MortarCommand, java.lang.String, org.bukkit.configuration.file.FileConfiguration) => a(com.volmit.iris.util.MortarCommand, java.lang.String, org.bukkit.configuration.file.FileConfiguration) private void chain(com.volmit.iris.util.MortarPermission, org.bukkit.configuration.file.FileConfiguration) => a(com.volmit.iris.util.MortarPermission, org.bukkit.configuration.file.FileConfiguration) - private com.volmit.iris.util.KList computePermissions() => a() - private com.volmit.iris.util.KList computePermissions(com.volmit.iris.util.MortarPermission) => b(com.volmit.iris.util.MortarPermission) + private com.volmit.iris.util.KList computePermissions() => f() + private com.volmit.iris.util.KList computePermissions(com.volmit.iris.util.MortarPermission) => a(com.volmit.iris.util.MortarPermission) public com.volmit.iris.util.KList getControllers() SignatureNotChanged public java.io.File getDataFile(java.lang.String[]) SignatureNotChanged public java.io.File getDataFolder(java.lang.String[]) SignatureNotChanged public java.lang.String getTag() SignatureNotChanged public abstract java.lang.String getTag(java.lang.String) SignatureNotChanged - private synthetic void lambda$1() SignatureNotChanged + private synthetic void lambda$onEnable$0() SignatureNotChanged public boolean onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, java.lang.String, java.lang.String[]) SignatureNotChanged public void onDisable() SignatureNotChanged public void onEnable() SignatureNotChanged - private void outputCommandInfo() => h() - private void outputInfo() => d() - private void outputPermissionInfo() => b() - private void outputPluginInfo() => i() + private void outputCommandInfo() => g() + private void outputInfo() => j() + private void outputPermissionInfo() => o() + private void outputPluginInfo() => a() public void registerCommand(com.volmit.iris.util.ICommand, java.lang.String) SignatureNotChanged - private void registerCommands() => l() + private void registerCommands() => m() private void registerController(com.volmit.iris.util.IController) => b(com.volmit.iris.util.IController) - private void registerControllers() => k() - private void registerInstance() => f() + private void registerControllers() => e() + private void registerInstance() => l() public void registerListener(org.bukkit.event.Listener) SignatureNotChanged - private void registerPermission(com.volmit.iris.util.MortarPermission) => a(com.volmit.iris.util.MortarPermission) - private void registerPermissions() => e() + private void registerPermission(com.volmit.iris.util.MortarPermission) => c(com.volmit.iris.util.MortarPermission) + private void registerPermissions() => c() public abstract void start() SignatureNotChanged public abstract void stop() SignatureNotChanged - private void stopControllers() => c() + private void stopControllers() => k() private void tickController(com.volmit.iris.util.IController) => a(com.volmit.iris.util.IController) - private void tickControllers() => m() - private org.bukkit.permissions.Permission toPermission(com.volmit.iris.util.MortarPermission) => c(com.volmit.iris.util.MortarPermission) + private void tickControllers() => h() + private org.bukkit.permissions.Permission toPermission(com.volmit.iris.util.MortarPermission) => b(com.volmit.iris.util.MortarPermission) public void unregisterAll() SignatureNotChanged public void unregisterCommand(com.volmit.iris.util.ICommand) SignatureNotChanged public void unregisterCommands() SignatureNotChanged - private void unregisterInstance() => n() + private void unregisterInstance() => b() public void unregisterListener(org.bukkit.event.Listener) SignatureNotChanged public void unregisterListeners() SignatureNotChanged - private void unregisterPermissions() => g() + private void unregisterPermissions() => n() public void v(java.lang.Object) SignatureNotChanged public void w(java.lang.Object) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.MortarPlugin - 26 => 253 - 42 => 162 - 43 => 170 - 52 => 128 - 53 => 137 - 57 => 71 - 58 => 116 - 59 => 105 - 60 => 44 - 61 => 109 - 62 => 92 and 274 - 63 => 169 - 64 => 166 - 65 => 251 - 69 => 146 - 70 => 210 - 71 => 59 - 72 => 160 - 73 => 134 - 74 => 275 - 80 => 197 - 81 => 121 - 82 => 135 - 83 => 242 - 84 => 6 - 85 => 119 - 87 => 19 - 91 => 232 - 95 => 56 - 97 => 106 and 161 - 99 => 35 - 102 => 214 - 103 => 124 - 107 => 25 - 109 => 111 and 219 - 111 => 5 - 114 => 154 - 115 => 55 - 116 => 102 - 118 => 11 and 175 - 120 => 97 - 122 => 88 - 126 => 4 - 128 => 202 and 225 - 130 => 43 - 133 => 29 - 134 => 46 - 138 => 122 - 139 => 231 - 140 => 191 - 141 => 178 - 143 => 127 and 192 - 145 => 179 - 147 => 80 - 151 => 199 - 152 => 68 - 153 => 272 - 154 => 13 - 155 => 180 - 159 => 14 - 161 => 33 and 182 - 163 => 195 - 167 => 20 - 168 => 269 - 169 => 148 - 170 => 206 - 171 => 10 - 172 => 45 - 173 => 22 - 175 => 181 - 177 => 216 - 178 => 103 - 183 => 149 and 265 - 187 => 215 - 188 => 126 - 190 => 140 - 195 => 51 - 199 => 236 - 200 => 217 and 256 - 202 => 218 - 206 => 245 - 207 => 67 - 208 => 196 - 209 => 117 - 211 => 189 - 213 => 165 - 218 => 65 - 223 => 70 - 225 => 16 - 227 => 8 - 230 => 125 and 204 - 232 => 264 - 234 => 200 - 237 => 143 - 238 => 246 - 241 => 221 - 246 => 266 - 248 => 82 - 251 => 228 - 252 => 118 - 253 => 262 - 255 => 49 and 112 - 257 => 261 - 260 => 26 - 266 => 129 - 271 => 36 - 272 => 120 - 273 => 48 - 274 => 38 - 275 => 64 - 279 => 39 and 258 - 281 => 24 - 283 => 139 - 287 => 222 - 289 => 141 - 292 => 34 - 293 => 241 - 297 => 133 - 298 => 75 - 300 => 85 - 302 => 115 - 303 => 201 - 306 => 193 - 310 => 267 - 315 => 57 - 316 => 230 - 318 => 21 and 40 - 320 => 42 - 324 => 2 - 325 => 145 - 326 => 153 - 327 => 50 - 328 => 244 - 329 => 194 - 331 => 263 - 333 => 81 - 334 => 229 - 339 => 273 - 340 => 79 - 349 => 87 - 350 => 188 - 351 => 99 - 355 => 174 - 356 => 3 - 357 => 184 - 359 => 142 - 361 => 247 - 362 => 271 - 364 => 223 - 368 => 150 and 255 - 370 => 32 - 374 => 186 - 375 => 52 - 376 => 183 - 377 => 164 - 379 => 72 - 381 => 130 - 382 => 220 - 386 => 226 - 390 => 1 and 98 - 392 => 41 - 396 => 243 - 397 => 152 - 398 => 198 - 399 => 123 - 401 => 207 - 403 => 234 - 404 => 58 - 408 => 84 - 412 => 250 - 413 => 54 - 415 => 89 and 235 - 417 => 9 - 421 => 252 - 422 => 238 - 423 => 66 - 424 => 156 - 425 => 163 - 426 => 168 - 427 => 172 - 429 => 23 - 431 => 12 - 432 => 177 - 436 => 151 - 441 => 47 - 442 => 155 - 444 => 37 and 257 - 446 => 60 and 176 - 448 => 77 - 450 => 254 - 452 => 233 - 454 => 94 - 460 => 108 - 470 => 91 - 471 => 110 - 473 => 61 - 475 => 158 - 476 => 185 - 477 => 144 - 481 => 76 - 482 => 63 - 483 => 136 - 485 => 240 - 491 => 147 - 493 => 17 - 495 => 114 and 239 - 497 => 53 - 498 => 86 - 500 => 237 - 501 => 270 - 503 => 104 - 505 => 224 - 507 => 113 - 508 => 159 - 509 => 100 - 513 => 78 - 518 => 157 - 520 => 101 - 522 => 173 - 524 => 96 - 528 => 187 - 533 => 7 - 534 => 205 - 538 => 248 - 539 => 90 - 543 => 212 - 544 => 259 - 548 => 95 and 260 - 552 => 73 - 553 => 31 - 555 => 131 - 560 => 18 - 564 => 74 and 171 - 566 => 167 - 567 => 208 - 569 => 15 - 573 => 93 and 268 - 577 => 211 - 578 => 209 - 579 => 62 - 580 => 69 - 582 => 213 - 584 => 227 - 585 => 249 - 588 => 107 - 592 => 132 - 593 => 138 - 594 => 30 - 599 => 190 - 601 => 83 - 604 => 28 - 605 => 27 - 607 => 203 + 26 => 30 + 28 => 194 + 43 => 37 + 44 => 297 + 53 => 276 + 54 => 40 + 58 => 11 + 59 => 295 + 60 => 245 + 61 => 147 + 62 => 153 + 63 => 18 and 294 + 64 => 183 + 65 => 126 + 66 => 128 + 70 => 81 + 71 => 265 + 72 => 307 + 73 => 171 + 74 => 163 + 75 => 22 + 81 => 21 + 82 => 218 + 83 => 123 + 84 => 193 + 85 => 45 + 88 => 274 + 91 => 257 + 92 => 279 + 96 => 55 + 98 => 172 + 100 => 246 + 101 => 167 + 103 => 44 + 104 => 97 + 108 => 224 + 110 => 132 + 112 => 240 + 113 => 169 + 115 => 8 + 116 => 175 + 117 => 235 + 119 => 281 + 121 => 96 + 122 => 130 + 123 => 71 + 127 => 121 + 129 => 260 + 131 => 220 + 132 => 215 + 134 => 135 + 135 => 302 + 139 => 125 + 140 => 27 + 141 => 17 + 142 => 234 + 144 => 14 + 146 => 16 + 147 => 157 + 148 => 62 + 152 => 104 + 153 => 10 + 154 => 67 + 155 => 222 + 156 => 114 + 160 => 107 + 162 => 233 and 289 + 164 => 219 + 168 => 267 + 169 => 286 + 170 => 43 + 171 => 208 + 172 => 236 + 173 => 174 + 176 => 33 + 178 => 285 + 179 => 65 + 180 => 116 + 184 => 4 + 188 => 256 + 191 => 301 + 194 => 91 + 195 => 202 + 196 => 77 + 200 => 82 + 201 => 225 and 277 + 203 => 13 + 207 => 255 + 208 => 68 + 209 => 275 + 212 => 102 + 214 => 2 + 215 => 258 + 219 => 112 + 224 => 119 + 226 => 73 + 228 => 50 + 231 => 173 + 233 => 300 + 235 => 244 + 238 => 196 + 239 => 110 + 240 => 305 + 242 => 161 + 247 => 166 + 249 => 118 + 252 => 75 + 253 => 137 + 254 => 38 + 256 => 48 + 258 => 266 + 259 => 113 + 261 => 134 + 267 => 214 + 272 => 83 + 273 => 106 + 274 => 273 + 275 => 310 + 276 => 298 + 280 => 287 + 282 => 251 + 285 => 39 + 287 => 9 + 288 => 209 + 289 => 29 + 293 => 156 + 295 => 80 + 298 => 176 + 300 => 181 + 303 => 152 + 304 => 85 + 308 => 31 + 311 => 290 + 313 => 142 + 314 => 155 + 315 => 140 + 317 => 66 + 321 => 283 + 323 => 200 + 326 => 127 + 331 => 20 + 333 => 179 + 335 => 309 + 336 => 129 + 338 => 241 and 296 + 340 => 158 + 344 => 237 + 345 => 221 + 346 => 54 + 347 => 254 + 348 => 26 + 351 => 136 + 353 => 211 + 354 => 238 + 355 => 64 + 359 => 35 + 360 => 145 + 369 => 210 + 371 => 154 + 373 => 143 + 374 => 61 + 375 => 117 + 379 => 263 + 380 => 146 + 383 => 49 + 385 => 248 + 386 => 188 + 387 => 228 + 388 => 78 + 392 => 203 + 394 => 56 + 396 => 185 and 239 + 398 => 103 + 402 => 148 + 403 => 111 + 404 => 271 + 407 => 268 + 409 => 60 + 410 => 74 + 411 => 284 + 414 => 231 + 418 => 122 + 420 => 186 + 422 => 51 and 288 + 424 => 201 + 428 => 160 + 429 => 141 + 430 => 269 + 433 => 109 + 435 => 120 + 436 => 149 + 437 => 164 + 440 => 92 + 444 => 293 + 446 => 144 + 448 => 199 + 449 => 159 + 451 => 23 and 198 + 453 => 262 + 457 => 264 + 458 => 25 + 459 => 41 + 460 => 76 + 461 => 217 + 462 => 36 + 465 => 190 + 467 => 42 + 468 => 168 + 469 => 58 + 472 => 243 + 477 => 223 + 479 => 253 + 482 => 182 + 483 => 98 + 485 => 151 + 487 => 32 + 489 => 89 + 491 => 162 + 493 => 59 + 495 => 133 + 498 => 7 + 499 => 88 + 501 => 197 + 511 => 70 + 513 => 100 + 516 => 180 + 517 => 124 + 519 => 304 + 521 => 138 + 522 => 101 + 527 => 192 + 528 => 249 + 529 => 108 + 531 => 165 + 535 => 95 + 537 => 105 + 541 => 86 + 543 => 84 + 545 => 47 + 547 => 5 + 548 => 278 + 550 => 72 + 551 => 19 + 553 => 94 + 555 => 63 + 557 => 227 + 558 => 282 + 563 => 3 + 567 => 24 + 570 => 28 + 572 => 177 + 573 => 212 + 574 => 242 + 578 => 189 + 580 => 93 + 582 => 204 + 587 => 178 + 589 => 1 + 591 => 191 + 592 => 139 + 596 => 206 + 598 => 79 + 600 => 292 + 601 => 115 + 605 => 306 + 607 => 12 + 609 => 299 + 610 => 259 + 614 => 52 + 616 => 34 + 618 => 291 + 622 => 270 + 625 => 46 + 628 => 90 + 629 => 87 + 630 => 205 + 634 => 69 + 636 => 232 + 638 => 187 + 640 => 195 + 641 => 216 + 642 => 150 + 643 => 226 + 647 => 184 + 649 => 53 + 651 => 131 + 655 => 213 + 656 => 261 + 657 => 207 + 660 => 6 + 662 => 170 + 663 => 272 + 664 => 247 + 665 => 308 + 666 => 15 + 670 => 99 + 671 => 303 + 672 => 229 + 677 => 280 + 679 => 230 + 682 => 57 + 683 => 250 + 685 => 252 Class: public com.volmit.iris.util.MortarSender NameNotChanged Source: "MortarSender.java" FieldsOf: com.volmit.iris.util.MortarSender - private java.lang.String command => c + private java.lang.String command => a private org.bukkit.command.CommandSender s => b - private java.lang.String tag => a + private java.lang.String tag => c MethodsOf: com.volmit.iris.util.MortarSender static void () SignatureNotChanged public void (org.bukkit.command.CommandSender) SignatureNotChanged @@ -14561,44 +16069,44 @@ Class: public com.volmit.iris.util.MortarSender NameNotChanged public void setTag(java.lang.String) SignatureNotChanged public org.bukkit.command.CommandSender$Spigot spigot() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.MortarSender - 27 => 20 - 28 => 33 - 36 => 21 - 37 => 15 - 38 => 27 - 39 => 8 - 52 => 14 - 53 => 6 - 61 => 36 - 70 => 34 - 79 => 19 - 88 => 16 - 93 => 17 - 98 => 39 - 103 => 26 - 108 => 1 - 113 => 2 - 118 => 13 - 123 => 35 - 128 => 38 - 133 => 28 - 134 => 22 - 138 => 7 - 139 => 31 - 143 => 23 - 148 => 18 - 153 => 29 - 154 => 10 - 157 => 24 - 158 => 4 - 162 => 25 - 163 => 11 - 167 => 5 and 9 - 168 => 30 - 169 => 12 - 173 => 32 - 178 => 37 - 183 => 3 + 27 => 12 + 28 => 8 + 38 => 24 + 39 => 36 + 40 => 38 + 41 => 14 + 57 => 9 + 58 => 4 + 67 => 32 + 77 => 21 + 87 => 20 + 97 => 37 + 103 => 5 + 109 => 1 + 115 => 11 + 121 => 2 + 127 => 17 + 133 => 35 + 139 => 6 + 145 => 34 + 151 => 30 + 152 => 31 + 157 => 26 + 158 => 29 + 163 => 3 + 169 => 18 + 175 => 15 + 176 => 19 + 180 => 33 + 181 => 25 + 186 => 13 + 187 => 10 + 192 => 23 and 28 + 193 => 16 + 194 => 27 + 199 => 22 + 205 => 7 + 211 => 39 Class: public final com.volmit.iris.util.NBTConstants NameNotChanged Source: "NBTConstants.java" @@ -14622,61 +16130,61 @@ Class: public final com.volmit.iris.util.NBTInputStream NameNotChanged private com.volmit.iris.util.Tag readTag(int) => a(int) private com.volmit.iris.util.Tag readTagPayload(int, java.lang.String, int) => a(int, java.lang.String, int) LineNumbersOf: com.volmit.iris.util.NBTInputStream - 86 => 4 - 87 => 42 - 88 => 29 - 97 => 47 - 108 => 5 - 111 => 44 - 112 => 11 - 113 => 45 - 114 => 13 - 115 => 43 - 116 => 33 - 117 => 18 - 120 => 49 - 133 => 17 - 135 => 19 - 136 => 14 - 138 => 6 - 141 => 37 - 143 => 52 - 145 => 27 - 147 => 20 - 149 => 34 - 151 => 15 - 153 => 41 - 154 => 25 - 155 => 30 - 156 => 8 - 158 => 21 - 159 => 28 - 160 => 39 - 161 => 38 - 163 => 53 - 164 => 31 - 166 => 3 - 167 => 10 and 12 - 168 => 32 - 169 => 40 - 170 => 9 - 172 => 22 - 175 => 1 - 177 => 54 - 179 => 26 - 180 => 50 - 181 => 24 - 183 => 48 - 185 => 35 - 187 => 23 - 189 => 46 - 190 => 2 - 191 => 36 and 57 - 192 => 16 - 194 => 51 - 196 => 7 - 202 => 56 - 203 => 55 + 86 => 47 + 87 => 30 + 88 => 25 + 97 => 23 + 108 => 19 + 111 => 45 + 112 => 28 + 113 => 22 + 114 => 2 + 115 => 29 + 116 => 54 + 117 => 35 + 120 => 21 + 133 => 11 + 135 => 7 + 136 => 39 + 138 => 57 + 141 => 31 + 143 => 20 + 145 => 55 + 147 => 26 + 149 => 56 + 151 => 49 + 153 => 53 + 154 => 17 + 155 => 5 + 156 => 33 + 158 => 10 + 159 => 32 + 160 => 15 + 161 => 12 + 163 => 27 + 164 => 34 + 166 => 48 + 167 => 14 and 42 + 168 => 38 + 169 => 8 + 170 => 46 + 172 => 51 + 175 => 16 + 177 => 9 + 179 => 4 + 180 => 18 + 181 => 1 + 183 => 50 + 185 => 41 + 187 => 3 + 189 => 24 + 190 => 52 + 191 => 6 and 44 + 192 => 40 + 194 => 13 + 196 => 43 + 202 => 37 + 203 => 36 Class: public final com.volmit.iris.util.NBTOutputStream NameNotChanged Source: "NBTOutputStream.java" @@ -14702,88 +16210,88 @@ Class: public final com.volmit.iris.util.NBTOutputStream NameNotChanged public void writeTag(com.volmit.iris.util.Tag) SignatureNotChanged private void writeTagPayload(com.volmit.iris.util.Tag) => a(com.volmit.iris.util.Tag) LineNumbersOf: com.volmit.iris.util.NBTOutputStream - 80 => 57 - 81 => 47 - 82 => 30 - 91 => 37 - 92 => 3 - 93 => 66 - 95 => 18 - 96 => 42 - 97 => 74 - 99 => 17 - 100 => 34 - 103 => 28 + 80 => 12 + 81 => 38 + 82 => 57 + 91 => 62 + 92 => 55 + 93 => 70 + 95 => 68 + 96 => 33 + 97 => 23 + 99 => 13 + 100 => 21 + 103 => 53 104 => 35 - 113 => 56 - 114 => 84 - 116 => 2 - 117 => 67 - 119 => 40 - 120 => 70 - 122 => 24 - 123 => 39 - 125 => 64 - 126 => 72 - 128 => 77 - 129 => 36 - 131 => 33 - 132 => 44 - 134 => 6 - 135 => 16 - 137 => 59 - 138 => 76 - 140 => 29 - 141 => 71 - 143 => 54 - 144 => 50 - 146 => 21 - 147 => 46 - 149 => 63 - 150 => 69 - 152 => 10 - 154 => 15 - 163 => 83 - 164 => 20 - 173 => 12 - 174 => 41 - 175 => 82 - 176 => 19 - 186 => 11 - 187 => 60 - 188 => 23 - 189 => 78 - 190 => 62 - 199 => 14 - 200 => 52 - 201 => 81 - 203 => 80 - 204 => 49 - 205 => 27 and 45 - 206 => 25 - 208 => 58 - 217 => 8 - 218 => 55 - 219 => 7 - 220 => 31 - 229 => 9 - 230 => 75 - 239 => 65 - 240 => 22 - 249 => 38 - 250 => 32 - 259 => 5 - 260 => 1 - 269 => 73 - 270 => 61 - 280 => 43 - 289 => 4 - 290 => 79 - 291 => 48 and 51 - 292 => 68 - 294 => 53 - 298 => 26 - 299 => 13 + 113 => 67 + 114 => 25 + 116 => 16 + 117 => 40 + 119 => 10 + 120 => 58 + 122 => 64 + 123 => 4 + 125 => 83 + 126 => 51 + 128 => 79 + 129 => 42 + 131 => 24 + 132 => 6 + 134 => 60 + 135 => 30 + 137 => 66 + 138 => 49 + 140 => 45 + 141 => 52 + 143 => 9 + 144 => 3 + 146 => 41 + 147 => 72 + 149 => 48 + 150 => 54 + 152 => 8 + 154 => 27 + 163 => 73 + 164 => 74 + 173 => 82 + 174 => 29 + 175 => 2 + 176 => 50 + 186 => 20 + 187 => 11 + 188 => 37 + 189 => 28 + 190 => 36 + 199 => 1 + 200 => 39 + 201 => 75 + 203 => 46 + 204 => 17 + 205 => 56 and 59 + 206 => 14 + 208 => 81 + 217 => 43 + 218 => 15 + 219 => 18 + 220 => 80 + 229 => 26 + 230 => 34 + 239 => 69 + 240 => 7 + 249 => 31 + 250 => 19 + 259 => 71 + 260 => 63 + 269 => 77 + 270 => 44 + 280 => 76 + 289 => 84 + 290 => 61 + 291 => 5 and 22 + 292 => 65 + 294 => 32 + 298 => 47 + 299 => 78 Class: public final com.volmit.iris.util.NBTUtils NameNotChanged Source: "NBTUtils.java" @@ -14795,70 +16303,70 @@ Class: public final com.volmit.iris.util.NBTUtils NameNotChanged public static int getTypeCode(java.lang.Class) SignatureNotChanged public static java.lang.String getTypeName(java.lang.Class) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.NBTUtils - 54 => 35 - 55 => 62 - 56 => 20 - 57 => 24 - 58 => 22 - 59 => 53 - 60 => 1 - 61 => 9 - 62 => 61 - 63 => 14 - 64 => 64 - 65 => 18 - 66 => 27 - 67 => 30 - 68 => 6 - 69 => 11 - 70 => 41 - 71 => 31 - 72 => 55 - 73 => 23 - 74 => 49 - 75 => 12 - 76 => 50 - 77 => 40 - 79 => 38 - 91 => 34 - 92 => 52 - 93 => 42 - 94 => 8 - 95 => 51 - 96 => 2 - 97 => 7 - 98 => 60 - 99 => 16 - 100 => 57 - 101 => 4 - 102 => 59 - 103 => 28 - 104 => 17 - 105 => 56 - 106 => 47 - 107 => 5 - 108 => 44 - 109 => 39 - 110 => 21 - 111 => 58 - 112 => 63 - 113 => 3 - 114 => 25 - 116 => 48 - 128 => 15 - 130 => 43 - 132 => 26 - 134 => 36 - 136 => 10 - 138 => 13 - 140 => 37 - 142 => 46 - 144 => 19 - 146 => 54 - 148 => 29 - 150 => 32 - 152 => 45 - 154 => 33 + 54 => 48 + 55 => 42 + 56 => 32 + 57 => 56 + 58 => 63 + 59 => 55 + 60 => 3 + 61 => 21 + 62 => 31 + 63 => 59 + 64 => 40 + 65 => 37 + 66 => 39 + 67 => 22 + 68 => 19 + 69 => 50 + 70 => 38 + 71 => 57 + 72 => 53 + 73 => 18 + 74 => 28 + 75 => 45 + 76 => 62 + 77 => 8 + 79 => 43 + 91 => 7 + 92 => 36 + 93 => 16 + 94 => 54 + 95 => 12 + 96 => 29 + 97 => 51 + 98 => 5 + 99 => 41 + 100 => 25 + 101 => 52 + 102 => 60 + 103 => 46 + 104 => 27 + 105 => 24 + 106 => 10 + 107 => 20 + 108 => 17 + 109 => 13 + 110 => 4 + 111 => 14 + 112 => 15 + 113 => 33 + 114 => 2 + 116 => 61 + 128 => 23 + 130 => 49 + 132 => 6 + 134 => 1 + 136 => 64 + 138 => 11 + 140 => 47 + 142 => 9 + 144 => 35 + 146 => 58 + 148 => 26 + 150 => 34 + 152 => 44 + 154 => 30 Class: public abstract com.volmit.iris.util.NastyRunnable NameNotChanged Source: "NastyRunnable.java" @@ -14894,18 +16402,18 @@ Class: public com.volmit.iris.util.O NameNotChanged LineNumbersOf: com.volmit.iris.util.O 3 => 7 5 => 1 - 11 => 8 - 17 => 4 + 11 => 9 + 17 => 3 18 => 2 - 20 => 3 - 22 => 6 and 9 - 25 => 5 + 20 => 4 + 22 => 5 and 8 + 25 => 6 Class: public com.volmit.iris.util.ObjectResourceLoader NameNotChanged Source: "ObjectResourceLoader.java" FieldsOf: com.volmit.iris.util.ObjectResourceLoader - private com.volmit.iris.util.KMap useCache => a - private com.volmit.iris.util.ChronoLatch useFlip => b + private com.volmit.iris.util.KMap useCache => b + private com.volmit.iris.util.ChronoLatch useFlip => a MethodsOf: com.volmit.iris.util.ObjectResourceLoader static void () SignatureNotChanged public void (java.io.File, java.lang.String, java.lang.String) SignatureNotChanged @@ -14914,8 +16422,8 @@ Class: public com.volmit.iris.util.ObjectResourceLoader NameNotChanged private java.lang.String getOldest() => a() public java.lang.String[] getPossibleKeys() SignatureNotChanged public int getTotalStorage() SignatureNotChanged - private static synthetic void lambda$0(java.lang.String) SignatureNotChanged - private synthetic void lambda$1(java.io.File) SignatureNotChanged + private synthetic void lambda$loadFile$1(java.io.File) SignatureNotChanged + private static synthetic void lambda$unload$0(java.lang.String) SignatureNotChanged public com.volmit.iris.object.IrisObject load(java.lang.String) SignatureNotChanged public bridge synthetic com.volmit.iris.object.IrisRegistrant load(java.lang.String) SignatureNotChanged public com.volmit.iris.object.IrisObject loadFile(java.io.File, java.lang.String, java.lang.String) SignatureNotChanged @@ -14923,105 +16431,108 @@ Class: public com.volmit.iris.util.ObjectResourceLoader NameNotChanged private void unload(java.lang.String) => a(java.lang.String) public void unloadLast(long) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ObjectResourceLoader - 1 => 32 and 56 - 10 => 73 - 11 => 52 - 15 => 95 - 16 => 33 - 20 => 10 - 22 => 51 and 58 - 24 => 99 - 27 => 91 - 32 => 79 - 34 => 111 - 36 => 87 - 40 => 70 - 42 => 88 - 44 => 36 - 47 => 60 - 49 => 40 + 8 => 47 and 55 + 10 => 94 + 11 => 84 + 15 => 31 + 16 => 64 + 20 => 40 + 22 => 96 + 24 => 32 + 25 => 110 + 27 => 48 + 32 => 39 + 34 => 11 + 36 => 23 + 40 => 49 + 42 => 70 + 44 => 54 + 47 => 1 + 49 => 37 51 => 6 - 55 => 57 - 56 => 85 - 58 => 101 and 112 - 60 => 11 - 61 => 94 - 63 => 59 - 64 => 110 - 68 => 71 - 73 => 15 - 74 => 3 - 75 => 90 - 76 => 46 - 77 => 35 and 78 - 78 => 77 - 82 => 103 - 85 => 43 - 86 => 65 - 87 => 38 - 88 => 44 - 89 => 17 and 68 - 90 => 13 - 91 => 83 - 92 => 105 - 95 => 96 - 97 => 72 - 98 => 34 - 99 => 29 - 105 => 37 - 107 => 27 - 110 => 18 - 111 => 26 - 113 => 1 and 80 - 115 => 8 and 76 - 117 => 61 - 119 => 97 - 120 => 19 - 122 => 89 - 124 => 25 and 86 - 126 => 47 - 128 => 39 - 129 => 30 - 131 => 93 - 133 => 82 and 106 - 135 => 53 - 137 => 14 - 146 => 81 - 147 => 4 - 148 => 49 - 153 => 7 - 154 => 45 and 48 - 156 => 22 and 41 - 158 => 109 - 160 => 69 - 161 => 104 - 165 => 55 - 167 => 50 - 169 => 74 - 170 => 31 - 174 => 102 - 176 => 9 - 177 => 66 - 182 => 67 - 184 => 54 - 186 => 28 - 187 => 107 - 188 => 100 - 191 => 2 - 192 => 21 and 23 - 194 => 16 and 84 - 196 => 12 - 198 => 98 - 199 => 63 - 200 => 42 - 204 => 20 - 206 => 75 - 208 => 5 - 209 => 64 - 210 => 108 - 214 => 62 - 216 => 92 - 217 => 24 + 55 => 89 + 56 => 60 + 58 => 88 + 60 => 81 + 61 => 38 + 63 => 4 + 64 => 33 + 66 => 59 + 68 => 34 + 73 => 42 + 74 => 104 + 75 => 44 + 76 => 19 + 77 => 29 and 87 + 78 => 16 + 82 => 3 + 85 => 46 + 86 => 7 + 87 => 67 + 88 => 30 + 89 => 10 and 76 + 90 => 58 + 91 => 75 + 92 => 106 + 95 => 79 + 97 => 51 + 98 => 52 + 99 => 2 + 105 => 36 + 107 => 12 + 110 => 24 + 111 => 43 + 113 => 93 + 115 => 41 and 101 + 117 => 77 + 119 => 17 + 122 => 103 + 124 => 25 and 92 + 126 => 100 + 128 => 74 + 131 => 5 + 133 => 86 and 90 + 135 => 66 + 137 => 21 + 144 => 98 + 146 => 105 + 147 => 35 + 148 => 78 + 153 => 95 + 154 => 65 + 156 => 26 and 83 + 158 => 102 + 160 => 8 + 161 => 56 + 165 => 91 + 167 => 45 + 169 => 68 + 170 => 62 + 172 => 73 + 174 => 20 + 176 => 72 + 177 => 57 + 182 => 53 + 184 => 80 + 186 => 27 + 187 => 50 + 188 => 69 + 191 => 107 + 192 => 15 + 194 => 14 and 108 + 196 => 97 + 198 => 13 + 199 => 9 + 200 => 99 + 204 => 109 + 206 => 63 + 208 => 18 + 209 => 61 + 210 => 85 + 212 => 82 + 214 => 71 + 216 => 22 + 217 => 28 Class: public abstract com.volmit.iris.util.Observable NameNotChanged Source: "Observable.java" @@ -15047,11 +16558,11 @@ Class: public com.volmit.iris.util.PrecisionStopwatch NameNotChanged Source: "PrecisionStopwatch.java" FieldsOf: com.volmit.iris.util.PrecisionStopwatch private long millis => d - private long nanos => c - private boolean profiling => b - private long startMillis => a + private long nanos => f + private boolean profiling => c + private long startMillis => b private long startNano => e - private double time => f + private double time => a MethodsOf: com.volmit.iris.util.PrecisionStopwatch public void () SignatureNotChanged public void begin() SignatureNotChanged @@ -15060,55 +16571,55 @@ Class: public com.volmit.iris.util.PrecisionStopwatch NameNotChanged public void reset() SignatureNotChanged public static com.volmit.iris.util.PrecisionStopwatch start() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.PrecisionStopwatch - 12 => 31 - 13 => 11 - 15 => 21 - 18 => 29 - 19 => 20 - 20 => 1 - 21 => 2 - 24 => 19 - 25 => 7 - 26 => 12 - 27 => 9 - 30 => 27 - 31 => 30 - 34 => 4 - 35 => 13 - 36 => 23 - 37 => 25 - 38 => 28 - 39 => 22 - 42 => 3 - 43 => 6 - 44 => 17 - 45 => 26 - 46 => 16 - 47 => 5 - 48 => 10 - 67 => 14 - 68 => 15 - 69 => 18 - 70 => 24 - 71 => 8 + 12 => 14 + 13 => 31 + 15 => 29 + 18 => 30 + 19 => 26 + 20 => 12 + 21 => 9 + 24 => 22 + 25 => 3 + 26 => 19 + 27 => 5 + 30 => 1 + 31 => 18 + 34 => 13 + 35 => 6 + 36 => 24 + 37 => 16 + 38 => 10 + 39 => 17 + 42 => 11 + 43 => 15 + 44 => 25 + 45 => 28 + 46 => 21 + 47 => 4 + 48 => 2 + 67 => 23 + 68 => 7 + 69 => 8 + 70 => 20 + 71 => 27 Class: public com.volmit.iris.util.PregenJob NameNotChanged Source: "PregenJob.java" FieldsOf: com.volmit.iris.util.PregenJob - private com.volmit.iris.util.ChronoLatch cl => m - private boolean completed => i - private int genned => b - private int mcaX => k - private int mcaZ => f - private java.lang.Runnable onDone => a - private int rcx => j - private int rcz => l + private com.volmit.iris.util.ChronoLatch cl => h + private boolean completed => d + private int genned => g + private int mcaX => m + private int mcaZ => l + private java.lang.Runnable onDone => e + private int rcx => i + private int rcz => b private com.volmit.iris.util.PrecisionStopwatch s => c - private com.volmit.iris.util.MortarSender sender => e - private int size => h + private com.volmit.iris.util.MortarSender sender => j + private int size => a public static int task NameNotChanged - private int total => g - private org.bukkit.World world => d + private int total => k + private org.bukkit.World world => f MethodsOf: com.volmit.iris.util.PregenJob static void () SignatureNotChanged public void (org.bukkit.World, int, com.volmit.iris.util.MortarSender, java.lang.Runnable) SignatureNotChanged @@ -15127,108 +16638,108 @@ Class: public com.volmit.iris.util.PregenJob NameNotChanged private void tickMetrics() => a() private void verify(int, int) => a(int, int) LineNumbersOf: com.volmit.iris.util.PregenJob - 20 => 36 - 26 => 16 - 28 => 74 - 29 => 59 - 30 => 70 - 31 => 83 - 32 => 3 - 33 => 10 - 34 => 1 - 35 => 54 - 36 => 94 - 37 => 58 - 38 => 42 - 39 => 64 - 40 => 25 - 41 => 43 - 42 => 69 - 43 => 56 - 45 => 48 - 47 => 101 - 50 => 53 - 51 => 103 - 57 => 34 - 58 => 50 - 60 => 41 - 64 => 15 - 65 => 22 - 69 => 79 - 71 => 51 - 74 => 96 - 76 => 82 and 104 - 78 => 90 - 81 => 32 - 83 => 62 - 85 => 100 - 89 => 31 - 90 => 66 - 91 => 13 - 92 => 80 - 94 => 68 - 96 => 18 - 100 => 44 - 101 => 61 - 102 => 55 - 106 => 6 - 107 => 5 - 108 => 40 - 110 => 75 - 112 => 72 - 113 => 52 - 115 => 93 - 117 => 24 - 118 => 73 - 120 => 11 - 122 => 8 - 123 => 67 - 125 => 14 - 127 => 30 - 128 => 88 - 129 => 37 - 130 => 77 - 131 => 12 - 133 => 9 - 136 => 78 and 86 - 138 => 85 - 141 => 60 - 142 => 21 - 146 => 38 - 150 => 76 - 151 => 81 - 152 => 33 - 154 => 71 - 156 => 26 - 161 => 92 - 165 => 4 and 23 - 167 => 89 and 98 - 169 => 91 - 171 => 47 - 172 => 35 - 177 => 28 - 178 => 39 - 182 => 97 - 183 => 57 - 184 => 46 - 190 => 106 - 192 => 45 - 193 => 65 - 194 => 95 - 196 => 19 - 198 => 49 - 200 => 17 - 201 => 27 - 203 => 7 - 206 => 2 - 207 => 29 - 208 => 87 - 210 => 105 - 214 => 102 - 224 => 63 - 229 => 84 - 234 => 99 - 239 => 20 + 20 => 17 + 27 => 89 + 28 => 29 + 29 => 60 + 30 => 105 + 31 => 80 + 32 => 15 + 33 => 87 + 34 => 94 + 35 => 99 + 36 => 69 + 37 => 70 + 38 => 95 + 39 => 81 + 40 => 46 + 41 => 18 + 42 => 72 + 43 => 63 + 45 => 33 + 47 => 48 + 50 => 54 + 51 => 38 + 57 => 20 + 60 => 76 + 63 => 26 + 64 => 79 + 65 => 3 + 69 => 41 + 71 => 45 + 74 => 59 + 76 => 24 + 78 => 7 + 81 => 47 + 83 => 19 + 85 => 92 + 89 => 6 + 90 => 35 + 91 => 62 + 92 => 43 + 94 => 97 + 96 => 61 + 100 => 49 + 101 => 103 + 102 => 50 + 106 => 71 + 107 => 77 + 108 => 86 + 110 => 23 + 112 => 31 + 113 => 5 + 115 => 82 + 117 => 28 + 118 => 100 + 120 => 39 + 122 => 101 + 123 => 66 + 125 => 21 + 127 => 57 + 128 => 52 + 129 => 75 + 130 => 36 + 131 => 74 + 133 => 56 + 136 => 25 and 98 + 138 => 104 + 141 => 64 + 142 => 27 + 146 => 2 + 150 => 37 + 151 => 67 + 154 => 1 + 156 => 83 + 157 => 13 + 161 => 53 + 165 => 32 and 55 + 167 => 42 and 44 + 169 => 22 + 171 => 11 + 172 => 10 + 177 => 58 + 178 => 34 + 182 => 30 + 183 => 90 + 184 => 73 + 190 => 16 + 192 => 14 + 193 => 40 + 194 => 78 + 198 => 91 + 200 => 65 + 201 => 84 + 203 => 68 + 206 => 85 + 207 => 8 + 208 => 12 + 209 => 4 + 210 => 9 + 214 => 51 + 224 => 93 + 229 => 96 + 234 => 102 + 239 => 88 Class: public com.volmit.iris.util.RNG NameNotChanged Source: "RNG.java" @@ -15251,23 +16762,23 @@ Class: public com.volmit.iris.util.RNG NameNotChanged public long lmax() SignatureNotChanged public com.volmit.iris.util.RNG nextParallelRNG(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.RNG - 9 => 12 - 11 => 2 - 16 => 3 - 17 => 10 - 18 => 5 - 22 => 11 - 23 => 9 - 24 => 14 - 39 => 4 - 120 => 6 - 125 => 8 - 130 => 15 - 135 => 13 - 140 => 16 - 145 => 1 - 155 => 17 - 160 => 7 + 9 => 1 + 11 => 4 + 16 => 5 + 17 => 15 + 18 => 16 + 22 => 8 + 23 => 17 + 24 => 2 + 39 => 7 + 120 => 12 + 125 => 6 + 130 => 10 + 135 => 14 + 140 => 13 + 145 => 9 + 155 => 3 + 160 => 11 Class: public abstract annotation com.volmit.iris.util.RegistryListBiome NameNotChanged Source: "RegistryListBiome.java" @@ -15353,131 +16864,143 @@ Class: public com.volmit.iris.util.ResourceLoader NameNotChanged public java.lang.String getResourceTypeName() SignatureNotChanged public java.io.File getRoot() SignatureNotChanged public int hashCode() SignatureNotChanged - private synthetic void lambda$0(java.io.File) SignatureNotChanged - private synthetic void lambda$1(java.io.File, java.lang.Throwable) SignatureNotChanged - private synthetic void lambda$2(java.lang.String) SignatureNotChanged + private synthetic void lambda$load$2(java.lang.String) SignatureNotChanged + private synthetic void lambda$loadFile$0(java.io.File) SignatureNotChanged + private synthetic void lambda$loadFile$1(java.io.File, java.lang.Throwable) SignatureNotChanged public com.volmit.iris.object.IrisRegistrant load(java.lang.String) SignatureNotChanged protected com.volmit.iris.object.IrisRegistrant loadFile(java.io.File, java.lang.String, java.lang.String) SignatureNotChanged public void preferFolder(java.lang.String) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ResourceLoader - 11 => 3, 7, 9, 10, 13, 30, 41, 57, 63, 69, 74, 80, 84 and 105 - 23 => 73 - 24 => 103 - 26 => 90 - 28 => 54 - 29 => 25 - 30 => 31 - 31 => 11 - 32 => 8 - 33 => 107 - 34 => 2 - 35 => 19 - 36 => 23 - 40 => 113 - 42 => 21 - 45 => 27 - 46 => 64 - 48 => 18 and 92 - 50 => 56 and 70 - 52 => 66 - 54 => 87 - 55 => 28 - 57 => 96 - 59 => 68 and 104 - 61 => 44 - 63 => 61 - 70 => 98 - 71 => 38 - 72 => 88 - 77 => 91 - 84 => 51 - 85 => 43 - 86 => 37 - 87 => 60 and 67 - 88 => 86 - 89 => 20 - 90 => 59 - 91 => 39 - 94 => 47 - 96 => 35 - 97 => 15 and 76 - 98 => 71 - 104 => 36 - 106 => 46 - 108 => 50 - 109 => 34 - 112 => 89 - 113 => 17 and 102 - 115 => 45 and 108 - 117 => 4 - 119 => 65 - 123 => 53 - 125 => 110 - 127 => 16 - 131 => 48 and 94 - 133 => 6 - 134 => 1 - 139 => 42 - 140 => 109 - 142 => 33 - 144 => 62 and 82 - 146 => 72 - 148 => 49 and 58 - 150 => 93 - 152 => 106 - 153 => 29 - 159 => 22 - 161 => 14 and 112 - 163 => 40 - 165 => 5 - 166 => 26 - 171 => 97 - 173 => 111 - 178 => 78 - 180 => 101 - 182 => 12 and 99 - 184 => 55 - 186 => 100 - 191 => 83 - 196 => 24 - 197 => 79 - 198 => 81 - 199 => 75 - 231 => 52 - 232 => 95 - 236 => 32 - 237 => 85 - 238 => 77 + 11 => 50, 72, 87 and 108 + 14 => 81 + 15 => 34 + 16 => 22 + 17 => 68 + 18 => 44 + 19 => 96 + 20 => 109 + 21 => 103 + 22 => 18 + 23 => 5 and 51 + 24 => 52 + 27 => 59 + 28 => 14 + 29 => 6 + 30 => 65 + 31 => 84 + 32 => 12 + 33 => 28 + 34 => 60 + 35 => 20 + 36 => 95 + 40 => 75 + 42 => 23 + 45 => 98 + 46 => 70 + 48 => 53 + 50 => 7 and 56 + 52 => 79 + 54 => 97 + 57 => 69 + 59 => 43 and 58 + 61 => 76 + 63 => 107 + 68 => 54 + 70 => 32 + 71 => 2 + 72 => 37 + 77 => 93 + 84 => 99 + 85 => 36 + 86 => 78 + 87 => 35 and 85 + 88 => 3 + 89 => 106 + 90 => 30 + 91 => 94 + 94 => 89 + 96 => 91 + 97 => 55 and 80 + 98 => 105 + 104 => 45 + 106 => 19 + 108 => 38 + 109 => 27 + 112 => 33 + 113 => 17 + 115 => 11 and 66 + 117 => 112 + 119 => 111 + 123 => 29 + 125 => 83 + 127 => 21 + 129 => 71 + 131 => 39 and 110 + 133 => 41 + 134 => 86 + 139 => 25 + 140 => 74 + 142 => 63 + 144 => 26 and 101 + 146 => 77 + 148 => 24 and 48 + 150 => 90 + 152 => 42 + 153 => 13 + 159 => 104 + 161 => 62 + 163 => 61 + 165 => 67 + 166 => 82 + 168 => 102 + 171 => 64 + 173 => 100 + 178 => 31 + 180 => 49 + 182 => 1 + 184 => 15 + 186 => 10 + 188 => 88 + 191 => 40 + 196 => 46 + 197 => 4 + 198 => 16 + 199 => 57 + 231 => 9 + 232 => 47 + 236 => 73 + 237 => 92 + 238 => 8 Class: public com.volmit.iris.util.RollingSequence NameNotChanged Source: "RollingSequence.java" FieldsOf: com.volmit.iris.util.RollingSequence - private int dirtyExtremes => h - private boolean dirtyMedian => g - private double max => f - private double median => j - private double min => i - private boolean precision => e + private int dirtyExtremes => e + private boolean dirtyMedian => j + private double max => i + private double median => g + private double min => h + private boolean precision => f MethodsOf: com.volmit.iris.util.RollingSequence public void (int) SignatureNotChanged public void put(double) SignatureNotChanged public void setPrecision(boolean) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.RollingSequence - 14 => 9 - 15 => 12 - 16 => 3 - 17 => 1 - 18 => 5 - 19 => 10 - 35 => 6 - 36 => 14 - 95 => 8 - 96 => 2 - 97 => 7 - 98 => 13 - 99 => 11 - 100 => 4 + 14 => 14 + 15 => 8 + 16 => 9 + 17 => 5 + 18 => 2 + 19 => 12 + 35 => 13 + 36 => 3 + 95 => 1 + 96 => 10 + 97 => 11 + 98 => 4 + 99 => 7 + 100 => 6 Class: public com.volmit.iris.util.RouterCommand NameNotChanged Source: "RouterCommand.java" @@ -15490,14 +17013,14 @@ Class: public com.volmit.iris.util.RouterCommand NameNotChanged public java.lang.String getUsage() SignatureNotChanged public org.bukkit.command.Command setUsage(java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.RouterCommand - 28 => 1 - 29 => 6 - 31 => 8 - 32 => 7 - 37 => 3 - 38 => 5 - 44 => 4 - 50 => 2 + 28 => 4 + 29 => 8 + 31 => 1 + 32 => 3 + 37 => 5 + 38 => 2 + 44 => 6 + 50 => 7 Class: public final enum com.volmit.iris.util.ScoreDirection NameNotChanged Source: "ScoreDirection.java" @@ -15511,9 +17034,9 @@ Class: public final enum com.volmit.iris.util.ScoreDirection NameNotChanged public static com.volmit.iris.util.ScoreDirection valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.util.ScoreDirection[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ScoreDirection - 7 => 1, 4, 5 and 6 - 8 => 2 - 9 => 3 + 7 => 1, 2, 3 and 4 + 8 => 5 + 9 => 6 Class: public final com.volmit.iris.util.ShortTag NameNotChanged Source: "ShortTag.java" @@ -15526,14 +17049,14 @@ Class: public final com.volmit.iris.util.ShortTag NameNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.ShortTag 55 => 7 - 56 => 5 - 57 => 2 - 61 => 3 - 66 => 4 - 67 => 6 + 56 => 9 + 57 => 5 + 61 => 4 + 66 => 3 + 67 => 8 68 => 1 - 69 => 9 - 71 => 8 + 69 => 2 + 71 => 6 Class: public final com.volmit.iris.util.StringTag NameNotChanged Source: "StringTag.java" @@ -15545,40 +17068,40 @@ Class: public final com.volmit.iris.util.StringTag NameNotChanged public java.lang.String getValue() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.StringTag - 55 => 7 - 56 => 2 - 57 => 4 - 61 => 9 - 66 => 6 - 67 => 3 - 68 => 5 + 55 => 3 + 56 => 8 + 57 => 2 + 61 => 6 + 66 => 7 + 67 => 4 + 68 => 9 69 => 1 - 71 => 8 + 71 => 5 Class: public com.volmit.iris.util.StructureTemplate NameNotChanged Source: "StructureTemplate.java" FieldsOf: com.volmit.iris.util.StructureTemplate - private static final org.bukkit.block.data.BlockData GREEN => u - private static final org.bukkit.block.data.BlockData RED => c - private static final org.bukkit.block.data.BlockData STONE => q - private org.bukkit.Location center => t - private com.volmit.iris.util.ChronoLatch dirtyLatch => r - private org.bukkit.Location focus => l + private static final org.bukkit.block.data.BlockData GREEN => e + private static final org.bukkit.block.data.BlockData RED => o + private static final org.bukkit.block.data.BlockData STONE => m + private org.bukkit.Location center => s + private com.volmit.iris.util.ChronoLatch dirtyLatch => b + private org.bukkit.Location focus => a private java.io.File folder => n - private com.volmit.iris.util.KMap forceVariant => b - private com.volmit.iris.util.ChronoLatch gLatch => f - private int h => k - private com.volmit.iris.util.RNG rng => g - private int size => e - private com.volmit.iris.object.IrisStructure structure => s - private int task => i - private com.volmit.iris.util.ChronoLatch u => p - private com.volmit.iris.util.KMap updates => a - private boolean use3d => d - private com.volmit.iris.noise.CNG variants => o - private int w => j + private com.volmit.iris.util.KMap forceVariant => g + private com.volmit.iris.util.ChronoLatch gLatch => u + private int h => r + private com.volmit.iris.util.RNG rng => i + private int size => t + private com.volmit.iris.object.IrisStructure structure => p + private int task => c + private com.volmit.iris.util.ChronoLatch u => d + private com.volmit.iris.util.KMap updates => q + private boolean use3d => k + private com.volmit.iris.noise.CNG variants => f + private int w => l private org.bukkit.entity.Player worker => h - private org.bukkit.World world => m + private org.bukkit.World world => j MethodsOf: com.volmit.iris.util.StructureTemplate static void () SignatureNotChanged public void (java.lang.String, java.lang.String, org.bukkit.entity.Player, org.bukkit.Location, int, int, int, boolean) SignatureNotChanged @@ -15622,23 +17145,23 @@ Class: public com.volmit.iris.util.StructureTemplate NameNotChanged public boolean isUnderwater(int, int) SignatureNotChanged public boolean isUse3d() SignatureNotChanged public boolean isWithinBounds(org.bukkit.Location) SignatureNotChanged - private synthetic void lambda$1(com.volmit.iris.util.inventory.Window, com.volmit.iris.object.IrisStructureTile, com.volmit.iris.util.Cuboid, com.volmit.iris.util.inventory.Element) SignatureNotChanged - private synthetic void lambda$10(org.bukkit.event.block.BlockFadeEvent) SignatureNotChanged - private synthetic void lambda$11(org.bukkit.event.block.BlockPhysicsEvent) SignatureNotChanged - private synthetic void lambda$12(org.bukkit.event.block.BlockFertilizeEvent) SignatureNotChanged - private synthetic void lambda$13(org.bukkit.event.block.BlockGrowEvent) SignatureNotChanged - private synthetic void lambda$14(org.bukkit.event.block.BlockSpreadEvent) SignatureNotChanged - private synthetic void lambda$15(org.bukkit.event.block.BlockBurnEvent) SignatureNotChanged - private synthetic void lambda$16(org.bukkit.event.block.BlockCookEvent) SignatureNotChanged - private synthetic void lambda$17(org.bukkit.event.block.BlockPlaceEvent) SignatureNotChanged - private synthetic void lambda$2(com.volmit.iris.util.inventory.Window, com.volmit.iris.object.IrisStructureTile, com.volmit.iris.util.Cuboid, java.lang.Integer, com.volmit.iris.util.inventory.Element) SignatureNotChanged - private synthetic void lambda$3(org.bukkit.Location) SignatureNotChanged - private synthetic void lambda$4(com.volmit.iris.util.Cuboid) SignatureNotChanged - private static synthetic void lambda$5(org.bukkit.block.Block) SignatureNotChanged - private synthetic void lambda$6(org.bukkit.event.block.BlockBreakEvent) SignatureNotChanged - private synthetic void lambda$7(org.bukkit.event.block.BlockIgniteEvent) SignatureNotChanged - private synthetic void lambda$8(org.bukkit.event.block.BlockFormEvent) SignatureNotChanged - private synthetic void lambda$9(org.bukkit.event.block.BlockFromToEvent) SignatureNotChanged + private static synthetic void lambda$deleteTile$4(org.bukkit.block.Block) SignatureNotChanged + private synthetic void lambda$deleteTiles$3(com.volmit.iris.util.Cuboid) SignatureNotChanged + private synthetic void lambda$on$10(org.bukkit.event.block.BlockPhysicsEvent) SignatureNotChanged + private synthetic void lambda$on$11(org.bukkit.event.block.BlockFertilizeEvent) SignatureNotChanged + private synthetic void lambda$on$12(org.bukkit.event.block.BlockGrowEvent) SignatureNotChanged + private synthetic void lambda$on$13(org.bukkit.event.block.BlockSpreadEvent) SignatureNotChanged + private synthetic void lambda$on$14(org.bukkit.event.block.BlockBurnEvent) SignatureNotChanged + private synthetic void lambda$on$15(org.bukkit.event.block.BlockCookEvent) SignatureNotChanged + private synthetic void lambda$on$16(org.bukkit.event.block.BlockPlaceEvent) SignatureNotChanged + private synthetic void lambda$on$5(org.bukkit.event.block.BlockBreakEvent) SignatureNotChanged + private synthetic void lambda$on$6(org.bukkit.event.block.BlockIgniteEvent) SignatureNotChanged + private synthetic void lambda$on$7(org.bukkit.event.block.BlockFormEvent) SignatureNotChanged + private synthetic void lambda$on$8(org.bukkit.event.block.BlockFromToEvent) SignatureNotChanged + private synthetic void lambda$on$9(org.bukkit.event.block.BlockFadeEvent) SignatureNotChanged + private synthetic void lambda$openVariants$0(com.volmit.iris.util.Window, com.volmit.iris.object.IrisStructureTile, com.volmit.iris.util.Cuboid, com.volmit.iris.util.Element) SignatureNotChanged + private synthetic void lambda$openVariants$1(com.volmit.iris.util.Window, com.volmit.iris.object.IrisStructureTile, com.volmit.iris.util.Cuboid, java.lang.Integer, com.volmit.iris.util.Element) SignatureNotChanged + private synthetic void lambda$updateTiles$2(org.bukkit.Location) SignatureNotChanged public void loadStructures(com.volmit.iris.object.IrisStructure) SignatureNotChanged private void mod(org.bukkit.Location) => a(org.bukkit.Location) public void more() SignatureNotChanged @@ -15657,631 +17180,468 @@ Class: public com.volmit.iris.util.StructureTemplate NameNotChanged public void updateTile(com.volmit.iris.util.Cuboid) SignatureNotChanged public void updateTiles(org.bukkit.Location, com.volmit.iris.object.IrisStructureTile, com.volmit.iris.util.Cuboid) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.StructureTemplate - 51 => 28, 78, 156, 218, 219, 223, 289, 335, 336, 412, 415, 439, 474, 490, 495, 529, 551, 588, 615, 691, 703 and 723 - 61 => 681 - 63 => 182 - 64 => 462 - 65 => 443 - 71 => 361 - 74 => 357 - 76 => 136 - 78 => 340 - 79 => 197 - 80 => 713 - 81 => 129 - 82 => 374 - 83 => 541 - 84 => 568 - 85 => 6 - 86 => 453 - 87 => 478 - 88 => 458 - 89 => 662 - 90 => 47 - 91 => 584 - 92 => 704 - 93 => 192 - 94 => 521 - 95 => 253 - 96 => 220 - 97 => 623 - 98 => 614 - 99 => 230 - 100 => 243 - 101 => 177 - 102 => 169 - 103 => 142 - 104 => 579 - 110 => 570 - 112 => 64 and 334 - 114 => 469 and 582 - 116 => 77 - 117 => 43 - 118 => 1 - 122 => 3 - 123 => 175 - 124 => 648 - 126 => 413 - 128 => 564 - 130 => 442 - 151 => 338 - 153 => 277 and 424 - 155 => 66 - 157 => 74 and 675 - 159 => 222 - 161 => 497 - 162 => 114 - 163 => 27 - 164 => 403 - 165 => 145 - 166 => 390 - 167 => 91 - 168 => 117 - 169 => 492 - 171 => 15 and 607 - 173 => 241 - 174 => 205 - 175 => 476 - 176 => 97 - 177 => 327 - 179 => 294 - 181 => 7 - 184 => 155 - 185 => 24 - 189 => 186 - 190 => 451 - 195 => 298 - 196 => 419 - 202 => 255 - 204 => 567 - 206 => 347 - 207 => 263 - 208 => 296 - 209 => 23 - 210 => 104 - 211 => 196 - 215 => 670 - 217 => 644 - 220 => 550 - 221 => 60 - 225 => 519 - 226 => 692 - 227 => 603 - 228 => 262 - 229 => 100 - 230 => 215 - 232 => 323 - 234 => 517 - 235 => 378 - 238 => 699 - 240 => 421 - 241 => 577 - 242 => 635 - 244 => 445 - 246 => 306 - 247 => 587 - 248 => 351 - 249 => 392 - 251 => 706 - 252 => 618 - 254 => 425 - 255 => 411 - 256 => 450 - 258 => 123 - 259 => 601 - 261 => 157 and 288 - 263 => 137 - 264 => 520 - 265 => 708 - 266 => 717 - 267 => 465 - 269 => 729 - 271 => 431 - 272 => 203 - 274 => 342 - 275 => 652 - 276 => 165 - 279 => 151 - 280 => 226 - 283 => 523 - 284 => 33 - 293 => 239 + 44 => 94, 101, 354 and 456 + 47 => 429 + 48 => 465 + 49 => 418 + 50 => 190 + 51 => 216 + 52 => 472 + 53 => 153 + 54 => 254 and 439 + 55 => 28 + 56 => 96 + 57 => 1 + 58 => 366 + 59 => 470 + 60 => 446 + 61 => 395 + 62 => 293 + 63 => 47 + 64 => 230 and 315 + 65 => 236 + 66 => 26 + 67 => 2 and 150 + 70 => 78 + 71 => 305 + 72 => 449 + 73 => 369 + 74 => 183 + 75 => 71 + 76 => 112 + 77 => 100 + 78 => 242 + 79 => 398 + 80 => 168 + 81 => 229 + 82 => 342 + 83 => 478 + 84 => 82 + 85 => 171 + 86 => 402 + 87 => 311 + 88 => 90 + 89 => 258 + 90 => 443 + 91 => 121 + 92 => 391 + 93 => 476 + 94 => 483 + 95 => 117 + 96 => 329 + 97 => 265 + 103 => 202 + 105 => 499 + 107 => 218 + 109 => 313 + 110 => 191 + 111 => 102 + 112 => 87 + 113 => 440 + 115 => 326 + 116 => 25 + 119 => 152 + 121 => 486 + 122 => 187 + 123 => 56 + 144 => 319 + 146 => 157 + 148 => 291 + 150 => 220 + 152 => 20 + 154 => 217 + 155 => 358 + 156 => 272 + 157 => 346 + 158 => 297 + 159 => 394 + 160 => 396 + 161 => 197 + 162 => 378 + 164 => 105 + 166 => 372 + 167 => 279 + 168 => 221 + 169 => 208 + 170 => 416 + 172 => 503 + 174 => 264 + 177 => 132 + 178 => 118 + 180 => 141 + 182 => 232 + 183 => 246 + 185 => 143 + 186 => 89 + 188 => 159 + 189 => 350 + 195 => 285 + 197 => 352 + 199 => 5 + 200 => 69 + 201 => 280 + 202 => 58 + 203 => 304 + 204 => 501 + 208 => 134 + 210 => 206 + 211 => 301 + 213 => 80 + 214 => 377 + 218 => 320 + 219 => 233 + 220 => 247 + 221 => 120 + 222 => 179 + 223 => 131 + 225 => 277 + 227 => 10 + 228 => 93 + 231 => 214 + 233 => 387 + 234 => 39 + 235 => 288 + 237 => 86 + 239 => 351 + 240 => 379 + 241 => 438 + 242 => 103 + 244 => 492 + 245 => 341 + 247 => 75 + 248 => 30 + 249 => 133 + 251 => 147 + 252 => 271 + 254 => 467 + 256 => 222 + 257 => 140 + 258 => 53 + 259 => 250 + 260 => 458 + 262 => 200 + 264 => 44 + 265 => 210 + 267 => 323 + 268 => 213 + 269 => 445 + 272 => 276 + 273 => 166 + 274 => 294 + 276 => 373 + 277 => 99 + 286 => 324 + 287 => 163 + 288 => 110 + 292 => 212 + 293 => 413 294 => 106 - 295 => 561 - 299 => 380 - 300 => 319 - 301 => 147 - 302 => 302 - 304 => 368 and 637 - 306 => 687 - 309 => 90 - 310 => 372 - 311 => 206 - 312 => 599 - 313 => 525 - 314 => 252 - 315 => 325 - 325 => 308 - 326 => 283 - 327 => 479 - 328 => 512 - 332 => 234 - 334 => 191 - 337 => 472 - 338 => 81 - 344 => 489 - 346 => 506 - 348 => 441 - 349 => 65 - 350 => 558 - 352 => 642 - 355 => 10 - 357 => 116 - 362 => 508 - 364 => 272 - 365 => 605 and 645 - 367 => 533 - 370 => 426 - 374 => 332 - 376 => 511 - 379 => 466 - 380 => 337 - 382 => 79 and 438 - 384 => 554 - 385 => 21 - 387 => 491 - 388 => 583 - 392 => 303 - 393 => 324 - 397 => 259 - 399 => 138 - 402 => 299 - 403 => 695 - 404 => 29 - 405 => 711 - 407 => 402 - 409 => 247 - 412 => 126 - 413 => 527 - 414 => 309 - 415 => 53 - 416 => 669 - 418 => 513 - 419 => 242 - 421 => 432 and 477 - 423 => 621 - 424 => 86 - 425 => 300 - 426 => 96 - 427 => 590 - 429 => 701 - 432 => 94 - 433 => 456 - 434 => 213 - 435 => 501 + 295 => 161 + 297 => 389 + 299 => 348 + 300 => 321 + 302 => 65 + 303 => 270 + 304 => 46 + 305 => 228 + 306 => 364 + 307 => 108 + 308 => 14 + 318 => 138 + 319 => 251 + 320 => 328 + 321 => 139 + 325 => 388 + 327 => 480 + 330 => 199 + 331 => 124 + 337 => 235 + 339 => 224 + 341 => 411 + 342 => 27 + 343 => 464 + 345 => 203 + 350 => 284 + 353 => 149 + 355 => 186 + 357 => 453 + 358 => 421 + 360 => 496 + 363 => 144 + 367 => 488 + 369 => 116 + 372 => 32 + 373 => 461 + 375 => 427 + 377 => 226 + 378 => 404 + 380 => 61 + 381 => 405 + 383 => 400 + 385 => 498 + 386 => 417 + 390 => 437 + 392 => 339 + 395 => 162 + 396 => 173 + 397 => 295 + 398 => 362 + 400 => 433 + 402 => 52 + 405 => 403 + 406 => 84 + 407 => 35 + 408 => 79 + 409 => 298 + 411 => 406 + 412 => 49 + 414 => 441 + 416 => 273 + 417 => 245 + 418 => 155 + 419 => 189 + 420 => 130 + 422 => 482 + 423 => 386 + 425 => 24 + 426 => 62 + 427 => 466 + 428 => 424 + 429 => 177 + 433 => 330 + 434 => 60 + 435 => 126 436 => 344 - 440 => 158 - 441 => 369 - 442 => 538 - 443 => 486 - 444 => 673 - 448 => 200 - 450 => 93 and 233 - 452 => 173 and 264 - 454 => 67 and 624 - 456 => 250 - 458 => 304 - 460 => 581 - 463 => 244 - 465 => 358 - 466 => 180 - 468 => 34 - 469 => 189 - 470 => 628 and 688 - 472 => 719 - 474 => 162 and 484 - 476 => 187 - 480 => 639 - 482 => 101 and 176 - 487 => 141 - 491 => 409 - 493 => 144 and 540 - 495 => 267 and 721 - 497 => 48 and 348 - 499 => 366 - 501 => 82 - 503 => 231 - 504 => 61 and 153 - 509 => 684 - 513 => 485 - 514 => 386 and 528 - 515 => 548 - 516 => 514 - 517 => 569 - 521 => 71 - 523 => 363 - 526 => 159 - 528 => 647 - 531 => 659 - 532 => 535 - 537 => 502 - 538 => 571 - 539 => 700 - 540 => 16 - 542 => 25 - 544 => 461 - 547 => 311 - 548 => 132 - 549 => 616 - 550 => 333 - 554 => 167 - 559 => 76 - 560 => 664 - 561 => 72 - 562 => 384 - 563 => 447 - 564 => 557 - 565 => 718 - 574 => 236 - 580 => 122 and 434 - 581 => 318 and 697 - 582 => 135 - 583 => 617 - 584 => 44 - 585 => 63 - 586 => 349 and 714 - 587 => 85 - 588 => 420 - 589 => 604 - 590 => 70 - 597 => 619 and 690 - 598 => 315 and 482 - 599 => 238 - 600 => 40 - 601 => 174 - 602 => 362 and 460 - 603 => 57 - 604 => 668 - 605 => 229 - 611 => 427 - 616 => 284 - 617 => 498 - 618 => 161 - 619 => 307 - 620 => 682 - 621 => 204 - 622 => 112 - 623 => 475 - 624 => 436 - 625 => 686 - 626 => 120 - 628 => 574 - 629 => 464 - 630 => 201 - 631 => 405 - 632 => 500 - 633 => 480 - 635 => 150 - 637 => 212 - 639 => 4 and 75 - 641 => 371 and 455 - 643 => 629 - 648 => 524 - 650 => 171 and 417 - 652 => 148 and 166 - 654 => 179 - 659 => 227 - 661 => 92 and 414 - 663 => 559 and 676 - 665 => 591 - 670 => 339 - 672 => 11 and 606 - 674 => 468 and 575 - 676 => 316 - 681 => 395 - 683 => 183 and 542 - 685 => 373 and 636 - 687 => 678 - 692 => 488 - 694 => 87 and 149 - 696 => 248 and 446 - 698 => 658 - 702 => 727 - 706 => 257 - 708 => 245 and 355 - 710 => 102 and 454 - 712 => 301 - 717 => 115 - 719 => 401 and 722 - 721 => 354 and 709 - 723 => 509 - 728 => 656 - 730 => 228 and 269 - 732 => 375 - 736 => 518 - 738 => 410 and 716 - 740 => 633 - 744 => 103 - 746 => 68 and 274 - 748 => 18 - 752 => 580 - 754 => 710 and 712 - 756 => 416 - 761 => 423 - 773 => 163 - 779 => 385 - 781 => 35 - 784 => 266 - 785 => 95 - 790 => 2 - 796 => 563 - 802 => 377 - 808 => 429 - 814 => 598 - 819 => 593 - 822 => 428 and 663 - 823 => 594 - 824 => 503 - 825 => 585 - 826 => 295 - 827 => 118 - 828 => 549 - 830 => 5 and 677 - 831 => 562 - 832 => 130 - 833 => 293 - 834 => 88 - 835 => 193 - 836 => 457 - 838 => 330 and 499 - 839 => 292 - 840 => 17 - 841 => 674 - 842 => 705 - 843 => 214 - 844 => 12 - 846 => 168 and 649 - 847 => 370 - 848 => 680 - 849 => 459 - 850 => 291 - 851 => 667 - 852 => 452 - 854 => 367 and 671 - 855 => 279 - 856 => 572 - 857 => 539 - 858 => 545 - 859 => 30 - 860 => 595 - 862 => 98 and 471 - 863 => 326 - 864 => 278 - 865 => 209 - 866 => 46 - 867 => 36 - 868 => 52 - 871 => 13 and 689 - 872 => 388 - 873 => 389 - 874 => 531 - 875 => 526 - 876 => 660 - 877 => 160 - 879 => 121 and 694 - 880 => 473 - 881 => 346 - 882 => 393 - 883 => 199 - 884 => 702 - 885 => 530 - 887 => 433 and 437 - 888 => 387 - 889 => 328 - 890 => 515 - 891 => 657 - 892 => 280 - 893 => 589 - 895 => 487 and 600 - 896 => 146 - 897 => 440 - 898 => 494 - 899 => 493 - 900 => 350 - 901 => 516 - 903 => 80 and 578 - 904 => 400 - 905 => 235 - 906 => 51 - 907 => 555 - 908 => 26 - 909 => 728 - 911 => 356 and 724 - 912 => 341 - 913 => 353 - 914 => 505 - 915 => 418 - 916 => 111 - 917 => 69 - 920 => 109 and 254 - 921 => 726 - 922 => 185 - 923 => 107 - 924 => 391 - 925 => 507 - 926 => 99 - 928 => 331 and 612 - 929 => 32 - 930 => 481 - 931 => 297 - 932 => 565 - 933 => 216 - 934 => 496 - 936 => 261 and 382 - 937 => 665 - 938 => 408 - 939 => 194 - 940 => 56 - 941 => 42 - 942 => 154 - 944 => 58 and 265 - 945 => 383 - 946 => 268 - 947 => 365 - 948 => 317 - 949 => 543 - 950 => 14 - 952 => 184 and 273 - 953 => 397 - 954 => 9 - 955 => 83 - 956 => 133 - 957 => 608 - 958 => 275 - 960 => 217 and 359 - 961 => 610 - 962 => 352 - 963 => 553 - 964 => 256 - 965 => 73 - 966 => 698 - 969 => 399 and 693 - 970 => 221 - 971 => 281 - 972 => 376 - 973 => 188 - 974 => 84 - 975 => 210 - 977 => 679 and 685 - 978 => 314 - 979 => 232 - 980 => 54 - 981 => 38 - 982 => 398 - 983 => 547 - 985 => 655 and 720 - 986 => 125 - 987 => 470 - 988 => 89 - 989 => 537 - 990 => 552 - 991 => 449 - 993 => 276 and 625 - 994 => 560 - 995 => 407 - 996 => 592 - 997 => 240 - 998 => 49 - 999 => 463 - 1001 => 134 and 536 - 1002 => 310 - 1003 => 198 - 1004 => 224 - 1005 => 394 - 1006 => 127 - 1007 => 271 - 1009 => 131 and 260 - 1010 => 396 - 1011 => 586 - 1012 => 381 - 1013 => 566 - 1014 => 208 - 1015 => 152 - 1018 => 322 - 1023 => 39 and 207 - 1024 => 190 - 1025 => 630 - 1026 => 249 - 1027 => 534 - 1028 => 313 - 1029 => 312 - 1031 => 285 and 602 - 1032 => 444 - 1033 => 626 - 1034 => 576 - 1035 => 631 - 1036 => 128 - 1037 => 287 - 1039 => 143 and 646 - 1040 => 320 - 1041 => 202 - 1042 => 654 - 1043 => 638 - 1044 => 650 - 1045 => 19 - 1047 => 483 and 725 - 1048 => 59 - 1049 => 666 - 1050 => 661 - 1051 => 321 - 1052 => 237 - 1053 => 556 - 1055 => 172 and 632 - 1056 => 225 - 1057 => 124 - 1058 => 20 - 1059 => 343 - 1060 => 290 - 1061 => 305 - 1063 => 406 and 611 - 1064 => 544 - 1065 => 532 - 1066 => 119 - 1067 => 31 - 1068 => 246 - 1069 => 620 - 1073 => 597 - 1078 => 178 - 1084 => 609 - 1090 => 422 - 1096 => 258 - 1102 => 707 - 1108 => 696 - 1114 => 251 - 1120 => 504 - 1126 => 195 - 1132 => 286 - 1138 => 522 - 1144 => 345 - 1149 => 211 - 1151 => 50 - 1153 => 672 - 1156 => 364 - 1157 => 653 - 1158 => 140 - 1160 => 108 and 622 - 1162 => 404 and 430 - 1164 => 105 and 282 - 1166 => 683 - 1167 => 55 - 1169 => 546 - 1171 => 448 - 1172 => 715 - 1174 => 379 - 1176 => 640 - 1182 => 651 - 1183 => 8 - 1184 => 573 - 1188 => 613 - 1190 => 22 - 1192 => 467 - 1195 => 643 - 1196 => 113 - 1197 => 139 - 1199 => 37 and 627 - 1201 => 164 and 329 - 1203 => 170 and 435 - 1205 => 45 - 1206 => 270 - 1208 => 641 - 1210 => 634 - 1211 => 596 - 1213 => 181 - 1215 => 110 - 1221 => 41 - 1222 => 510 - 1223 => 62 - 1224 => 360 + 437 => 481 + 441 => 423 + 443 => 55 and 345 + 445 => 15 and 368 + 447 => 241 and 491 + 449 => 307 + 451 => 334 + 453 => 4 + 456 => 500 + 458 => 371 + 459 => 408 + 461 => 51 + 462 => 397 + 463 => 148 and 459 + 465 => 156 + 467 => 431 + 469 => 123 + 473 => 457 + 475 => 193 and 263 + 480 => 180 + 484 => 390 + 486 => 34 and 349 + 488 => 257 and 289 + 490 => 74 and 181 + 492 => 460 + 494 => 170 + 496 => 412 + 497 => 36 and 452 + 502 => 357 + 506 => 444 + 507 => 57 and 283 + 508 => 164 + 509 => 114 + 510 => 237 + 514 => 142 + 516 => 33 + 519 => 145 + 521 => 209 + 524 => 310 + 525 => 430 + 530 => 17 + 531 => 249 + 532 => 184 + 533 => 234 + 535 => 98 + 537 => 127 + 540 => 88 + 541 => 195 + 542 => 23 + 543 => 317 + 547 => 19 + 552 => 252 + 553 => 479 + 554 => 73 + 555 => 43 + 556 => 22 + 557 => 109 + 558 => 67 + 567 => 48 + 573 => 167 and 176 + 574 => 11 + 578 => 115 + 579 => 359 + 583 => 9 + 590 => 158 and 185 + 591 => 238 + 592 => 363 + 593 => 401 + 594 => 325 + 595 => 382 + 596 => 425 + 597 => 66 + 598 => 299 + 604 => 85 + 609 => 385 + 610 => 410 + 611 => 380 + 612 => 473 + 613 => 493 + 614 => 70 + 615 => 267 + 616 => 353 + 617 => 182 + 618 => 125 + 619 => 113 + 621 => 211 + 622 => 262 + 623 => 278 + 624 => 178 + 625 => 175 + 626 => 475 + 628 => 414 + 630 => 469 + 632 => 165 and 259 + 634 => 77 and 393 + 636 => 16 + 641 => 194 + 643 => 376 and 384 + 645 => 201 and 302 + 647 => 432 + 652 => 312 + 654 => 420 and 489 + 656 => 361 and 504 + 658 => 204 + 663 => 367 + 665 => 97 and 338 + 667 => 255 and 347 + 669 => 21 + 674 => 454 + 676 => 292 and 485 + 678 => 107 and 442 + 680 => 275 + 685 => 240 + 687 => 172 and 192 + 689 => 41 and 365 + 691 => 219 + 699 => 502 + 701 => 370 and 447 + 703 => 129 and 151 + 705 => 340 + 710 => 225 + 712 => 64 and 76 + 714 => 316 and 318 + 716 => 462 + 721 => 309 + 723 => 322 and 383 + 725 => 332 + 729 => 6 + 731 => 37 and 119 + 733 => 72 + 737 => 290 + 739 => 122 and 333 + 741 => 356 + 745 => 268 + 747 => 415 and 422 + 749 => 281 + 754 => 160 + 766 => 463 + 772 => 81 + 774 => 490 + 777 => 196 + 778 => 374 + 783 => 215 + 789 => 287 + 795 => 308 + 801 => 95 + 807 => 40 + 812 => 146 + 815 => 29 + 823 => 274 + 831 => 50 + 839 => 227 + 847 => 92 + 855 => 68 + 864 => 409 + 872 => 261 + 880 => 38 + 888 => 327 + 896 => 282 + 904 => 54 + 913 => 269 + 921 => 314 + 929 => 243 + 937 => 392 + 945 => 248 + 953 => 83 + 962 => 154 + 970 => 448 + 978 => 135 + 986 => 419 + 994 => 104 + 1002 => 128 + 1016 => 336 + 1024 => 335 + 1032 => 306 + 1040 => 8 + 1048 => 42 + 1056 => 407 + 1066 => 468 + 1071 => 303 + 1077 => 487 + 1083 => 45 + 1089 => 474 + 1095 => 399 + 1101 => 337 + 1107 => 205 + 1113 => 343 + 1119 => 18 + 1125 => 137 + 1131 => 381 + 1137 => 244 + 1142 => 253 + 1144 => 239 + 1146 => 260 + 1149 => 13 + 1150 => 497 + 1151 => 63 + 1153 => 136 and 375 + 1155 => 111 and 477 + 1157 => 169 and 451 + 1159 => 495 + 1160 => 434 + 1162 => 188 + 1164 => 428 + 1165 => 471 + 1167 => 286 + 1169 => 12 + 1175 => 426 + 1176 => 231 + 1177 => 91 + 1181 => 266 + 1183 => 484 + 1185 => 207 + 1188 => 435 + 1189 => 505 + 1190 => 436 + 1192 => 31 and 450 + 1194 => 174 and 506 + 1196 => 296 and 360 + 1198 => 455 + 1199 => 331 + 1201 => 300 + 1203 => 198 + 1204 => 7 + 1206 => 355 + 1208 => 3 + 1214 => 59 + 1215 => 256 + 1216 => 223 + 1217 => 494 Class: public abstract com.volmit.iris.util.Tag NameNotChanged Source: "Tag.java" @@ -16291,16 +17651,16 @@ Class: public abstract com.volmit.iris.util.Tag NameNotChanged public void (java.lang.String) SignatureNotChanged public final java.lang.String getName() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.Tag - 53 => 3 + 53 => 4 54 => 2 - 55 => 4 + 55 => 3 63 => 1 Class: public com.volmit.iris.util.TaskExecutor NameNotChanged Source: "TaskExecutor.java" FieldsOf: com.volmit.iris.util.TaskExecutor - private java.util.concurrent.ExecutorService service => b - private int xc => a + private java.util.concurrent.ExecutorService service => a + private int xc => b MethodsOf: com.volmit.iris.util.TaskExecutor public void (int, int, java.lang.String) SignatureNotChanged static synthetic int access$008(com.volmit.iris.util.TaskExecutor) SignatureNotChanged @@ -16310,29 +17670,29 @@ Class: public com.volmit.iris.util.TaskExecutor NameNotChanged private synthetic java.lang.Thread lambda$new$1(java.lang.String, int, java.lang.Runnable) SignatureNotChanged public com.volmit.iris.util.TaskExecutor$TaskGroup startWork() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor - 13 => 2 and 14 - 19 => 11 - 20 => 21 - 22 => 3 - 24 => 1 - 26 => 4 - 27 => 18 - 28 => 12 - 30 => 8 - 34 => 20 - 36 => 13 - 48 => 10 - 49 => 22 - 53 => 19 - 55 => 16 - 56 => 24 - 57 => 17 - 59 => 7 - 62 => 23 - 66 => 5 - 73 => 6 - 74 => 15 - 75 => 9 + 13 => 8 and 9 + 19 => 23 + 20 => 13 + 22 => 1 + 24 => 15 + 26 => 10 + 27 => 7 + 28 => 17 + 30 => 22 + 34 => 2 + 36 => 5 + 48 => 19 + 49 => 18 + 53 => 21 + 55 => 6 + 56 => 14 + 57 => 11 + 59 => 16 + 62 => 12 + 66 => 4 + 73 => 24 + 74 => 20 + 75 => 3 Class: com.volmit.iris.util.TaskExecutor$1 => com.volmit.iris.util.TaskExecutor$a Source: "TaskExecutor.java" @@ -16345,10 +17705,10 @@ Class: com.volmit.iris.util.TaskExecutor$1 => com.volmit.iris.util.TaskExecutor$ public java.util.concurrent.ForkJoinWorkerThread newThread(java.util.concurrent.ForkJoinPool) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor$1 37 => 4 - 41 => 2 - 42 => 1 - 43 => 5 - 44 => 3 + 41 => 3 + 42 => 5 + 43 => 1 + 44 => 2 Class: public com.volmit.iris.util.TaskExecutor$AssignedTask NameNotChanged Source: "TaskExecutor.java" @@ -16361,27 +17721,27 @@ Class: public com.volmit.iris.util.TaskExecutor$AssignedTask NameNotChanged public void go(com.volmit.iris.util.TaskExecutor) SignatureNotChanged private synthetic void lambda$go$0() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor$AssignedTask - 192 => 4 - 202 => 5 - 203 => 2 - 204 => 1 - 205 => 3 - 209 => 11 - 211 => 10 - 214 => 8 - 215 => 7 - 218 => 14 - 220 => 6 - 221 => 15 - 222 => 12 - 223 => 9 - 224 => 13 + 192 => 13 + 202 => 9 + 203 => 1 + 204 => 6 + 205 => 8 + 209 => 5 + 211 => 4 + 214 => 3 + 215 => 2 + 218 => 11 + 220 => 7 + 221 => 14 + 222 => 15 + 223 => 12 + 224 => 10 Class: public com.volmit.iris.util.TaskExecutor$TaskGroup NameNotChanged Source: "TaskExecutor.java" FieldsOf: com.volmit.iris.util.TaskExecutor$TaskGroup - private com.volmit.iris.util.TaskExecutor e => a - private com.volmit.iris.util.KList tasks => b + private com.volmit.iris.util.TaskExecutor e => b + private com.volmit.iris.util.KList tasks => a MethodsOf: com.volmit.iris.util.TaskExecutor$TaskGroup public void (com.volmit.iris.util.TaskExecutor) SignatureNotChanged private static java.lang.InterruptedException a(java.lang.InterruptedException) SignatureNotChanged @@ -16389,34 +17749,34 @@ Class: public com.volmit.iris.util.TaskExecutor$TaskGroup NameNotChanged private synthetic void lambda$execute$0(com.volmit.iris.util.TaskExecutor$AssignedTask) SignatureNotChanged public com.volmit.iris.util.TaskExecutor$TaskGroup queue(com.volmit.iris.util.NastyRunnable[]) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor$TaskGroup - 89 => 4 - 90 => 16 - 91 => 12 - 92 => 28 - 96 => 9 and 27 - 98 => 17 - 101 => 23 - 116 => 26 - 117 => 5 - 118 => 21 - 119 => 20 - 120 => 11 and 15 - 121 => 7 - 127 => 13 - 130 => 1 - 133 => 2 - 135 => 14 - 137 => 8 - 139 => 31 - 141 => 19 - 143 => 18 - 145 => 24 - 147 => 3 - 149 => 22 - 154 => 29 - 157 => 6 - 158 => 10 - 160 => 30 + 89 => 8 + 90 => 13 + 91 => 24 + 92 => 5 + 96 => 9 and 30 + 98 => 16 + 101 => 17 + 116 => 20 + 117 => 12 + 118 => 15 + 119 => 27 + 120 => 2 and 31 + 121 => 1 + 127 => 18 + 130 => 11 + 133 => 10 + 135 => 3 + 137 => 7 + 139 => 19 + 141 => 22 + 143 => 6 + 145 => 21 + 147 => 23 + 149 => 4 + 154 => 28 + 157 => 29 + 158 => 26 + 160 => 14 163 => 25 Class: public com.volmit.iris.util.TaskExecutor$TaskResult NameNotChanged @@ -16431,13 +17791,13 @@ Class: public com.volmit.iris.util.TaskExecutor$TaskResult NameNotChanged public void (double, int, int, int) SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor$TaskResult - 167 => 6 - 171 => 7 - 172 => 4 - 173 => 5 - 174 => 1 - 175 => 2 - 176 => 3 + 167 => 4 + 171 => 6 + 172 => 3 + 173 => 1 + 174 => 7 + 175 => 5 + 176 => 2 Class: public final enum com.volmit.iris.util.TaskExecutor$TaskState NameNotChanged Source: "TaskExecutor.java" @@ -16453,18 +17813,305 @@ Class: public final enum com.volmit.iris.util.TaskExecutor$TaskState NameNotChan public static com.volmit.iris.util.TaskExecutor$TaskState valueOf(java.lang.String) SignatureNotChanged public static com.volmit.iris.util.TaskExecutor$TaskState[] values() SignatureNotChanged LineNumbersOf: com.volmit.iris.util.TaskExecutor$TaskState - 184 => 1, 3, 5 and 8 - 186 => 7 + 184 => 3, 6, 7 and 8 + 186 => 1 187 => 2 - 188 => 6 - 189 => 4 + 188 => 4 + 189 => 5 + +Class: public com.volmit.iris.util.UIElement NameNotChanged + Source: "UIElement.java" + FieldsOf: com.volmit.iris.util.UIElement + private int count => b + private com.volmit.iris.util.Callback eDraggedInto => f + private com.volmit.iris.util.Callback eLeft => h + private com.volmit.iris.util.Callback eOtherDraggedInto => k + private com.volmit.iris.util.Callback eRight => g + private com.volmit.iris.util.Callback eShiftLeft => c + private com.volmit.iris.util.Callback eShiftRight => a + private boolean enchanted => j + private final java.lang.String id => i + private final com.volmit.iris.util.KList lore => l + private com.volmit.iris.util.MaterialBlock material => d + private java.lang.String name => e + private double progress => m + MethodsOf: com.volmit.iris.util.UIElement + public void (java.lang.String) SignatureNotChanged + private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged + public com.volmit.iris.util.Element call(com.volmit.iris.util.ElementEvent, com.volmit.iris.util.Element) SignatureNotChanged + public java.lang.Double clip(double, double, double) SignatureNotChanged + public org.bukkit.inventory.ItemStack computeItemStack() SignatureNotChanged + public int getCount() SignatureNotChanged + public short getEffectiveDurability() SignatureNotChanged + public com.volmit.iris.util.KList getLore() SignatureNotChanged + public com.volmit.iris.util.MaterialBlock getMaterial() SignatureNotChanged + public java.lang.String getName() SignatureNotChanged + public double getProgress() SignatureNotChanged + public boolean isEnchanted() SignatureNotChanged + public com.volmit.iris.util.UIElement onLeftClick(com.volmit.iris.util.Callback) SignatureNotChanged + public com.volmit.iris.util.Element setCount(int) SignatureNotChanged + public com.volmit.iris.util.UIElement setEnchanted(boolean) SignatureNotChanged + public com.volmit.iris.util.UIElement setMaterial(com.volmit.iris.util.MaterialBlock) SignatureNotChanged + public com.volmit.iris.util.UIElement setName(java.lang.String) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.UIElement + 26 => 48 + 27 => 13 + 28 => 8 + 29 => 40 + 30 => 4 + 31 => 19 + 32 => 55 + 37 => 15 + 42 => 28 + 48 => 33 + 49 => 45 + 55 => 7 + 61 => 57 + 62 => 47 + 74 => 36 + 80 => 42 + 81 => 16 + 87 => 39 + 93 => 21 + 94 => 35 + 137 => 49 + 140 => 58 + 141 => 2 + 143 => 29 + 144 => 53 + 146 => 44 + 147 => 37 + 149 => 54 + 150 => 46 + 152 => 32 + 153 => 41 + 155 => 18 + 156 => 30 + 160 => 23 + 165 => 52 + 167 => 31 + 168 => 14 and 51 + 170 => 9 + 196 => 50 + 197 => 10 + 203 => 6 + 212 => 3 + 213 => 38 + 214 => 20 + 215 => 43 + 217 => 27 + 219 => 24 + 222 => 1 + 223 => 25 + 226 => 5 + 228 => 56 + 231 => 11 + 244 => 17 + 250 => 26 + 252 => 12 + 257 => 34 + 258 => 22 + +Class: synthetic com.volmit.iris.util.UIElement$1 => com.volmit.iris.util.UIElement$a + Source: "UIElement.java" + FieldsOf: com.volmit.iris.util.UIElement$1 + static final synthetic int[] $SwitchMap$com$volmit$iris$util$ElementEvent => a + MethodsOf: com.volmit.iris.util.UIElement$1 + static void () SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.UIElement$1 + 137 => 1 + +Class: public com.volmit.iris.util.UIStaticDecorator NameNotChanged + Source: "UIStaticDecorator.java" + FieldsOf: com.volmit.iris.util.UIStaticDecorator + private com.volmit.iris.util.Element element => a + MethodsOf: com.volmit.iris.util.UIStaticDecorator + static void () SignatureNotChanged + public void (com.volmit.iris.util.Element) SignatureNotChanged + public com.volmit.iris.util.Element onDecorateBackground(com.volmit.iris.util.Window, int, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.UIStaticDecorator + 10 => 4 + 11 => 2 + 12 => 1 + 17 => 3 + +Class: public com.volmit.iris.util.UIVoidDecorator NameNotChanged + Source: "UIVoidDecorator.java" + FieldsOf: com.volmit.iris.util.UIVoidDecorator + MethodsOf: com.volmit.iris.util.UIVoidDecorator + public void () SignatureNotChanged + public com.volmit.iris.util.Element onDecorateBackground(com.volmit.iris.util.Window, int, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.UIVoidDecorator + 3 => 2 + 8 => 1 + +Class: public com.volmit.iris.util.UIWindow NameNotChanged + Source: "UIWindow.java" + FieldsOf: com.volmit.iris.util.UIWindow + private int clickcheck => e + private com.volmit.iris.util.WindowDecorator decorator => l + private boolean doubleclicked => c + private com.volmit.iris.util.KMap elements => j + private int highestRow => h + private org.bukkit.inventory.Inventory inventory => d + private com.volmit.iris.util.WindowResolution resolution => i + private java.lang.String title => g + private final org.bukkit.entity.Player viewer => k + private int viewportPosition => b + private int viewportSize => f + private boolean visible => a + MethodsOf: com.volmit.iris.util.UIWindow + public void (org.bukkit.entity.Player) SignatureNotChanged + public java.lang.Double clip(double, double, double) SignatureNotChanged + public com.volmit.iris.util.UIWindow close() SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window close() SignatureNotChanged + public org.bukkit.inventory.ItemStack computeItemStack(int) SignatureNotChanged + public com.volmit.iris.util.WindowDecorator getDecorator() SignatureNotChanged + public com.volmit.iris.util.Element getElement(int, int) SignatureNotChanged + public int getLayoutPosition(int) SignatureNotChanged + public int getLayoutRow(int) SignatureNotChanged + public int getMaxViewportPosition() SignatureNotChanged + public int getPosition(int) SignatureNotChanged + public int getRealLayoutPosition(int) SignatureNotChanged + public int getRealPosition(int, int) SignatureNotChanged + public com.volmit.iris.util.WindowResolution getResolution() SignatureNotChanged + public int getRow(int) SignatureNotChanged + public java.lang.String getTitle() SignatureNotChanged + public int getViewportHeight() SignatureNotChanged + public int getViewportPosition() SignatureNotChanged + public boolean hasElement(int, int) SignatureNotChanged + public boolean isVisible() SignatureNotChanged + private synthetic void lambda$on$0(com.volmit.iris.util.Element) SignatureNotChanged + private synthetic void lambda$on$1() SignatureNotChanged + public com.volmit.iris.util.UIWindow open() SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window open() SignatureNotChanged + public com.volmit.iris.util.Window reopen() SignatureNotChanged + public com.volmit.iris.util.UIWindow scroll(int) SignatureNotChanged + public com.volmit.iris.util.UIWindow setDecorator(com.volmit.iris.util.WindowDecorator) SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window setDecorator(com.volmit.iris.util.WindowDecorator) SignatureNotChanged + public com.volmit.iris.util.UIWindow setElement(int, int, com.volmit.iris.util.Element) SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window setElement(int, int, com.volmit.iris.util.Element) SignatureNotChanged + public com.volmit.iris.util.Window setResolution(com.volmit.iris.util.WindowResolution) SignatureNotChanged + public com.volmit.iris.util.UIWindow setTitle(java.lang.String) SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window setTitle(java.lang.String) SignatureNotChanged + public com.volmit.iris.util.UIWindow setViewportHeight(int) SignatureNotChanged + public bridge synthetic com.volmit.iris.util.Window setViewportHeight(int) SignatureNotChanged + public com.volmit.iris.util.UIWindow setViewportPosition(int) SignatureNotChanged + public com.volmit.iris.util.UIWindow setVisible(boolean) SignatureNotChanged + public com.volmit.iris.util.Window updateInventory() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.UIWindow + 16 => 38, 60, 80, 85, 101 and 102 + 33 => 108 + 34 => 39 + 35 => 99 + 36 => 93 + 37 => 70 + 38 => 3 + 39 => 8 + 40 => 100 + 41 => 94 + 42 => 31 + 43 => 2 + 139 => 16 + 141 => 98 + 143 => 17 + 145 => 65 + 148 => 74 + 155 => 33 + 157 => 54 + 162 => 84 + 165 => 63 + 166 => 40 + 237 => 105 + 238 => 67 + 244 => 48 + 250 => 29 + 251 => 27 + 257 => 44 + 258 => 45 + 264 => 5 + 266 => 21 + 269 => 90 + 271 => 64 + 273 => 69 + 275 => 51 + 280 => 10 + 283 => 110 + 284 => 97 + 285 => 49 + 290 => 95 + 291 => 36 + 292 => 96 + 295 => 75 + 296 => 76 + 302 => 106 + 308 => 18 + 314 => 77 + 315 => 89 + 316 => 46 + 318 => 30 + 324 => 42 + 330 => 37 + 331 => 55 + 333 => 26 + 339 => 6 + 345 => 61 + 347 => 43 + 349 => 47 + 352 => 52 + 358 => 41 + 364 => 78 + 366 => 7 + 368 => 13 + 371 => 68 + 377 => 23 + 379 => 28 + 382 => 56 + 383 => 9 + 384 => 104 + 390 => 86 + 415 => 19 + 421 => 88 + 427 => 103 + 433 => 4 + 439 => 50 + 445 => 107 + 462 => 32 + 468 => 71 + 473 => 20 + 479 => 87 + 480 => 35 + 481 => 24 + 482 => 79 + 497 => 82 + 499 => 11 + 500 => 22 + 502 => 81 and 91 + 504 => 14 + 505 => 59 + 506 => 73 + 507 => 12 + 509 => 1 + 511 => 58 + 512 => 34 + 513 => 109 + 516 => 15 + 518 => 57 + 523 => 72 + 529 => 62 + 530 => 66 + 531 => 83 + 533 => 53 + 535 => 25 + 538 => 111 + 544 => 92 Class: public com.volmit.iris.util.V NameNotChanged Source: "V.java" FieldsOf: com.volmit.iris.util.V - private boolean local => b + private boolean local => c private java.lang.Object o => a - private boolean suppress => c + private boolean suppress => b MethodsOf: com.volmit.iris.util.V public void (java.lang.Object) SignatureNotChanged public void (java.lang.Object, boolean, boolean) SignatureNotChanged @@ -16472,26 +18119,26 @@ Class: public com.volmit.iris.util.V NameNotChanged public java.lang.Object get(java.lang.String) SignatureNotChanged public void set(java.lang.String, java.lang.Object) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.V - 9 => 3 - 18 => 9 - 19 => 1 - 20 => 15 + 9 => 12 + 18 => 18 + 19 => 9 + 20 => 17 21 => 10 - 25 => 14 - 26 => 18 - 27 => 17 - 28 => 6 + 25 => 16 + 26 => 14 + 27 => 5 + 28 => 3 95 => 19 - 98 => 7 - 100 => 13 - 102 => 2 - 106 => 12 - 139 => 20 - 142 => 5 - 144 => 11 - 146 => 4 - 148 => 8 - 149 => 16 + 98 => 6 + 100 => 20 + 102 => 13 + 106 => 8 + 139 => 1 + 142 => 2 + 144 => 7 + 146 => 11 + 148 => 15 + 149 => 4 Class: public com.volmit.iris.util.Violator NameNotChanged Source: "Violator.java" @@ -16507,67 +18154,67 @@ Class: public com.volmit.iris.util.Violator NameNotChanged private static java.lang.String id(java.lang.Object, java.lang.Object) => a(java.lang.Object, java.lang.Object) private static void p(java.lang.String, java.lang.Object) => a(java.lang.String, java.lang.Object) LineNumbersOf: com.volmit.iris.util.Violator - 11 => 32 - 15 => 20 - 17 => 3 - 20 => 41 - 22 => 13 - 25 => 7 - 27 => 18 - 30 => 15 - 32 => 46 - 34 => 17 - 36 => 21 and 51 - 38 => 23 - 41 => 5 - 43 => 34 - 46 => 6 - 48 => 33 - 50 => 10 and 54 - 52 => 2 - 55 => 1 - 57 => 37 - 60 => 44 - 62 => 28 - 63 => 43 + 11 => 53 + 15 => 18 + 17 => 17 + 20 => 2 + 22 => 36 + 25 => 55 + 27 => 19 + 30 => 27 + 32 => 30 + 34 => 21 + 36 => 20 and 47 + 38 => 51 + 41 => 10 + 43 => 31 + 46 => 40 + 48 => 42 + 50 => 15 and 39 + 52 => 48 + 55 => 50 + 57 => 54 + 60 => 26 + 62 => 7 + 63 => 34 66 => 52 - 71 => 48 - 72 => 53 - 76 => 45 - 81 => 47 - 108 => 39 - 112 => 22 - 113 => 4 - 114 => 9 - 116 => 31 - 118 => 56 - 119 => 50 - 121 => 29 - 123 => 38 - 124 => 8 - 125 => 26 - 126 => 19 - 129 => 11 - 135 => 27 - 139 => 36 - 140 => 40 - 141 => 25 - 143 => 35 - 145 => 12 - 146 => 24 - 148 => 49 - 150 => 16 - 151 => 14 - 152 => 55 - 153 => 30 - 156 => 42 + 71 => 8 + 72 => 28 + 76 => 1 + 81 => 46 + 108 => 29 + 112 => 12 + 113 => 14 + 114 => 44 + 116 => 11 + 118 => 38 + 119 => 16 + 121 => 45 + 123 => 5 + 124 => 25 + 125 => 6 + 126 => 43 + 129 => 41 + 135 => 49 + 139 => 37 + 140 => 13 + 141 => 33 + 143 => 4 + 145 => 22 + 146 => 56 + 148 => 35 + 150 => 3 + 151 => 32 + 152 => 24 + 153 => 23 + 156 => 9 Class: public com.volmit.iris.util.VirtualCommand NameNotChanged Source: "VirtualCommand.java" FieldsOf: com.volmit.iris.util.VirtualCommand - private com.volmit.iris.util.KMap children => b - private com.volmit.iris.util.ICommand command => c - private java.lang.String tag => a + private com.volmit.iris.util.KMap children => c + private com.volmit.iris.util.ICommand command => a + private java.lang.String tag => b MethodsOf: com.volmit.iris.util.VirtualCommand static void () SignatureNotChanged public void (com.volmit.iris.util.ICommand, java.lang.String) SignatureNotChanged @@ -16575,53 +18222,56 @@ Class: public com.volmit.iris.util.VirtualCommand NameNotChanged private boolean checkPermissions(org.bukkit.command.CommandSender, com.volmit.iris.util.ICommand) => a(org.bukkit.command.CommandSender, com.volmit.iris.util.ICommand) public com.volmit.iris.util.ICommand getCommand() SignatureNotChanged public boolean hit(org.bukkit.command.CommandSender, com.volmit.iris.util.KList, java.lang.String) SignatureNotChanged - private static synthetic void lambda$0(org.bukkit.command.CommandSender, java.lang.String) SignatureNotChanged + private static synthetic void lambda$checkPermissions$0(org.bukkit.command.CommandSender, java.lang.String) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.VirtualCommand - 30 => 41 - 32 => 33 + 30 => 47 + 31 => 9 + 32 => 14 33 => 23 - 34 => 7 - 36 => 30 and 42 - 38 => 31 - 42 => 47 - 43 => 39 - 44 => 25 - 45 => 27 - 46 => 24 - 48 => 34 - 50 => 16 - 54 => 21 - 63 => 48 - 78 => 36 - 79 => 44 - 81 => 17 - 82 => 10 - 84 => 20 - 86 => 1 - 88 => 8 - 91 => 13 - 94 => 46 - 96 => 29 and 37 - 98 => 9 and 18 - 100 => 5 - 102 => 45 - 103 => 35 - 104 => 26 - 105 => 19 - 106 => 38 - 108 => 11 - 114 => 6 - 116 => 3 - 119 => 49 - 124 => 32 - 126 => 4 and 14 - 128 => 22 - 130 => 12 - 131 => 28 and 40 - 135 => 2 - 137 => 50 - 138 => 43 - 141 => 15 + 35 => 44 and 45 + 37 => 7 + 41 => 40 + 42 => 49 + 43 => 35 + 44 => 19 + 47 => 2 + 49 => 4 + 50 => 20 + 53 => 12 + 62 => 29 + 77 => 31 + 78 => 46 + 80 => 25 + 81 => 24 + 83 => 10 + 85 => 8 + 87 => 50 + 90 => 37 + 93 => 5 + 95 => 28 + 97 => 3 + 99 => 21 + 101 => 26 + 102 => 11 + 103 => 33 + 104 => 18 + 105 => 38 + 107 => 16 + 110 => 1 + 111 => 34 + 113 => 30 + 115 => 41 + 118 => 39 + 123 => 6 + 125 => 13 + 127 => 15 + 129 => 42 + 130 => 22 and 48 + 132 => 36 + 134 => 17 + 136 => 32 + 137 => 27 + 140 => 43 Class: public com.volmit.iris.util.VoidOutputStream NameNotChanged Source: "VoidOutputStream.java" @@ -16630,786 +18280,79 @@ Class: public com.volmit.iris.util.VoidOutputStream NameNotChanged public void () SignatureNotChanged public void write(int) SignatureNotChanged LineNumbersOf: com.volmit.iris.util.VoidOutputStream - 6 => 2 - 12 => 1 + 6 => 1 + 12 => 2 -Class: public enum com.volmit.iris.util.inventory.C NameNotChanged - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C - private static final synthetic com.volmit.iris.util.inventory.C[] $VALUES => b - public static final enum com.volmit.iris.util.inventory.C AQUA NameNotChanged - public static final enum com.volmit.iris.util.inventory.C BLACK NameNotChanged - public static final enum com.volmit.iris.util.inventory.C BLUE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C BOLD NameNotChanged - private static final java.util.Map BY_CHAR => c - private static final java.util.Map BY_ID => a - public static final com.volmit.iris.util.inventory.C[] COLORCYCLE NameNotChanged - private static final com.volmit.iris.util.inventory.C[] COLORS => h - public static final char COLOR_CHAR NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_AQUA NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_BLUE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_GRAY NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_GREEN NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_PURPLE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C DARK_RED NameNotChanged - public static final enum com.volmit.iris.util.inventory.C GOLD NameNotChanged - public static final enum com.volmit.iris.util.inventory.C GRAY NameNotChanged - public static final enum com.volmit.iris.util.inventory.C GREEN NameNotChanged - public static final enum com.volmit.iris.util.inventory.C ITALIC NameNotChanged - public static final enum com.volmit.iris.util.inventory.C LIGHT_PURPLE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C MAGIC NameNotChanged - public static final enum com.volmit.iris.util.inventory.C RED NameNotChanged - public static final enum com.volmit.iris.util.inventory.C RESET NameNotChanged - public static final enum com.volmit.iris.util.inventory.C STRIKETHROUGH NameNotChanged - private static final java.util.regex.Pattern STRIP_COLOR_PATTERN => i - public static final enum com.volmit.iris.util.inventory.C UNDERLINE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C WHITE NameNotChanged - public static final enum com.volmit.iris.util.inventory.C YELLOW NameNotChanged - private static final java.util.Map chatHexMap => l - private final char code => k - private static final java.util.Map dyeChatMap => f - private static final java.util.Map dyeHexMap => e - private final int intCode => d - private final boolean isFormat => g - private final java.lang.String toString => j - MethodsOf: com.volmit.iris.util.inventory.C - static void () SignatureNotChanged - private void (java.lang.String, int, char, int) SignatureNotChanged - private void (java.lang.String, int, char, int, boolean) SignatureNotChanged - synthetic void (java.lang.String, int, char, int, boolean, com.volmit.iris.util.inventory.C$1) SignatureNotChanged - synthetic void (java.lang.String, int, char, int, com.volmit.iris.util.inventory.C$1) SignatureNotChanged - public java.lang.String toString() SignatureNotChanged - public static com.volmit.iris.util.inventory.C valueOf(java.lang.String) SignatureNotChanged - public static com.volmit.iris.util.inventory.C[] values() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C - 17 => 44, 51, 57, 69 and 81 - 22 => 22 - 33 => 26 - 44 => 3 - 55 => 55 - 66 => 45 - 77 => 74 - 88 => 66 - 99 => 4 - 110 => 33 - 121 => 95 - 132 => 6 - 143 => 54 - 154 => 87 - 165 => 37 - 176 => 53 - 187 => 93 - 198 => 30 - 209 => 10 - 220 => 25 - 231 => 27 - 242 => 84 - 254 => 23 - 268 => 24 - 269 => 94 - 270 => 79 - 275 => 82 - 276 => 56 - 277 => 63 - 278 => 65 - 279 => 80 - 283 => 97 - 284 => 14 - 285 => 72 - 286 => 58 - 287 => 89 - 288 => 67 - 289 => 18 - 290 => 59 - 291 => 35 - 292 => 15 - 293 => 77 - 294 => 92 - 295 => 83 - 296 => 49 - 297 => 21 - 298 => 73 - 299 => 19 - 300 => 29 - 301 => 62 - 302 => 71 - 303 => 34 - 304 => 16 - 305 => 38 - 306 => 88 - 307 => 42 - 308 => 70 - 309 => 32 - 310 => 76 - 311 => 78 - 312 => 60 - 313 => 46 - 314 => 86 - 315 => 64 - 316 => 17 - 317 => 75 - 318 => 40 - 319 => 43 - 320 => 20 - 321 => 12 - 322 => 8 - 323 => 9 - 324 => 90 - 325 => 28 - 326 => 52 - 327 => 7 - 328 => 61 - 329 => 50 - 330 => 36 - 335 => 39 - 336 => 68 - 339 => 13 - 340 => 41 - 341 => 85 - 342 => 2 - 343 => 1 - 344 => 48 - 364 => 96 - 781 => 11 and 31 - 783 => 91 - 784 => 47 - 786 => 5 - -Class: final enum com.volmit.iris.util.inventory.C$1 => com.volmit.iris.util.inventory.C$a - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$1 - MethodsOf: com.volmit.iris.util.inventory.C$1 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$1 - 22 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$10 => com.volmit.iris.util.inventory.C$b - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$10 - MethodsOf: com.volmit.iris.util.inventory.C$10 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$10 - 121 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$11 => com.volmit.iris.util.inventory.C$c - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$11 - MethodsOf: com.volmit.iris.util.inventory.C$11 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$11 - 132 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$12 => com.volmit.iris.util.inventory.C$d - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$12 - MethodsOf: com.volmit.iris.util.inventory.C$12 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$12 - 143 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$13 => com.volmit.iris.util.inventory.C$e - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$13 - MethodsOf: com.volmit.iris.util.inventory.C$13 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$13 - 154 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$14 => com.volmit.iris.util.inventory.C$f - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$14 - MethodsOf: com.volmit.iris.util.inventory.C$14 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$14 - 165 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$15 => com.volmit.iris.util.inventory.C$g - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$15 - MethodsOf: com.volmit.iris.util.inventory.C$15 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$15 - 176 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$16 => com.volmit.iris.util.inventory.C$h - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$16 - MethodsOf: com.volmit.iris.util.inventory.C$16 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$16 - 187 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$17 => com.volmit.iris.util.inventory.C$i - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$17 - MethodsOf: com.volmit.iris.util.inventory.C$17 - void (java.lang.String, int, char, int, boolean) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$17 - 198 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$18 => com.volmit.iris.util.inventory.C$j - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$18 - MethodsOf: com.volmit.iris.util.inventory.C$18 - void (java.lang.String, int, char, int, boolean) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$18 - 209 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$19 => com.volmit.iris.util.inventory.C$k - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$19 - MethodsOf: com.volmit.iris.util.inventory.C$19 - void (java.lang.String, int, char, int, boolean) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$19 - 220 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$2 => com.volmit.iris.util.inventory.C$l - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$2 - MethodsOf: com.volmit.iris.util.inventory.C$2 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$2 - 33 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$20 => com.volmit.iris.util.inventory.C$m - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$20 - MethodsOf: com.volmit.iris.util.inventory.C$20 - void (java.lang.String, int, char, int, boolean) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$20 - 231 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$21 => com.volmit.iris.util.inventory.C$n - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$21 - MethodsOf: com.volmit.iris.util.inventory.C$21 - void (java.lang.String, int, char, int, boolean) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$21 - 242 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$22 => com.volmit.iris.util.inventory.C$o - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$22 - MethodsOf: com.volmit.iris.util.inventory.C$22 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$22 - 254 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$3 => com.volmit.iris.util.inventory.C$p - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$3 - MethodsOf: com.volmit.iris.util.inventory.C$3 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$3 - 44 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$4 => com.volmit.iris.util.inventory.C$q - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$4 - MethodsOf: com.volmit.iris.util.inventory.C$4 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$4 - 55 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$5 => com.volmit.iris.util.inventory.C$r - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$5 - MethodsOf: com.volmit.iris.util.inventory.C$5 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$5 - 66 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$6 => com.volmit.iris.util.inventory.C$s - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$6 - MethodsOf: com.volmit.iris.util.inventory.C$6 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$6 - 77 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$7 => com.volmit.iris.util.inventory.C$t - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$7 - MethodsOf: com.volmit.iris.util.inventory.C$7 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$7 - 88 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$8 => com.volmit.iris.util.inventory.C$u - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$8 - MethodsOf: com.volmit.iris.util.inventory.C$8 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$8 - 99 => 1 - -Class: final enum com.volmit.iris.util.inventory.C$9 => com.volmit.iris.util.inventory.C$v - Source: "C.java" - FieldsOf: com.volmit.iris.util.inventory.C$9 - MethodsOf: com.volmit.iris.util.inventory.C$9 - void (java.lang.String, int, char, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.C$9 - 110 => 1 - -Class: public abstract com.volmit.iris.util.inventory.Callback NameNotChanged - Source: "Callback.java" - FieldsOf: com.volmit.iris.util.inventory.Callback - MethodsOf: com.volmit.iris.util.inventory.Callback - public abstract void run(java.lang.Object) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.Callback - -Class: public abstract com.volmit.iris.util.inventory.Element NameNotChanged - Source: "Element.java" - FieldsOf: com.volmit.iris.util.inventory.Element - MethodsOf: com.volmit.iris.util.inventory.Element - public abstract com.volmit.iris.util.inventory.Element call(com.volmit.iris.util.inventory.ElementEvent, com.volmit.iris.util.inventory.Element) SignatureNotChanged - public abstract org.bukkit.inventory.ItemStack computeItemStack() SignatureNotChanged - public abstract int getCount() SignatureNotChanged - public abstract short getEffectiveDurability() SignatureNotChanged - public abstract com.volmit.iris.util.KList getLore() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.MaterialBlock getMaterial() SignatureNotChanged - public abstract java.lang.String getName() SignatureNotChanged - public abstract double getProgress() SignatureNotChanged - public abstract boolean isEnchanted() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Element setCount(int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.Element - -Class: public final enum com.volmit.iris.util.inventory.ElementEvent NameNotChanged - Source: "ElementEvent.java" - FieldsOf: com.volmit.iris.util.inventory.ElementEvent - private static final synthetic com.volmit.iris.util.inventory.ElementEvent[] $VALUES => a - public static final enum com.volmit.iris.util.inventory.ElementEvent DRAG_INTO NameNotChanged - public static final enum com.volmit.iris.util.inventory.ElementEvent LEFT NameNotChanged - public static final enum com.volmit.iris.util.inventory.ElementEvent OTHER_DRAG_INTO NameNotChanged - public static final enum com.volmit.iris.util.inventory.ElementEvent RIGHT NameNotChanged - public static final enum com.volmit.iris.util.inventory.ElementEvent SHIFT_LEFT NameNotChanged - public static final enum com.volmit.iris.util.inventory.ElementEvent SHIFT_RIGHT NameNotChanged - MethodsOf: com.volmit.iris.util.inventory.ElementEvent - static void () SignatureNotChanged - private void (java.lang.String, int) SignatureNotChanged - public static com.volmit.iris.util.inventory.ElementEvent valueOf(java.lang.String) SignatureNotChanged - public static com.volmit.iris.util.inventory.ElementEvent[] values() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.ElementEvent - 9 => 1, 6, 7 and 8 - 11 => 10 - 12 => 4 - 13 => 2 - 14 => 9 - 15 => 3 - 16 => 5 - -Class: public com.volmit.iris.util.inventory.MaterialBlock NameNotChanged - Source: "MaterialBlock.java" - FieldsOf: com.volmit.iris.util.inventory.MaterialBlock - private java.lang.Byte data => a - private org.bukkit.Material material => b - MethodsOf: com.volmit.iris.util.inventory.MaterialBlock - public void () SignatureNotChanged - public void (org.bukkit.Material) SignatureNotChanged - public boolean equals(java.lang.Object) SignatureNotChanged - public java.lang.Byte getData() SignatureNotChanged - public org.bukkit.Material getMaterial() SignatureNotChanged - public int hashCode() SignatureNotChanged - public java.lang.String toString() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.MaterialBlock - 34 => 33 - 35 => 15 - 36 => 28 - 37 => 21 - 57 => 12 - 58 => 14 - 59 => 1 - 60 => 20 - 64 => 10 - 74 => 32 - 85 => 16 - 87 => 17 - 90 => 29 - 96 => 24 - 97 => 11 - 98 => 8 - 99 => 23 - 100 => 2 - 106 => 7 - 108 => 9 - 110 => 6 - 112 => 3 - 114 => 26 - 116 => 25 - 118 => 27 - 119 => 30 - 121 => 31 - 123 => 4 - 126 => 18 - 128 => 19 - 130 => 13 - 132 => 5 - 134 => 22 - -Class: public com.volmit.iris.util.inventory.UIElement NameNotChanged - Source: "UIElement.java" - FieldsOf: com.volmit.iris.util.inventory.UIElement - private static java.lang.String a => b - private int count => m - private com.volmit.iris.util.inventory.Callback eDraggedInto => i - private com.volmit.iris.util.inventory.Callback eLeft => k - private com.volmit.iris.util.inventory.Callback eOtherDraggedInto => g - private com.volmit.iris.util.inventory.Callback eRight => j - private com.volmit.iris.util.inventory.Callback eShiftLeft => d - private com.volmit.iris.util.inventory.Callback eShiftRight => o - private boolean enchanted => f - private final java.lang.String id => l - private final com.volmit.iris.util.KList lore => n - private com.volmit.iris.util.inventory.MaterialBlock material => h - private java.lang.String name => c - private double progress => e - MethodsOf: com.volmit.iris.util.inventory.UIElement - static void () SignatureNotChanged - public void (java.lang.String) SignatureNotChanged - public static java.lang.String a() => b() - public static void a(java.lang.String) => b(java.lang.String) - private static java.lang.Throwable a(java.lang.Throwable) SignatureNotChanged - public com.volmit.iris.util.inventory.Element call(com.volmit.iris.util.inventory.ElementEvent, com.volmit.iris.util.inventory.Element) SignatureNotChanged - public java.lang.Double clip(double, double, double) SignatureNotChanged - public org.bukkit.inventory.ItemStack computeItemStack() SignatureNotChanged - public int getCount() SignatureNotChanged - public short getEffectiveDurability() SignatureNotChanged - public com.volmit.iris.util.KList getLore() SignatureNotChanged - public com.volmit.iris.util.inventory.MaterialBlock getMaterial() SignatureNotChanged - public java.lang.String getName() SignatureNotChanged - public double getProgress() SignatureNotChanged - public boolean isEnchanted() SignatureNotChanged - public com.volmit.iris.util.inventory.UIElement onLeftClick(com.volmit.iris.util.inventory.Callback) SignatureNotChanged - public com.volmit.iris.util.inventory.Element setCount(int) SignatureNotChanged - public com.volmit.iris.util.inventory.UIElement setEnchanted(boolean) SignatureNotChanged - public com.volmit.iris.util.inventory.UIElement setMaterial(com.volmit.iris.util.inventory.MaterialBlock) SignatureNotChanged - public com.volmit.iris.util.inventory.UIElement setName(java.lang.String) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.UIElement - 28 => 9 - 29 => 26 - 30 => 39 - 31 => 4 - 32 => 37 - 33 => 15 - 34 => 32 - 39 => 54 - 44 => 36 - 50 => 8 - 51 => 42 - 57 => 58 - 63 => 3 - 64 => 6 - 76 => 23 - 82 => 25 - 83 => 52 - 89 => 17 - 95 => 34 - 96 => 1 - 139 => 33 - 142 => 5 - 143 => 21 - 145 => 45 - 146 => 16 - 148 => 49 - 149 => 57 - 151 => 27 - 152 => 31 - 154 => 2 - 155 => 46 - 157 => 12 - 158 => 38 - 162 => 24 - 167 => 56 - 169 => 35 - 170 => 19 and 44 - 172 => 43 - 198 => 10 - 199 => 41 - 205 => 47 - 214 => 48 - 215 => 40 - 216 => 11 - 217 => 30 - 219 => 13 - 221 => 18 - 224 => 53 - 225 => 7 - 228 => 14 - 230 => 29 - 233 => 20 - 246 => 22 - 252 => 51 - 254 => 55 - 259 => 28 - 260 => 50 - -Class: synthetic com.volmit.iris.util.inventory.UIElement$1 => com.volmit.iris.util.inventory.UIElement$a - Source: "UIElement.java" - FieldsOf: com.volmit.iris.util.inventory.UIElement$1 - static final synthetic int[] $SwitchMap$com$volmit$iris$util$inventory$ElementEvent => a - MethodsOf: com.volmit.iris.util.inventory.UIElement$1 - static void () SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.UIElement$1 - 139 => 1 - -Class: public com.volmit.iris.util.inventory.UIStaticDecorator NameNotChanged - Source: "UIStaticDecorator.java" - FieldsOf: com.volmit.iris.util.inventory.UIStaticDecorator - private com.volmit.iris.util.inventory.Element element => a - MethodsOf: com.volmit.iris.util.inventory.UIStaticDecorator - static void () SignatureNotChanged - public void (com.volmit.iris.util.inventory.Element) SignatureNotChanged - public com.volmit.iris.util.inventory.Element onDecorateBackground(com.volmit.iris.util.inventory.Window, int, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.UIStaticDecorator - 10 => 2 - 11 => 1 - 12 => 4 - 17 => 3 - -Class: public com.volmit.iris.util.inventory.UIVoidDecorator NameNotChanged - Source: "UIVoidDecorator.java" - FieldsOf: com.volmit.iris.util.inventory.UIVoidDecorator - MethodsOf: com.volmit.iris.util.inventory.UIVoidDecorator - public void () SignatureNotChanged - public com.volmit.iris.util.inventory.Element onDecorateBackground(com.volmit.iris.util.inventory.Window, int, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.UIVoidDecorator - 3 => 1 - 8 => 2 - -Class: public com.volmit.iris.util.inventory.UIWindow NameNotChanged - Source: "UIWindow.java" - FieldsOf: com.volmit.iris.util.inventory.UIWindow - private int clickcheck => g - private com.volmit.iris.util.inventory.WindowDecorator decorator => a - private boolean doubleclicked => j - private com.volmit.iris.util.KMap elements => i - private int highestRow => c - private org.bukkit.inventory.Inventory inventory => k - private com.volmit.iris.util.inventory.WindowResolution resolution => f - private java.lang.String title => d - private final org.bukkit.entity.Player viewer => e - private int viewportPosition => h - private int viewportSize => l - private boolean visible => b - MethodsOf: com.volmit.iris.util.inventory.UIWindow - public void (org.bukkit.entity.Player) SignatureNotChanged - public java.lang.Double clip(double, double, double) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow close() SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window close() SignatureNotChanged - public org.bukkit.inventory.ItemStack computeItemStack(int) SignatureNotChanged - public com.volmit.iris.util.inventory.WindowDecorator getDecorator() SignatureNotChanged - public com.volmit.iris.util.inventory.Element getElement(int, int) SignatureNotChanged - public int getLayoutPosition(int) SignatureNotChanged - public int getLayoutRow(int) SignatureNotChanged - public int getMaxViewportPosition() SignatureNotChanged - public int getPosition(int) SignatureNotChanged - public int getRealLayoutPosition(int) SignatureNotChanged - public int getRealPosition(int, int) SignatureNotChanged - public com.volmit.iris.util.inventory.WindowResolution getResolution() SignatureNotChanged - public int getRow(int) SignatureNotChanged - public java.lang.String getTitle() SignatureNotChanged - public int getViewportHeight() SignatureNotChanged - public int getViewportPosition() SignatureNotChanged - public boolean hasElement(int, int) SignatureNotChanged - public boolean isVisible() SignatureNotChanged - private synthetic void lambda$0(com.volmit.iris.util.inventory.Element) SignatureNotChanged - private synthetic void lambda$1() SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow open() SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window open() SignatureNotChanged - public com.volmit.iris.util.inventory.Window reopen() SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow scroll(int) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setDecorator(com.volmit.iris.util.inventory.WindowDecorator) SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window setDecorator(com.volmit.iris.util.inventory.WindowDecorator) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setElement(int, int, com.volmit.iris.util.inventory.Element) SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window setElement(int, int, com.volmit.iris.util.inventory.Element) SignatureNotChanged - public com.volmit.iris.util.inventory.Window setResolution(com.volmit.iris.util.inventory.WindowResolution) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setTitle(java.lang.String) SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window setTitle(java.lang.String) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setViewportHeight(int) SignatureNotChanged - public bridge synthetic com.volmit.iris.util.inventory.Window setViewportHeight(int) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setViewportPosition(int) SignatureNotChanged - public com.volmit.iris.util.inventory.UIWindow setVisible(boolean) SignatureNotChanged - public com.volmit.iris.util.inventory.Window updateInventory() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.UIWindow - 1 => 1, 14, 20, 27, 74 and 88 - 35 => 9 - 37 => 109 - 38 => 12 - 39 => 75 - 40 => 53 - 41 => 90 - 42 => 61 - 43 => 58 - 44 => 10 - 45 => 64 - 46 => 85 - 142 => 60 - 144 => 5 - 146 => 36 - 148 => 77 - 151 => 82 - 158 => 86 - 160 => 30 - 161 => 26 - 165 => 44 - 168 => 33 - 169 => 45 - 240 => 28 - 241 => 105 - 247 => 32 - 253 => 91 - 254 => 71 - 260 => 8 - 261 => 43 - 267 => 68 - 269 => 107 - 272 => 2 - 274 => 113 - 276 => 22 - 278 => 87 - 279 => 106 - 283 => 17 - 286 => 62 - 287 => 93 - 288 => 76 - 289 => 15 - 293 => 69 - 294 => 34 - 295 => 19 - 298 => 72 - 299 => 3 - 305 => 95 - 311 => 55 - 317 => 21 - 318 => 40 - 319 => 16 - 321 => 4 - 327 => 97 - 333 => 100 - 334 => 11 - 336 => 103 - 342 => 70 - 348 => 18 - 350 => 51 - 352 => 101 - 355 => 49 - 361 => 81 - 367 => 112 - 369 => 7 - 371 => 80 - 374 => 104 - 380 => 29 - 382 => 42 - 385 => 94 - 386 => 65 - 387 => 37 - 393 => 50 - 418 => 111 - 424 => 52 - 430 => 110 - 436 => 46 - 442 => 96 - 448 => 31 - 465 => 114 - 471 => 57 - 476 => 73 - 482 => 67 - 483 => 59 - 484 => 38 - 485 => 63 - 500 => 78 - 502 => 25 - 503 => 83 - 505 => 54 and 84 - 507 => 23 - 508 => 6 - 509 => 56 - 510 => 89 - 512 => 102 - 514 => 48 - 515 => 35 - 516 => 66 - 519 => 39 - 521 => 41 - 526 => 92 - 532 => 108 - 533 => 98 - 534 => 24 - 536 => 99 - 538 => 79 - 541 => 13 - 547 => 47 - -Class: public abstract com.volmit.iris.util.inventory.Window NameNotChanged +Class: public abstract com.volmit.iris.util.Window NameNotChanged Source: "Window.java" - FieldsOf: com.volmit.iris.util.inventory.Window - MethodsOf: com.volmit.iris.util.inventory.Window - public abstract com.volmit.iris.util.inventory.Window close() SignatureNotChanged + FieldsOf: com.volmit.iris.util.Window + MethodsOf: com.volmit.iris.util.Window + public abstract com.volmit.iris.util.Window close() SignatureNotChanged public abstract org.bukkit.inventory.ItemStack computeItemStack(int) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.WindowDecorator getDecorator() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Element getElement(int, int) SignatureNotChanged + public abstract com.volmit.iris.util.WindowDecorator getDecorator() SignatureNotChanged + public abstract com.volmit.iris.util.Element getElement(int, int) SignatureNotChanged public abstract int getLayoutPosition(int) SignatureNotChanged public abstract int getLayoutRow(int) SignatureNotChanged public abstract int getMaxViewportPosition() SignatureNotChanged public abstract int getPosition(int) SignatureNotChanged public abstract int getRealLayoutPosition(int) SignatureNotChanged public abstract int getRealPosition(int, int) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.WindowResolution getResolution() SignatureNotChanged + public abstract com.volmit.iris.util.WindowResolution getResolution() SignatureNotChanged public abstract int getRow(int) SignatureNotChanged public abstract java.lang.String getTitle() SignatureNotChanged public abstract int getViewportHeight() SignatureNotChanged public abstract int getViewportPosition() SignatureNotChanged public abstract boolean hasElement(int, int) SignatureNotChanged public abstract boolean isVisible() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window open() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window reopen() SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window setDecorator(com.volmit.iris.util.inventory.WindowDecorator) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window setElement(int, int, com.volmit.iris.util.inventory.Element) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window setResolution(com.volmit.iris.util.inventory.WindowResolution) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window setTitle(java.lang.String) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window setViewportHeight(int) SignatureNotChanged - public abstract com.volmit.iris.util.inventory.Window updateInventory() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.Window + public abstract com.volmit.iris.util.Window open() SignatureNotChanged + public abstract com.volmit.iris.util.Window reopen() SignatureNotChanged + public abstract com.volmit.iris.util.Window setDecorator(com.volmit.iris.util.WindowDecorator) SignatureNotChanged + public abstract com.volmit.iris.util.Window setElement(int, int, com.volmit.iris.util.Element) SignatureNotChanged + public abstract com.volmit.iris.util.Window setResolution(com.volmit.iris.util.WindowResolution) SignatureNotChanged + public abstract com.volmit.iris.util.Window setTitle(java.lang.String) SignatureNotChanged + public abstract com.volmit.iris.util.Window setViewportHeight(int) SignatureNotChanged + public abstract com.volmit.iris.util.Window updateInventory() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.Window -Class: public abstract com.volmit.iris.util.inventory.WindowDecorator NameNotChanged +Class: public abstract com.volmit.iris.util.WindowDecorator NameNotChanged Source: "WindowDecorator.java" - FieldsOf: com.volmit.iris.util.inventory.WindowDecorator - MethodsOf: com.volmit.iris.util.inventory.WindowDecorator - public abstract com.volmit.iris.util.inventory.Element onDecorateBackground(com.volmit.iris.util.inventory.Window, int, int) SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.WindowDecorator + FieldsOf: com.volmit.iris.util.WindowDecorator + MethodsOf: com.volmit.iris.util.WindowDecorator + public abstract com.volmit.iris.util.Element onDecorateBackground(com.volmit.iris.util.Window, int, int) SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.WindowDecorator -Class: public final enum com.volmit.iris.util.inventory.WindowResolution NameNotChanged +Class: public final enum com.volmit.iris.util.WindowResolution NameNotChanged Source: "WindowResolution.java" - FieldsOf: com.volmit.iris.util.inventory.WindowResolution - private static final synthetic com.volmit.iris.util.inventory.WindowResolution[] $VALUES => a - public static final enum com.volmit.iris.util.inventory.WindowResolution W3_H3 NameNotChanged - public static final enum com.volmit.iris.util.inventory.WindowResolution W5_H1 NameNotChanged - public static final enum com.volmit.iris.util.inventory.WindowResolution W9_H6 NameNotChanged - private int maxHeight => b - private org.bukkit.event.inventory.InventoryType type => d - private int width => c - MethodsOf: com.volmit.iris.util.inventory.WindowResolution + FieldsOf: com.volmit.iris.util.WindowResolution + private static final synthetic com.volmit.iris.util.WindowResolution[] $VALUES => a + public static final enum com.volmit.iris.util.WindowResolution W3_H3 NameNotChanged + public static final enum com.volmit.iris.util.WindowResolution W5_H1 NameNotChanged + public static final enum com.volmit.iris.util.WindowResolution W9_H6 NameNotChanged + private int maxHeight => d + private org.bukkit.event.inventory.InventoryType type => c + private int width => b + MethodsOf: com.volmit.iris.util.WindowResolution static void () SignatureNotChanged private void (java.lang.String, int, int, int, org.bukkit.event.inventory.InventoryType) SignatureNotChanged public int getMaxHeight() SignatureNotChanged public int getMaxWidthOffset() SignatureNotChanged public org.bukkit.event.inventory.InventoryType getType() SignatureNotChanged public int getWidth() SignatureNotChanged - public static com.volmit.iris.util.inventory.WindowResolution valueOf(java.lang.String) SignatureNotChanged - public static com.volmit.iris.util.inventory.WindowResolution[] values() SignatureNotChanged - LineNumbersOf: com.volmit.iris.util.inventory.WindowResolution - 5 => 2, 11 and 12 - 7 => 3 - 8 => 5 - 9 => 8 - 16 => 10 - 17 => 4 - 18 => 1 - 19 => 15 - 20 => 14 - 24 => 13 - 29 => 7 - 34 => 9 + public static com.volmit.iris.util.WindowResolution valueOf(java.lang.String) SignatureNotChanged + public static com.volmit.iris.util.WindowResolution[] values() SignatureNotChanged + LineNumbersOf: com.volmit.iris.util.WindowResolution + 5 => 4, 5 and 10 + 7 => 12 + 8 => 13 + 9 => 7 + 16 => 14 + 17 => 3 + 18 => 2 + 19 => 1 + 20 => 8 + 24 => 9 + 29 => 15 + 34 => 11 39 => 6 Class: public abstract org.slf4j.ILoggerFactory NameNotChanged @@ -17432,154 +18375,153 @@ Class: public abstract org.slf4j.Logger NameNotChanged Class: public final org.slf4j.LoggerFactory NameNotChanged Source: "LoggerFactory.java" FieldsOf: org.slf4j.LoggerFactory - private static final java.lang.String[] API_COMPATIBILITY_LIST => f + private static final java.lang.String[] API_COMPATIBILITY_LIST => b static int INITIALIZATION_STATE => g - static org.slf4j.helpers.NOPLoggerFactory NOP_FALLBACK_FACTORY => b - private static java.lang.String STATIC_LOGGER_BINDER_PATH => c - static org.slf4j.helpers.SubstituteLoggerFactory TEMP_FACTORY => d - private static int[] a => e + static org.slf4j.helpers.NOPLoggerFactory NOP_FALLBACK_FACTORY => c + private static java.lang.String STATIC_LOGGER_BINDER_PATH => e + static org.slf4j.helpers.SubstituteLoggerFactory TEMP_FACTORY => f + private static com.volmit.iris.util.MortarPlugin[] a => d static java.lang.Class class$org$slf4j$LoggerFactory => a MethodsOf: org.slf4j.LoggerFactory static void () SignatureNotChanged private void () SignatureNotChanged - public static int[] a() => b() - public static void a(int[]) => b(int[]) + public static com.volmit.iris.util.MortarPlugin[] a() => d() + public static void a(com.volmit.iris.util.MortarPlugin[]) => b(com.volmit.iris.util.MortarPlugin[]) private static java.lang.Throwable b(java.lang.Throwable) SignatureNotChanged - private static final void bind() => e() + private static final void bind() => b() static java.lang.Class class$(java.lang.String) => b(java.lang.String) - private static final void emitSubstituteLoggerWarning() => c() + private static final void emitSubstituteLoggerWarning() => e() static void failedBinding(java.lang.Throwable) => a(java.lang.Throwable) - private static java.util.Set findPossibleStaticLoggerBinderPathSet() => f() + private static java.util.Set findPossibleStaticLoggerBinderPathSet() => c() public static org.slf4j.ILoggerFactory getILoggerFactory() SignatureNotChanged public static org.slf4j.Logger getLogger(java.lang.String) SignatureNotChanged - private static boolean isAmbiguousStaticLoggerBinderPathSet(java.util.Set) => b(java.util.Set) + private static boolean isAmbiguousStaticLoggerBinderPathSet(java.util.Set) => a(java.util.Set) private static boolean messageContainsOrgSlf4jImplStaticLoggerBinder(java.lang.String) => a(java.lang.String) - private static final void performInitialization() => d() - private static void reportActualBinding(java.util.Set) => a(java.util.Set) + private static final void performInitialization() => f() + private static void reportActualBinding(java.util.Set) => b(java.util.Set) private static void reportMultipleBindingAmbiguity(java.util.Set) => c(java.util.Set) private static final void versionSanityCheck() => a() LineNumbersOf: org.slf4j.LoggerFactory - 73 => 57 - 74 => 26 - 75 => 73 - 84 => 33 - 87 => 77 - 88 => 20 - 107 => 59 - 108 => 32 - 109 => 94 - 111 => 53 - 114 => 104 - 115 => 56 - 116 => 8 - 117 => 36 - 118 => 103 - 119 => 83 - 120 => 13 - 125 => 54 - 126 => 15 - 128 => 46 - 129 => 4 - 130 => 90 - 131 => 110 - 132 => 31 - 133 => 9 - 134 => 112 - 135 => 80 - 136 => 113 - 137 => 96 - 138 => 108 - 141 => 106 - 142 => 63 - 144 => 45 - 145 => 72 - 146 => 84 - 147 => 34 - 148 => 68 - 149 => 97 - 150 => 27 - 152 => 71 - 153 => 109 - 154 => 37 - 155 => 39 - 156 => 14 and 88 - 157 => 7 - 160 => 67 - 161 => 28 - 162 => 2 - 165 => 74 - 166 => 12 - 167 => 22 - 169 => 107 - 170 => 49 - 171 => 93 - 172 => 19 and 76 - 173 => 11 - 174 => 111 - 176 => 40 - 180 => 100 - 182 => 35 - 183 => 5 and 24 - 184 => 69 - 185 => 102 - 188 => 38 - 189 => 60 - 192 => 1 - 194 => 65 - 199 => 95 - 201 => 64 - 202 => 10 and 70 - 203 => 41 - 207 => 18 - 212 => 89 - 214 => 23 and 92 - 217 => 52 - 218 => 66 - 220 => 55 - 223 => 79 - 224 => 17 - 225 => 16 - 226 => 99 - 227 => 43 - 228 => 51 - 229 => 75 - 230 => 98 - 234 => 82 - 243 => 62 - 244 => 105 - 245 => 81 - 246 => 58 - 247 => 48 - 248 => 61 - 249 => 29 - 250 => 91 - 252 => 3 - 255 => 44 - 256 => 30 - 258 => 50 - 269 => 86 - 270 => 6 - 293 => 42 - 294 => 101 - 295 => 78 - 297 => 47 - 299 => 21 - 301 => 25 - 303 => 114 - 307 => 85 - 309 => 87 + 73 => 104 + 74 => 70 + 75 => 113 + 84 => 107 + 87 => 10 + 88 => 114 + 107 => 82 + 108 => 15 + 109 => 62 + 111 => 5 + 114 => 2 + 115 => 78 + 116 => 72 + 117 => 42 + 118 => 75 + 119 => 24 + 120 => 108 + 125 => 63 + 126 => 54 + 128 => 88 + 129 => 80 + 130 => 87 + 131 => 101 + 132 => 17 + 133 => 112 + 134 => 105 + 135 => 52 + 136 => 97 + 137 => 51 + 138 => 11 + 141 => 40 + 142 => 93 + 144 => 21 + 145 => 83 + 146 => 45 + 147 => 98 + 148 => 4 + 149 => 106 + 150 => 16 + 152 => 60 + 153 => 59 + 154 => 95 + 155 => 14 + 156 => 23 and 67 + 157 => 66 + 160 => 90 + 161 => 81 + 162 => 77 + 165 => 61 + 166 => 19 + 167 => 43 + 169 => 38 + 170 => 71 + 171 => 44 + 172 => 18 and 92 + 173 => 48 + 174 => 47 + 176 => 30 + 180 => 53 + 182 => 13 + 183 => 20 and 65 + 184 => 33 + 185 => 46 + 188 => 85 + 189 => 102 + 192 => 22 + 194 => 28 + 199 => 109 + 201 => 50 + 202 => 7 and 27 + 203 => 49 + 207 => 96 + 212 => 111 + 214 => 29 and 110 + 217 => 1 + 218 => 68 + 220 => 57 + 223 => 8 + 224 => 55 + 225 => 56 + 226 => 37 + 227 => 32 + 228 => 25 + 229 => 91 + 230 => 73 + 234 => 3 + 243 => 86 + 244 => 41 + 245 => 74 + 246 => 39 + 247 => 36 + 248 => 69 + 249 => 35 + 250 => 76 + 252 => 64 + 255 => 100 + 256 => 26 + 258 => 58 + 269 => 31 + 270 => 84 + 293 => 94 + 294 => 99 + 295 => 34 + 297 => 12 + 299 => 103 + 301 => 79 + 303 => 89 + 307 => 9 + 309 => 6 Class: public abstract org.slf4j.helpers.MarkerIgnoringBase NameNotChanged Source: "MarkerIgnoringBase.java" FieldsOf: org.slf4j.helpers.MarkerIgnoringBase - private static int a => b + private static java.lang.String[] a => b private static final long serialVersionUID NameNotChanged MethodsOf: org.slf4j.helpers.MarkerIgnoringBase static void () SignatureNotChanged public void () SignatureNotChanged - public static int a() => b() - public static void a(int) => b(int) - public static int b() => c() + public static java.lang.String[] a() => b() + public static void a(java.lang.String[]) => b(java.lang.String[]) public java.lang.String toString() SignatureNotChanged LineNumbersOf: org.slf4j.helpers.MarkerIgnoringBase 39 => 1 @@ -17598,11 +18540,11 @@ Class: public org.slf4j.helpers.NOPLogger NameNotChanged public java.lang.String getName() SignatureNotChanged public final boolean isDebugEnabled() SignatureNotChanged LineNumbersOf: org.slf4j.helpers.NOPLogger - 43 => 2 - 49 => 3 + 43 => 3 + 49 => 7 50 => 4 - 56 => 7 - 97 => 5 + 56 => 5 + 97 => 2 108 => 1 113 => 6 @@ -17613,9 +18555,9 @@ Class: public org.slf4j.helpers.NOPLoggerFactory NameNotChanged public void () SignatureNotChanged public org.slf4j.Logger getLogger(java.lang.String) SignatureNotChanged LineNumbersOf: org.slf4j.helpers.NOPLoggerFactory - 41 => 3 - 43 => 1 - 46 => 2 + 41 => 2 + 43 => 3 + 46 => 1 Class: abstract org.slf4j.helpers.NamedLoggerBase => org.slf4j.helpers.a Source: "NamedLoggerBase.java" @@ -17627,9 +18569,9 @@ Class: abstract org.slf4j.helpers.NamedLoggerBase => org.slf4j.helpers.a public java.lang.String getName() SignatureNotChanged protected java.lang.Object readResolve() SignatureNotChanged LineNumbersOf: org.slf4j.helpers.NamedLoggerBase - 40 => 3 - 47 => 2 - 67 => 1 + 40 => 2 + 47 => 1 + 67 => 3 Class: public org.slf4j.helpers.SubstituteLoggerFactory NameNotChanged Source: "SubstituteLoggerFactory.java" @@ -17641,16 +18583,16 @@ Class: public org.slf4j.helpers.SubstituteLoggerFactory NameNotChanged public java.util.List getLoggerNameList() SignatureNotChanged LineNumbersOf: org.slf4j.helpers.SubstituteLoggerFactory 44 => 9 - 47 => 5 - 50 => 11 - 51 => 7 - 52 => 1 + 47 => 3 + 50 => 6 + 51 => 10 + 52 => 7 53 => 2 - 57 => 4 - 58 => 8 - 59 => 6 - 60 => 3 - 61 => 10 + 57 => 5 + 58 => 1 + 59 => 8 + 60 => 11 + 61 => 4 Class: public org.slf4j.helpers.Util NameNotChanged Source: "Util.java" @@ -17660,12 +18602,12 @@ Class: public org.slf4j.helpers.Util NameNotChanged public static final void report(java.lang.String) SignatureNotChanged public static final void report(java.lang.String, java.lang.Throwable) SignatureNotChanged LineNumbersOf: org.slf4j.helpers.Util - 37 => 2 - 38 => 3 - 39 => 6 - 40 => 4 - 43 => 5 - 44 => 1 + 37 => 3 + 38 => 2 + 39 => 1 + 40 => 5 + 43 => 6 + 44 => 4 Class: final org.zeroturnaround.zip.IdentityNameMapper => org.zeroturnaround.zip.h Source: "IdentityNameMapper.java" @@ -17676,76 +18618,76 @@ Class: final org.zeroturnaround.zip.IdentityNameMapper => org.zeroturnaround.zip private void () SignatureNotChanged public java.lang.String map(java.lang.String) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.IdentityNameMapper - 27 => 3 - 29 => 2 - 32 => 1 + 27 => 2 + 29 => 1 + 32 => 3 -Class: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy => org.zeroturnaround.zip.e +Class: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy => org.zeroturnaround.zip.f Source: "Java6FileApiPermissionsStrategy.java" FieldsOf: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy - private final java.lang.reflect.Method canExecuteMethod => d - private final java.lang.reflect.Method setExecutableMethod => b - private final java.lang.reflect.Method setReadableMethod => a - private final java.lang.reflect.Method setWritableMethod => c + private final java.lang.reflect.Method canExecuteMethod => b + private final java.lang.reflect.Method setExecutableMethod => c + private final java.lang.reflect.Method setReadableMethod => d + private final java.lang.reflect.Method setWritableMethod => a MethodsOf: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy static void () SignatureNotChanged public void () SignatureNotChanged private static org.zeroturnaround.zip.ZipException a(org.zeroturnaround.zip.ZipException) SignatureNotChanged private boolean canExecute(java.io.File) => a(java.io.File) public org.zeroturnaround.zip.ZTFilePermissions getPermissions(java.io.File) SignatureNotChanged - private boolean setExecutable(java.io.File, boolean, boolean) => b(java.io.File, boolean, boolean) + private boolean setExecutable(java.io.File, boolean, boolean) => a(java.io.File, boolean, boolean) public void setPermissions(java.io.File, org.zeroturnaround.zip.ZTFilePermissions) SignatureNotChanged - private boolean setReadable(java.io.File, boolean, boolean) => c(java.io.File, boolean, boolean) - private boolean setWritable(java.io.File, boolean, boolean) => a(java.io.File, boolean, boolean) + private boolean setReadable(java.io.File, boolean, boolean) => b(java.io.File, boolean, boolean) + private boolean setWritable(java.io.File, boolean, boolean) => c(java.io.File, boolean, boolean) LineNumbersOf: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy - 12 => 3 - 13 => 26 - 14 => 8 - 15 => 4 - 16 => 13 - 17 => 22 - 20 => 16 - 22 => 12 - 24 => 24 - 26 => 1 + 12 => 24 + 13 => 4 + 14 => 1 + 15 => 27 + 16 => 9 + 17 => 23 + 20 => 17 + 22 => 2 + 24 => 6 + 26 => 28 29 => 7 - 32 => 21 - 33 => 15 - 34 => 28 - 35 => 11 - 39 => 14 - 40 => 5 - 41 => 23 - 42 => 2 - 45 => 9 - 49 => 27 - 50 => 25 - 51 => 10 - 52 => 6 - 55 => 17 - 59 => 18 - 63 => 20 - 67 => 19 + 32 => 8 + 33 => 25 + 34 => 21 + 35 => 15 + 39 => 10 + 40 => 13 + 41 => 22 + 42 => 26 + 45 => 18 + 49 => 19 + 50 => 16 + 51 => 5 + 52 => 11 + 55 => 14 + 59 => 12 + 63 => 3 + 67 => 20 -Class: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy => org.zeroturnaround.zip.g +Class: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy => org.zeroturnaround.zip.e Source: "Java7Nio2ApiPermissionsStrategy.java" FieldsOf: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy - private final java.lang.Object GROUP_EXECUTE => m - private final java.lang.Object GROUP_READ => a - private final java.lang.Object GROUP_WRITE => n - private final java.lang.Object OTHERS_EXECUTE => j - private final java.lang.Object OTHERS_READ => l - private final java.lang.Object OTHERS_WRITE => i - private final java.lang.Object OWNER_EXECUTE => f - private final java.lang.Object OWNER_READ => p - private final java.lang.Object OWNER_WRITE => b - private final java.lang.Class filesClass => o - private final java.lang.reflect.Method getPosixFilePermissionsMethod => c - private final java.lang.Class linkOptionClass => q - private final java.lang.Enum[] linkOptionsArray => k - private final java.lang.Class pathClass => g - private final java.lang.Class posixFilePermissionClass => e - private final java.lang.reflect.Method setPosixFilePermissionsMethod => h + private final java.lang.Object GROUP_EXECUTE => h + private final java.lang.Object GROUP_READ => o + private final java.lang.Object GROUP_WRITE => q + private final java.lang.Object OTHERS_EXECUTE => m + private final java.lang.Object OTHERS_READ => b + private final java.lang.Object OTHERS_WRITE => n + private final java.lang.Object OWNER_EXECUTE => e + private final java.lang.Object OWNER_READ => g + private final java.lang.Object OWNER_WRITE => k + private final java.lang.Class filesClass => l + private final java.lang.reflect.Method getPosixFilePermissionsMethod => f + private final java.lang.Class linkOptionClass => j + private final java.lang.Enum[] linkOptionsArray => a + private final java.lang.Class pathClass => p + private final java.lang.Class posixFilePermissionClass => i + private final java.lang.reflect.Method setPosixFilePermissionsMethod => c private final java.lang.reflect.Method toPathMethod => d MethodsOf: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy static void () SignatureNotChanged @@ -17759,71 +18701,71 @@ Class: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy => org.zeroturnaro private void setPosixFilePermissions(java.io.File, java.util.Set) => a(java.io.File, java.util.Set) private java.lang.Object toPath(java.io.File) => a(java.io.File) LineNumbersOf: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy - 37 => 13 - 38 => 41 - 39 => 16 - 42 => 10 - 43 => 61 - 44 => 29 - 45 => 53 - 46 => 42 - 47 => 17 - 48 => 48 - 49 => 34 - 50 => 67 - 51 => 62 - 52 => 54 - 53 => 37 - 55 => 2 - 56 => 43 - 57 => 23 - 58 => 36 - 60 => 35 - 61 => 5 - 63 => 6 - 64 => 25 - 65 => 1 - 66 => 11 - 69 => 44 - 70 => 15 - 72 => 19 - 74 => 60 - 75 => 9 - 76 => 45 - 78 => 33 - 79 => 38 - 80 => 12 - 82 => 4 - 83 => 28 - 84 => 65 - 86 => 18 - 90 => 49 - 91 => 20 - 92 => 46 - 93 => 7 - 94 => 52 - 96 => 22 - 97 => 51 - 98 => 58 - 100 => 66 - 101 => 21 - 102 => 27 - 104 => 56 - 105 => 64 - 108 => 30 - 109 => 50 - 111 => 8 - 121 => 31 - 126 => 59 - 127 => 26 - 131 => 55 - 136 => 32 and 39 - 137 => 63 - 138 => 14 and 24 - 139 => 47 - 141 => 3 - 143 => 40 - 145 => 57 + 37 => 7 + 38 => 30 + 39 => 66 + 42 => 49 + 43 => 50 + 44 => 23 + 45 => 26 + 46 => 9 + 47 => 45 + 48 => 39 + 49 => 14 + 50 => 40 + 51 => 27 + 52 => 67 + 53 => 47 + 55 => 32 + 56 => 46 + 57 => 21 + 58 => 35 + 60 => 41 + 61 => 54 + 63 => 12 + 64 => 55 + 65 => 53 + 66 => 57 + 69 => 56 + 70 => 10 + 72 => 61 + 74 => 52 + 75 => 11 + 76 => 64 + 78 => 58 + 79 => 22 + 80 => 25 + 82 => 18 + 83 => 36 + 84 => 51 + 86 => 43 + 90 => 37 + 91 => 31 + 92 => 13 + 93 => 4 + 94 => 38 + 96 => 17 + 97 => 62 + 98 => 15 + 100 => 33 + 101 => 42 + 102 => 28 + 104 => 20 + 105 => 65 + 108 => 5 + 109 => 24 + 111 => 48 + 121 => 63 + 126 => 2 + 127 => 1 + 131 => 34 + 136 => 44 and 59 + 137 => 16 + 138 => 6 and 8 + 139 => 60 + 141 => 19 + 143 => 29 + 145 => 3 Class: public org.zeroturnaround.zip.MaliciousZipException NameNotChanged Source: "MaliciousZipException.java" @@ -17832,8 +18774,8 @@ Class: public org.zeroturnaround.zip.MaliciousZipException NameNotChanged static void () SignatureNotChanged public void (java.io.File, java.lang.String) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.MaliciousZipException - 8 => 1 - 9 => 2 + 8 => 2 + 9 => 1 Class: public abstract org.zeroturnaround.zip.NameMapper NameNotChanged Source: "NameMapper.java" @@ -17842,71 +18784,71 @@ Class: public abstract org.zeroturnaround.zip.NameMapper NameNotChanged public abstract java.lang.String map(java.lang.String) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.NameMapper -Class: org.zeroturnaround.zip.ZTFilePermissions => org.zeroturnaround.zip.d +Class: org.zeroturnaround.zip.ZTFilePermissions => org.zeroturnaround.zip.g Source: "ZTFilePermissions.java" FieldsOf: org.zeroturnaround.zip.ZTFilePermissions - private boolean groupCanExecute => a - private boolean groupCanRead => h - private boolean groupCanWrite => c - private boolean isDirectory => e - private boolean othersCanExecute => d - private boolean othersCanRead => b - private boolean othersCanWrite => g + private boolean groupCanExecute => i + private boolean groupCanRead => b + private boolean groupCanWrite => h + private boolean isDirectory => d + private boolean othersCanExecute => c + private boolean othersCanRead => g + private boolean othersCanWrite => a private boolean ownerCanExecute => j - private boolean ownerCanRead => i - private boolean ownerCanWrite => f + private boolean ownerCanRead => f + private boolean ownerCanWrite => e MethodsOf: org.zeroturnaround.zip.ZTFilePermissions void () SignatureNotChanged - boolean isGroupCanExecute() => b() - boolean isGroupCanRead() => e() - boolean isGroupCanWrite() => a() - boolean isOthersCanExecute() => h() + boolean isGroupCanExecute() => d() + boolean isGroupCanRead() => i() + boolean isGroupCanWrite() => g() + boolean isOthersCanExecute() => a() boolean isOthersCanRead() => f() - boolean isOthersCanWrite() => d() - boolean isOwnerCanExecute() => i() - boolean isOwnerCanRead() => g() - boolean isOwnerCanWrite() => c() - void setDirectory(boolean) => b(boolean) - void setGroupCanExecute(boolean) => i(boolean) - void setGroupCanRead(boolean) => g(boolean) - void setGroupCanWrite(boolean) => e(boolean) - void setOthersCanExecute(boolean) => c(boolean) - void setOthersCanRead(boolean) => a(boolean) - void setOthersCanWrite(boolean) => h(boolean) - void setOwnerCanExecute(boolean) => d(boolean) - void setOwnerCanRead(boolean) => j(boolean) - void setOwnerCanWrite(boolean) => f(boolean) + boolean isOthersCanWrite() => b() + boolean isOwnerCanExecute() => c() + boolean isOwnerCanRead() => e() + boolean isOwnerCanWrite() => h() + void setDirectory(boolean) => j(boolean) + void setGroupCanExecute(boolean) => d(boolean) + void setGroupCanRead(boolean) => c(boolean) + void setGroupCanWrite(boolean) => g(boolean) + void setOthersCanExecute(boolean) => e(boolean) + void setOthersCanRead(boolean) => h(boolean) + void setOthersCanWrite(boolean) => b(boolean) + void setOwnerCanExecute(boolean) => f(boolean) + void setOwnerCanRead(boolean) => a(boolean) + void setOwnerCanWrite(boolean) => i(boolean) LineNumbersOf: org.zeroturnaround.zip.ZTFilePermissions - 8 => 8 - 28 => 19 - 29 => 9 - 32 => 7 - 36 => 1 - 37 => 17 - 40 => 21 - 44 => 6 - 45 => 3 + 8 => 1 + 28 => 17 + 29 => 22 + 32 => 16 + 36 => 19 + 37 => 2 + 40 => 23 + 44 => 3 + 45 => 14 48 => 25 - 52 => 24 + 52 => 21 53 => 13 - 56 => 12 - 60 => 29 - 61 => 2 - 64 => 16 - 68 => 4 + 56 => 4 + 60 => 24 + 61 => 20 + 64 => 27 + 68 => 28 69 => 10 - 72 => 22 + 72 => 9 76 => 15 - 77 => 11 - 80 => 27 - 84 => 18 - 85 => 28 - 88 => 23 - 92 => 20 - 93 => 14 - 96 => 5 - 100 => 26 - 101 => 30 + 77 => 12 + 80 => 7 + 84 => 30 + 85 => 11 + 88 => 8 + 92 => 26 + 93 => 6 + 96 => 29 + 100 => 18 + 101 => 5 Class: public abstract org.zeroturnaround.zip.ZTFilePermissionsStrategy NameNotChanged Source: "ZTFilePermissionsStrategy.java" @@ -17916,11 +18858,11 @@ Class: public abstract org.zeroturnaround.zip.ZTFilePermissionsStrategy NameNotC public abstract void setPermissions(java.io.File, org.zeroturnaround.zip.ZTFilePermissions) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.ZTFilePermissionsStrategy -Class: org.zeroturnaround.zip.ZTFilePermissionsUtil => org.zeroturnaround.zip.f +Class: org.zeroturnaround.zip.ZTFilePermissionsUtil => org.zeroturnaround.zip.d Source: "ZTFilePermissionsUtil.java" FieldsOf: org.zeroturnaround.zip.ZTFilePermissionsUtil - private static final org.zeroturnaround.zip.ZTFilePermissionsStrategy DEFAULT_STRATEGY => b - private static final org.zeroturnaround.zip.ZTFilePermissionsStrategy NOP_STRATEGY => a + private static final org.zeroturnaround.zip.ZTFilePermissionsStrategy DEFAULT_STRATEGY => a + private static final org.zeroturnaround.zip.ZTFilePermissionsStrategy NOP_STRATEGY => b MethodsOf: org.zeroturnaround.zip.ZTFilePermissionsUtil static void () SignatureNotChanged private static org.zeroturnaround.zip.ZipException a(org.zeroturnaround.zip.ZipException) SignatureNotChanged @@ -17928,46 +18870,46 @@ Class: org.zeroturnaround.zip.ZTFilePermissionsUtil => org.zeroturnaround.zip.f private static org.zeroturnaround.zip.ZTFilePermissionsStrategy fetchDefaultStrategy() => a() static org.zeroturnaround.zip.ZTFilePermissions fromPosixFileMode(int) => a(int) static org.zeroturnaround.zip.ZTFilePermissionsStrategy getDefaultStategy() => b() - static int toPosixFileMode(org.zeroturnaround.zip.ZTFilePermissions) => a(org.zeroturnaround.zip.d) + static int toPosixFileMode(org.zeroturnaround.zip.ZTFilePermissions) => a(org.zeroturnaround.zip.g) private static org.zeroturnaround.zip.ZTFilePermissionsStrategy tryInstantiateStrategy(java.lang.Class) => a(java.lang.Class) LineNumbersOf: org.zeroturnaround.zip.ZTFilePermissionsUtil - 33 => 11 - 44 => 33 - 46 => 29 - 47 => 4 - 48 => 24 - 50 => 19 - 51 => 9 - 52 => 22 - 54 => 5 - 55 => 17 - 56 => 25 - 58 => 2 - 62 => 16 + 33 => 7 + 44 => 2 + 46 => 14 + 47 => 34 + 48 => 16 + 50 => 30 + 51 => 19 + 52 => 8 + 54 => 10 + 55 => 23 + 56 => 12 + 58 => 20 + 62 => 18 72 => 28 - 74 => 1 - 75 => 20 - 76 => 31 - 78 => 14 - 79 => 10 - 80 => 13 - 82 => 12 - 83 => 35 - 84 => 15 - 86 => 18 - 92 => 26 - 103 => 34 - 106 => 7 - 108 => 27 - 109 => 3 - 112 => 21 - 113 => 8 - 116 => 23 - 121 => 30 - 123 => 6 - 125 => 32 + 74 => 13 + 75 => 27 + 76 => 26 + 78 => 29 + 79 => 22 + 80 => 31 + 82 => 32 + 83 => 4 + 84 => 21 + 86 => 5 + 92 => 24 + 103 => 15 + 106 => 25 + 108 => 6 + 109 => 35 + 112 => 3 + 113 => 11 + 116 => 17 + 121 => 1 + 123 => 33 + 125 => 9 -Class: final org.zeroturnaround.zip.ZTFilePermissionsUtil$1 => org.zeroturnaround.zip.f$a +Class: final org.zeroturnaround.zip.ZTFilePermissionsUtil$1 => org.zeroturnaround.zip.d$a Source: "ZTFilePermissionsUtil.java" FieldsOf: org.zeroturnaround.zip.ZTFilePermissionsUtil$1 MethodsOf: org.zeroturnaround.zip.ZTFilePermissionsUtil$1 @@ -17975,11 +18917,11 @@ Class: final org.zeroturnaround.zip.ZTFilePermissionsUtil$1 => org.zeroturnaroun public org.zeroturnaround.zip.ZTFilePermissions getPermissions(java.io.File) SignatureNotChanged public void setPermissions(java.io.File, org.zeroturnaround.zip.ZTFilePermissions) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.ZTFilePermissionsUtil$1 - 92 => 2 - 95 => 3 + 92 => 3 + 95 => 2 99 => 1 -Class: org.zeroturnaround.zip.ZTZipReflectionUtil => org.zeroturnaround.zip.c +Class: org.zeroturnaround.zip.ZTZipReflectionUtil => org.zeroturnaround.zip.b Source: "ZTZipReflectionUtil.java" FieldsOf: org.zeroturnaround.zip.ZTZipReflectionUtil MethodsOf: org.zeroturnaround.zip.ZTZipReflectionUtil @@ -17987,21 +18929,21 @@ Class: org.zeroturnaround.zip.ZTZipReflectionUtil => org.zeroturnaround.zip.c static java.lang.reflect.Method getDeclaredMethod(java.lang.Class, java.lang.String, java.lang.Class[]) => a(java.lang.Class, java.lang.String, java.lang.Class[]) static java.lang.Object invoke(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) => a(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) LineNumbersOf: org.zeroturnaround.zip.ZTZipReflectionUtil - 13 => 6 - 15 => 2 - 16 => 3 - 18 => 13 - 19 => 10 - 25 => 14 - 27 => 5 - 28 => 8 - 34 => 12 - 36 => 15 - 37 => 11 - 39 => 9 - 40 => 7 - 42 => 1 - 43 => 4 + 13 => 7 + 15 => 5 + 16 => 9 + 18 => 6 + 19 => 14 + 25 => 13 + 27 => 4 + 28 => 1 + 34 => 15 + 36 => 10 + 37 => 8 + 39 => 12 + 40 => 11 + 42 => 3 + 43 => 2 Class: public org.zeroturnaround.zip.ZipBreakException NameNotChanged Source: "ZipBreakException.java" @@ -18019,7 +18961,7 @@ Class: public abstract org.zeroturnaround.zip.ZipEntryCallback NameNotChanged public abstract void process(java.io.InputStream, java.util.zip.ZipEntry) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.ZipEntryCallback -Class: org.zeroturnaround.zip.ZipEntryUtil => org.zeroturnaround.zip.b +Class: org.zeroturnaround.zip.ZipEntryUtil => org.zeroturnaround.zip.c Source: "ZipEntryUtil.java" FieldsOf: org.zeroturnaround.zip.ZipEntryUtil MethodsOf: org.zeroturnaround.zip.ZipEntryUtil @@ -18027,61 +18969,61 @@ Class: org.zeroturnaround.zip.ZipEntryUtil => org.zeroturnaround.zip.b static java.util.zip.ZipEntry fromFile(java.lang.String, java.io.File) => a(java.lang.String, java.io.File) private static org.zeroturnaround.zip.extra.AsiExtraField getFirstAsiExtraField(java.util.List) => a(java.util.List) static org.zeroturnaround.zip.ZTFilePermissions getZTFilePermissions(java.util.zip.ZipEntry) => a(java.util.zip.ZipEntry) - static boolean setZTFilePermissions(java.util.zip.ZipEntry, org.zeroturnaround.zip.ZTFilePermissions) => a(java.util.zip.ZipEntry, org.zeroturnaround.zip.d) + static boolean setZTFilePermissions(java.util.zip.ZipEntry, org.zeroturnaround.zip.ZTFilePermissions) => a(java.util.zip.ZipEntry, org.zeroturnaround.zip.g) LineNumbersOf: org.zeroturnaround.zip.ZipEntryUtil - 144 => 13 - 145 => 10 - 146 => 26 - 148 => 16 - 150 => 29 - 151 => 21 - 152 => 9 - 154 => 6 - 166 => 2 - 167 => 27 - 168 => 28 - 169 => 30 - 170 => 20 - 173 => 31 - 174 => 23 - 175 => 33 - 176 => 19 - 178 => 22 - 179 => 1 - 192 => 18 - 193 => 12 - 194 => 11 - 195 => 17 - 196 => 3 - 197 => 34 - 199 => 25 - 201 => 5 - 202 => 32 - 207 => 7 - 208 => 24 - 209 => 4 - 210 => 14 - 212 => 15 - 213 => 8 + 144 => 8 + 145 => 20 + 146 => 30 + 148 => 14 + 150 => 27 + 151 => 29 + 152 => 31 + 154 => 32 + 166 => 11 + 167 => 15 + 168 => 19 + 169 => 25 + 170 => 23 + 173 => 3 + 174 => 24 + 175 => 13 + 176 => 5 + 178 => 16 + 179 => 4 + 192 => 9 + 193 => 22 + 194 => 33 + 195 => 2 + 196 => 1 + 197 => 26 + 199 => 34 + 201 => 7 + 202 => 6 + 207 => 18 + 208 => 10 + 209 => 12 + 210 => 28 + 212 => 17 + 213 => 21 Class: public org.zeroturnaround.zip.ZipException NameNotChanged Source: "ZipException.java" FieldsOf: org.zeroturnaround.zip.ZipException - private static java.lang.String a => b + private static int[] a => b MethodsOf: org.zeroturnaround.zip.ZipException static void () SignatureNotChanged public void (java.lang.Exception) SignatureNotChanged public void (java.lang.String) SignatureNotChanged public void (java.lang.String, java.lang.Throwable) SignatureNotChanged - public static java.lang.String a() => b() - public static void a(java.lang.String) => b(java.lang.String) + public static int[] a() => b() + public static void a(int[]) => b(int[]) LineNumbersOf: org.zeroturnaround.zip.ZipException 5 => 1 - 6 => 4 - 9 => 6 - 10 => 5 - 13 => 2 - 14 => 3 + 6 => 5 + 9 => 4 + 10 => 3 + 13 => 6 + 14 => 2 Class: org.zeroturnaround.zip.ZipExceptionUtil => org.zeroturnaround.zip.a Source: "ZipExceptionUtil.java" @@ -18111,88 +19053,88 @@ Class: public final org.zeroturnaround.zip.ZipUtil NameNotChanged public static void unpack(java.io.File, java.io.File) SignatureNotChanged public static void unpack(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.ZipUtil - 62 => 18 and 28 - 70 => 55 - 472 => 84 - 473 => 54 - 493 => 75 - 495 => 60 - 496 => 78 - 499 => 22 - 502 => 1 - 503 => 23 - 504 => 9 - 506 => 10 - 508 => 73 - 510 => 46 - 511 => 34 - 513 => 59 - 517 => 74 and 79 - 518 => 8 and 58 - 519 => 26 - 521 => 16 - 522 => 3 - 525 => 20 and 77 - 526 => 17 and 39 - 527 => 49 - 939 => 63 - 940 => 24 - 995 => 6 - 996 => 32 - 997 => 56 - 1135 => 37 - 1143 => 31 - 1144 => 14 - 1146 => 19 - 1403 => 7 - 1404 => 41 - 1604 => 13 - 1605 => 70 - 1606 => 66 - 1608 => 72 - 1610 => 15 - 1611 => 65 - 1612 => 61 - 1614 => 21 - 1615 => 29 - 1618 => 40 and 53 - 1619 => 2 and 43 - 1620 => 62 - 1736 => 5 - 1737 => 27 - 1738 => 35 - 1739 => 44 - 1741 => 45 - 1744 => 68 - 1745 => 80 - 1748 => 48 and 50 - 1749 => 36 - 1750 => 11 - 1751 => 51 - 1752 => 30 - 1753 => 64 - 1754 => 47 - 1758 => 67 - 1759 => 83 - 1760 => 38 - 1762 => 82 - 1765 => 71 - 1766 => 25 - 1769 => 42 - 1773 => 76 - 1774 => 12 - 1777 => 52 - 3325 => 57 - 3326 => 4 - 3329 => 69 - 3330 => 33 - 3331 => 81 + 62 => 66 and 77 + 70 => 35 + 472 => 11 + 473 => 5 + 493 => 6 + 495 => 27 + 496 => 28 + 499 => 53 + 502 => 38 + 503 => 78 + 504 => 31 + 506 => 52 + 508 => 71 + 510 => 60 + 511 => 33 + 513 => 80 + 517 => 55 and 76 + 518 => 54 and 58 + 519 => 37 + 521 => 48 + 522 => 20 + 525 => 72 and 81 + 526 => 16 and 22 + 527 => 65 + 939 => 4 + 940 => 13 + 995 => 25 + 996 => 19 + 997 => 14 + 1135 => 40 + 1143 => 29 + 1144 => 70 + 1146 => 8 + 1403 => 2 + 1404 => 12 + 1604 => 34 + 1605 => 30 + 1606 => 47 + 1608 => 61 + 1610 => 43 + 1611 => 82 + 1612 => 18 + 1614 => 3 + 1615 => 41 + 1618 => 1 and 44 + 1619 => 51 and 59 + 1620 => 75 + 1736 => 42 + 1737 => 79 + 1738 => 45 + 1739 => 39 + 1741 => 49 + 1744 => 24 + 1745 => 23 + 1748 => 21 and 62 + 1749 => 32 + 1750 => 7 + 1751 => 74 + 1752 => 9 + 1753 => 50 + 1754 => 67 + 1758 => 10 + 1759 => 63 + 1760 => 17 + 1762 => 69 + 1765 => 26 + 1766 => 56 + 1769 => 36 + 1773 => 64 + 1774 => 46 + 1777 => 15 + 3325 => 84 + 3326 => 83 + 3329 => 57 + 3330 => 68 + 3331 => 73 Class: org.zeroturnaround.zip.ZipUtil$Unpacker => org.zeroturnaround.zip.ZipUtil$a Source: "ZipUtil.java" FieldsOf: org.zeroturnaround.zip.ZipUtil$Unpacker - private final org.zeroturnaround.zip.NameMapper mapper => a - private final java.io.File outputDir => b + private final org.zeroturnaround.zip.NameMapper mapper => b + private final java.io.File outputDir => a MethodsOf: org.zeroturnaround.zip.ZipUtil$Unpacker static void () SignatureNotChanged public void (java.io.File, org.zeroturnaround.zip.NameMapper) SignatureNotChanged @@ -18200,22 +19142,22 @@ Class: org.zeroturnaround.zip.ZipUtil$Unpacker => org.zeroturnaround.zip.ZipUtil public void process(java.io.InputStream, java.util.zip.ZipEntry) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.ZipUtil$Unpacker 1159 => 13 - 1160 => 1 - 1161 => 15 - 1162 => 11 - 1165 => 6 - 1166 => 10 - 1167 => 9 - 1169 => 3 - 1170 => 4 - 1173 => 7 - 1175 => 5 - 1176 => 8 - 1179 => 12 - 1182 => 17 - 1183 => 14 - 1184 => 16 - 1187 => 2 + 1160 => 10 + 1161 => 6 + 1162 => 5 + 1165 => 3 + 1166 => 15 + 1167 => 14 + 1169 => 8 + 1170 => 9 + 1173 => 17 + 1175 => 11 + 1176 => 16 + 1179 => 7 + 1182 => 4 + 1183 => 12 + 1184 => 2 + 1187 => 1 Class: public org.zeroturnaround.zip.commons.FileUtils NameNotChanged Source: "FileUtils.java" @@ -18225,16 +19167,16 @@ Class: public org.zeroturnaround.zip.commons.FileUtils NameNotChanged public static void copy(java.io.File, java.io.OutputStream) SignatureNotChanged public static void copy(java.io.InputStream, java.io.File) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.commons.FileUtils - 34 => 2 - 36 => 6 - 39 => 4 and 11 - 40 => 12 and 14 - 41 => 10 - 54 => 1 - 56 => 7 - 59 => 3 and 8 - 60 => 9 and 13 - 61 => 5 + 34 => 4 + 36 => 8 + 39 => 10 and 14 + 40 => 1 and 3 + 41 => 12 + 54 => 11 + 56 => 13 + 59 => 6 and 9 + 60 => 2 and 5 + 61 => 7 Class: public org.zeroturnaround.zip.commons.FileUtilsV2_2 NameNotChanged Source: "FileUtilsV2_2.java" @@ -18242,26 +19184,26 @@ Class: public org.zeroturnaround.zip.commons.FileUtilsV2_2 NameNotChanged public static final java.io.File[] EMPTY_FILE_ARRAY NameNotChanged public static final java.math.BigInteger ONE_YB NameNotChanged public static final java.math.BigInteger ONE_ZB NameNotChanged - private static com.volmit.iris.object.IrisRegistrant[] a => b + private static int[] a => b MethodsOf: org.zeroturnaround.zip.commons.FileUtilsV2_2 static void () SignatureNotChanged - public static com.volmit.iris.object.IrisRegistrant[] a() => b() - public static void a(com.volmit.iris.object.IrisRegistrant[]) => b(com.volmit.iris.object.IrisRegistrant[]) + public static int[] a() => b() + public static void a(int[]) => b(int[]) private static java.io.IOException a(java.io.IOException) SignatureNotChanged public static void forceMkdir(java.io.File) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.commons.FileUtilsV2_2 - 103 => 11 - 108 => 2 - 113 => 9 - 881 => 8 - 882 => 3 - 883 => 12 - 888 => 1 - 891 => 5 - 894 => 10 - 896 => 6 - 898 => 4 - 902 => 7 + 103 => 6 + 108 => 10 + 113 => 12 + 881 => 7 + 882 => 2 + 883 => 5 + 888 => 9 + 891 => 8 + 894 => 1 + 896 => 4 + 898 => 3 + 902 => 11 Class: public org.zeroturnaround.zip.commons.IOUtils NameNotChanged Source: "IOUtils.java" @@ -18278,33 +19220,33 @@ Class: public org.zeroturnaround.zip.commons.IOUtils NameNotChanged public static long copyLarge(java.io.InputStream, java.io.OutputStream) SignatureNotChanged public static long copyLarge(java.io.InputStream, java.io.OutputStream, byte[]) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.commons.IOUtils - 84 => 22 - 100 => 7 - 101 => 5 - 102 => 4 - 103 => 13 - 104 => 10 - 105 => 26 + 84 => 5 + 100 => 23 + 101 => 10 + 102 => 13 + 103 => 9 + 104 => 8 + 105 => 17 146 => 20 - 147 => 3 - 174 => 25 - 175 => 2 - 202 => 19 - 203 => 11 - 205 => 18 - 207 => 15 - 208 => 9 - 274 => 12 - 275 => 1 - 276 => 14 - 278 => 21 - 299 => 23 - 320 => 27 - 321 => 16 - 322 => 24 - 323 => 17 - 324 => 6 - 326 => 8 + 147 => 22 + 174 => 3 + 175 => 26 + 202 => 6 + 203 => 15 + 205 => 4 + 207 => 14 + 208 => 2 + 274 => 7 + 275 => 11 + 276 => 18 + 278 => 1 + 299 => 24 + 320 => 16 + 321 => 19 + 322 => 27 + 323 => 25 + 324 => 12 + 326 => 21 Class: public org.zeroturnaround.zip.commons.StringBuilderWriter NameNotChanged Source: "StringBuilderWriter.java" @@ -18325,46 +19267,46 @@ Class: public org.zeroturnaround.zip.commons.StringBuilderWriter NameNotChanged public void write(char[], int, int) SignatureNotChanged public void write(java.lang.String) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.commons.StringBuilderWriter - 34 => 12, 15 and 22 - 41 => 19 - 42 => 9 - 43 => 20 - 50 => 6 - 51 => 18 - 52 => 21 - 71 => 16 - 72 => 23 - 83 => 8 - 84 => 5 - 97 => 11 + 34 => 1, 9 and 24 + 41 => 15 + 42 => 8 + 43 => 23 + 50 => 20 + 51 => 16 + 52 => 13 + 71 => 7 + 72 => 18 + 83 => 17 + 84 => 2 + 97 => 21 98 => 4 - 106 => 14 - 113 => 13 - 123 => 1 - 124 => 7 - 126 => 24 - 137 => 17 - 138 => 10 - 140 => 2 - 158 => 3 + 106 => 12 + 113 => 5 + 123 => 6 + 124 => 10 + 126 => 14 + 137 => 3 + 138 => 11 + 140 => 22 + 158 => 19 Class: public org.zeroturnaround.zip.extra.AsiExtraField NameNotChanged Source: "AsiExtraField.java" FieldsOf: org.zeroturnaround.zip.extra.AsiExtraField - final int DEFAULT_DIR_PERM => g - final int DEFAULT_FILE_PERM => c - final int DEFAULT_LINK_PERM => f - final int DIR_FLAG => l - final int FILE_FLAG => j - private static final org.zeroturnaround.zip.extra.ZipShort HEADER_ID => m + final int DEFAULT_DIR_PERM => m + final int DEFAULT_FILE_PERM => i + final int DEFAULT_LINK_PERM => e + final int DIR_FLAG => n + final int FILE_FLAG => k + private static final org.zeroturnaround.zip.extra.ZipShort HEADER_ID => c final int LINK_FLAG => h - final int PERM_MASK => i - private java.util.zip.CRC32 crc => e - private boolean dirFlag => a - private int gid => k - private java.lang.String link => d - private int mode => n - private int uid => b + final int PERM_MASK => l + private java.util.zip.CRC32 crc => g + private boolean dirFlag => d + private int gid => b + private java.lang.String link => f + private int mode => a + private int uid => j MethodsOf: org.zeroturnaround.zip.extra.AsiExtraField static void () SignatureNotChanged public void () SignatureNotChanged @@ -18384,82 +19326,82 @@ Class: public org.zeroturnaround.zip.extra.AsiExtraField NameNotChanged public void setDirectory(boolean) SignatureNotChanged public void setMode(int) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.extra.AsiExtraField - 70 => 73 - 76 => 8 - 82 => 15 - 88 => 56 - 100 => 31 - 106 => 68 - 112 => 43 - 114 => 38 - 121 => 40 + 70 => 27 + 76 => 20 + 82 => 42 + 88 => 71 + 100 => 11 + 106 => 46 + 112 => 26 + 114 => 48 + 121 => 17 127 => 62 - 133 => 22 - 143 => 60 - 149 => 64 - 156 => 1 - 159 => 27 - 160 => 55 - 169 => 61 - 180 => 65 and 66 - 185 => 53 - 208 => 57 - 209 => 63 - 211 => 69 - 213 => 21 - 216 => 23 - 218 => 59 - 221 => 45 - 224 => 14 - 225 => 71 - 226 => 16 - 228 => 9 - 229 => 48 - 230 => 5 - 231 => 42 - 261 => 37 - 281 => 75 - 306 => 29 - 316 => 25 - 326 => 7 - 327 => 10 - 336 => 50 - 346 => 6 - 347 => 39 - 348 => 44 - 357 => 32 - 372 => 11 - 373 => 2 - 374 => 51 - 375 => 18 - 376 => 13 - 377 => 4 - 378 => 76 - 379 => 28 - 380 => 58 - 382 => 70 - 385 => 3 - 387 => 41 - 388 => 52 - 389 => 30 - 391 => 35 - 392 => 36 - 395 => 46 - 396 => 74 - 399 => 77 - 400 => 34 - 401 => 20 - 411 => 19 - 412 => 67 - 413 => 47 - 415 => 33 - 416 => 26 - 418 => 12 - 424 => 24 - 425 => 72 - 426 => 17 - 428 => 49 - 430 => 54 + 133 => 13 + 143 => 25 + 149 => 28 + 156 => 15 + 159 => 66 + 160 => 1 + 169 => 54 + 180 => 29 and 38 + 185 => 75 + 208 => 58 + 209 => 34 + 211 => 63 + 213 => 16 + 216 => 32 + 218 => 12 + 221 => 51 + 224 => 64 + 225 => 73 + 226 => 22 + 228 => 10 + 229 => 57 + 230 => 55 + 231 => 30 + 261 => 45 + 281 => 18 + 306 => 76 + 316 => 60 + 326 => 72 + 327 => 50 + 336 => 39 + 346 => 3 + 347 => 37 + 348 => 53 + 357 => 59 + 372 => 5 + 373 => 21 + 374 => 23 + 375 => 2 + 376 => 43 + 377 => 40 + 378 => 8 + 379 => 74 + 380 => 70 + 382 => 49 + 385 => 65 + 387 => 36 + 388 => 44 + 389 => 77 + 391 => 61 + 392 => 35 + 395 => 24 + 396 => 56 + 399 => 4 + 400 => 67 + 401 => 31 + 411 => 33 + 412 => 68 + 413 => 41 + 415 => 14 + 416 => 52 + 418 => 9 + 424 => 47 + 425 => 6 + 426 => 7 + 428 => 69 + 430 => 19 Class: public org.zeroturnaround.zip.extra.ExtraFieldUtils NameNotChanged Source: "ExtraFieldUtils.java" @@ -18473,60 +19415,60 @@ Class: public org.zeroturnaround.zip.extra.ExtraFieldUtils NameNotChanged public static java.util.List parse(byte[]) SignatureNotChanged public static void register(java.lang.Class) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.extra.ExtraFieldUtils - 48 => 7 - 49 => 19 - 50 => 14 - 65 => 36 - 66 => 6 - 68 => 38 - 69 => 11 - 71 => 43 - 72 => 13 - 74 => 16 - 75 => 22 - 76 => 42 - 77 => 50 - 90 => 9 - 91 => 49 - 92 => 21 - 94 => 37 - 95 => 40 - 96 => 54 - 115 => 41 - 116 => 53 - 117 => 1 - 119 => 39 - 120 => 30 - 121 => 29 - 122 => 26 - 123 => 28 - 124 => 44 - 132 => 35 - 133 => 45 - 134 => 32 - 136 => 51 - 137 => 12 - 139 => 5 - 140 => 20 - 141 => 34 - 142 => 52 - 143 => 10 - 144 => 47 - 155 => 8 - 157 => 33 - 158 => 3 - 159 => 18 - 160 => 24 - 162 => 25 - 163 => 27 - 164 => 17 - 165 => 4 - 167 => 31 - 169 => 48 - 170 => 46 - 171 => 15 - 172 => 23 - 173 => 2 + 48 => 34 + 49 => 2 + 50 => 49 + 65 => 24 + 66 => 7 + 68 => 52 + 69 => 8 + 71 => 17 + 72 => 39 + 74 => 6 + 75 => 45 + 76 => 27 + 77 => 47 + 90 => 31 + 91 => 15 + 92 => 37 + 94 => 21 + 95 => 53 + 96 => 50 + 115 => 42 + 116 => 44 + 117 => 9 + 119 => 43 + 120 => 28 + 121 => 20 + 122 => 5 + 123 => 33 + 124 => 1 + 132 => 51 + 133 => 48 + 134 => 38 + 136 => 29 + 137 => 13 + 139 => 46 + 140 => 19 + 141 => 11 + 142 => 32 + 143 => 35 + 144 => 10 + 155 => 18 + 157 => 16 + 158 => 25 + 159 => 40 + 160 => 22 + 162 => 23 + 163 => 26 + 164 => 3 + 165 => 41 + 167 => 14 + 169 => 36 + 170 => 30 + 171 => 54 + 172 => 12 + 173 => 4 Class: public org.zeroturnaround.zip.extra.UnrecognizedExtraField NameNotChanged Source: "UnrecognizedExtraField.java" @@ -18544,22 +19486,22 @@ Class: public org.zeroturnaround.zip.extra.UnrecognizedExtraField NameNotChanged public void setLocalFileDataData(byte[]) SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.extra.UnrecognizedExtraField 34 => 7 - 49 => 11 - 50 => 15 - 58 => 1 - 76 => 9 - 77 => 17 - 85 => 4 - 94 => 8 - 146 => 14 - 147 => 6 - 148 => 16 - 149 => 3 - 171 => 12 - 172 => 2 - 173 => 13 - 174 => 5 - 176 => 10 + 49 => 13 + 50 => 9 + 58 => 15 + 76 => 5 + 77 => 16 + 85 => 1 + 94 => 2 + 146 => 8 + 147 => 4 + 148 => 12 + 149 => 17 + 171 => 6 + 172 => 11 + 173 => 3 + 174 => 10 + 176 => 14 Class: public abstract org.zeroturnaround.zip.extra.ZipExtraField NameNotChanged Source: "ZipExtraField.java" @@ -18577,8 +19519,8 @@ Class: public final org.zeroturnaround.zip.extra.ZipLong NameNotChanged public static final org.zeroturnaround.zip.extra.ZipLong CFH_SIG NameNotChanged public static final org.zeroturnaround.zip.extra.ZipLong DD_SIG NameNotChanged public static final org.zeroturnaround.zip.extra.ZipLong LFH_SIG NameNotChanged - static final org.zeroturnaround.zip.extra.ZipLong ZIP64_MAGIC => b - private final long value => a + static final org.zeroturnaround.zip.extra.ZipLong ZIP64_MAGIC => a + private final long value => b MethodsOf: org.zeroturnaround.zip.extra.ZipLong static void () SignatureNotChanged public void (long) SignatureNotChanged @@ -18591,47 +19533,46 @@ Class: public final org.zeroturnaround.zip.extra.ZipLong NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.extra.ZipLong - 52 => 9 - 55 => 8 - 60 => 13 - 66 => 19 - 74 => 20 - 75 => 24 - 76 => 4 - 116 => 25 - 126 => 23 - 127 => 2 - 128 => 15 - 129 => 1 - 130 => 6 - 131 => 26 - 142 => 7 + 52 => 3 + 55 => 26 + 60 => 17 + 66 => 13 + 74 => 8 + 75 => 7 + 76 => 16 + 116 => 6 + 126 => 15 + 127 => 9 + 128 => 4 + 129 => 23 + 130 => 25 + 131 => 14 + 142 => 27 143 => 10 - 144 => 21 - 145 => 22 + 144 => 24 + 145 => 21 146 => 12 - 168 => 14 - 169 => 11 + 168 => 19 + 169 => 18 171 => 5 - 182 => 16 - 188 => 18 - 190 => 27 - 192 => 17 - 198 => 3 + 182 => 22 + 188 => 2 + 190 => 1 + 192 => 20 + 198 => 11 Class: public final org.zeroturnaround.zip.extra.ZipShort NameNotChanged Source: "ZipShort.java" FieldsOf: org.zeroturnaround.zip.extra.ZipShort - private static boolean a => b - private final int value => a + private static java.lang.String a => b + private final int value => c MethodsOf: org.zeroturnaround.zip.extra.ZipShort static void () SignatureNotChanged public void (byte[], int) SignatureNotChanged public void (int) SignatureNotChanged - public static boolean a() => b() - public static void a(boolean) => b(boolean) + public static java.lang.String a() => b() private static java.lang.RuntimeException a(java.lang.RuntimeException) SignatureNotChanged - public static boolean b() => a() + public static void a(java.lang.String) => b(java.lang.String) public java.lang.Object clone() SignatureNotChanged public boolean equals(java.lang.Object) SignatureNotChanged public byte[] getBytes() SignatureNotChanged @@ -18641,397 +19582,408 @@ Class: public final org.zeroturnaround.zip.extra.ZipShort NameNotChanged public int hashCode() SignatureNotChanged public java.lang.String toString() SignatureNotChanged LineNumbersOf: org.zeroturnaround.zip.extra.ZipShort - 44 => 8 - 45 => 15 - 46 => 2 - 65 => 20 - 66 => 26 - 67 => 10 - 76 => 9 - 77 => 18 - 78 => 13 - 79 => 12 - 89 => 11 - 99 => 21 - 100 => 1 - 101 => 14 - 102 => 22 - 113 => 24 - 114 => 25 - 115 => 5 - 137 => 4 - 138 => 17 - 140 => 19 - 151 => 16 - 157 => 3 - 159 => 23 - 161 => 6 - 167 => 7 + 44 => 26 + 45 => 24 + 46 => 7 + 65 => 12 + 66 => 9 + 67 => 8 + 76 => 22 + 77 => 5 + 78 => 21 + 79 => 4 + 89 => 25 + 99 => 1 + 100 => 13 + 101 => 17 + 102 => 11 + 113 => 15 + 114 => 10 + 115 => 16 + 137 => 18 + 138 => 2 + 140 => 6 + 151 => 20 + 157 => 23 + 159 => 3 + 161 => 19 + 167 => 14 AutoReflectionClass: com.volmit.iris.util.a -TraceBackClass: com.volmit.iris.object.IrisRegistrant Data: 33851 a3851 b3851 N -ForwardClass: com.volmit.iris.Iris Package: com.volmit.iris Data: 42115 a2114 b2115 I -ForwardClass: com.volmit.iris.command.PermissionIris Package: com.volmit.iris.command Data: 53961 a3961 b3961 Q -ForwardClass: com.volmit.iris.gen.ContextualChunkGenerator Package: com.volmit.iris.gen Data: 14571 a4571 b4571 c4572 g -ForwardClass: com.volmit.iris.gen.atomics.AtomicCache Package: com.volmit.iris.gen.atomics Data: 43941 a3940 b3940 M -ForwardClass: com.volmit.iris.gen.layer.GenLayerUpdate Package: com.volmit.iris.gen.layer Data: 24058 a4058 b4058 c4059 i -ForwardClass: com.volmit.iris.gen.post.PostWallPatcher Package: com.volmit.iris.gen.post Data: 24102 a4102 b4102 c4103 Z -ForwardClass: com.volmit.iris.gui.NoiseView Package: com.volmit.iris.gui Data: 53000 a3000 b3000 F -ForwardClass: com.volmit.iris.noise.FastNoise Package: com.volmit.iris.noise Data: 33204 a3204 b3204 z -ForwardClass: com.volmit.iris.object.IrisBiome Package: com.volmit.iris.object Data: 43285 a3284 b3285 z -ForwardClass: com.volmit.iris.util.MortarPlugin Package: com.volmit.iris.util Data: 33452 a3452 b3452 L -ForwardClass: com.volmit.iris.util.inventory.UIElement Package: com.volmit.iris.util.inventory Data: 34125 a4125 b4125 N -ForwardClass: org.slf4j.LoggerFactory Package: org.slf4j Data: 42382 a2382 b2382 y -ForwardClass: org.slf4j.helpers.MarkerIgnoringBase Package: org.slf4j.helpers Data: 23666 a3666 b3666 c3667 u -ForwardClass: org.zeroturnaround.zip.ZipException Package: org.zeroturnaround.zip Data: 33753 a3753 b3753 G -ForwardClass: org.zeroturnaround.zip.commons.FileUtilsV2_2 Package: org.zeroturnaround.zip.commons Data: M4508 a4508 b4508 h -ForwardClass: org.zeroturnaround.zip.extra.ZipShort Package: org.zeroturnaround.zip.extra Data: 13933 a3933 b3933 c3934 O +TraceBackClass: com.volmit.iris.util.MortarPlugin Data: 13452 a3452 b3452 c3453 O +ForwardClass: com.volmit.iris.Iris Package: com.volmit.iris Data: 32115 a2114 b2116 v +ForwardClass: com.volmit.iris.activation.IrisActivation2 Package: com.volmit.iris.activation Data: 24327 a4327 b4327 c4328 r +ForwardClass: com.volmit.iris.command.PermissionIris Package: com.volmit.iris.command Data: 53961 a3961 b3961 B +ForwardClass: com.volmit.iris.gen.ContextualChunkGenerator Package: com.volmit.iris.gen Data: M4571 a4571 b4571 o +ForwardClass: com.volmit.iris.gen.atomics.AtomicCache Package: com.volmit.iris.gen.atomics Data: 53941 a3940 b3940 e +ForwardClass: com.volmit.iris.gen.layer.GenLayerUpdate Package: com.volmit.iris.gen.layer Data: 44058 a4058 b4058 q +ForwardClass: com.volmit.iris.gen.post.PostWallPatcher Package: com.volmit.iris.gen.post Data: 54102 a4102 b4102 j +ForwardClass: com.volmit.iris.gui.IrisVision Package: com.volmit.iris.gui Data: 33118 a3118 b3118 b +ForwardClass: com.volmit.iris.noise.FastNoise Package: com.volmit.iris.noise Data: 53204 a3204 b3204 i +ForwardClass: com.volmit.iris.object.IrisRegistrant Package: com.volmit.iris.object Data: 43851 a3851 b3851 v +ForwardClass: com.volmit.iris.util.KList Package: com.volmit.iris.util Data: 42687 a2687 b2687 l +ForwardClass: org.slf4j.LoggerFactory Package: org.slf4j Data: M2382 a2382 b2382 F +ForwardClass: org.slf4j.helpers.MarkerIgnoringBase Package: org.slf4j.helpers Data: 53666 a3666 b3666 I +ForwardClass: org.zeroturnaround.zip.ZipException Package: org.zeroturnaround.zip Data: 43753 a3753 b3753 X +ForwardClass: org.zeroturnaround.zip.commons.FileUtilsV2_2 Package: org.zeroturnaround.zip.commons Data: 44508 a4508 b4508 b +ForwardClass: org.zeroturnaround.zip.extra.ZipShort Package: org.zeroturnaround.zip.extra Data: 33933 a3933 b3933 L MemberClass: com.volmit.iris.Iris Data: 1974 +MemberClass: com.volmit.iris.IrisBoardManager Data: 3161 MemberClass: com.volmit.iris.IrisContext Data: 2715 -MemberClass: com.volmit.iris.IrisDataManager Data: 3051 n +MemberClass: com.volmit.iris.IrisDataManager Data: 3051 p MemberClass: com.volmit.iris.IrisHotloadManager Data: 3388 MemberClass: com.volmit.iris.IrisMetrics Data: 2701 MemberClass: com.volmit.iris.IrisSettings Data: 2823 -MemberClass: com.volmit.iris.ProjectManager Data: 2993 B +MemberClass: com.volmit.iris.ProjectManager Data: 2993 L MemberClass: com.volmit.iris.StructureManager Data: 3243 MemberClass: com.volmit.iris.WandManager Data: 2660 -MemberClass: com.volmit.iris.command.CommandIris Data: 3460 -MemberClass: com.volmit.iris.command.CommandIrisCreate Data: 4056 -MemberClass: com.volmit.iris.command.CommandIrisGoto Data: 3869 -MemberClass: com.volmit.iris.command.CommandIrisHotload Data: 4175 -MemberClass: com.volmit.iris.command.CommandIrisLoot Data: 3874 -MemberClass: com.volmit.iris.command.CommandIrisMap Data: 3746 -MemberClass: com.volmit.iris.command.CommandIrisMetrics Data: 4187 -MemberClass: com.volmit.iris.command.CommandIrisObject Data: 4059 -MemberClass: com.volmit.iris.command.CommandIrisObjectContract Data: 4889 -MemberClass: com.volmit.iris.command.CommandIrisObjectExpand Data: 4667 -MemberClass: com.volmit.iris.command.CommandIrisObjectP1 Data: 4188 -MemberClass: com.volmit.iris.command.CommandIrisObjectP2 Data: 4189 -MemberClass: com.volmit.iris.command.CommandIrisObjectPaste Data: 4568 -MemberClass: com.volmit.iris.command.CommandIrisObjectSave Data: 4458 -MemberClass: com.volmit.iris.command.CommandIrisObjectShift Data: 4569 -MemberClass: com.volmit.iris.command.CommandIrisObjectWand Data: 4453 -MemberClass: com.volmit.iris.command.CommandIrisObjectXAY Data: 4301 -MemberClass: com.volmit.iris.command.CommandIrisObjectXPY Data: 4316 -MemberClass: com.volmit.iris.command.CommandIrisPregen Data: 4069 -MemberClass: com.volmit.iris.command.CommandIrisStructure Data: 4437 -MemberClass: com.volmit.iris.command.CommandIrisStructureClose Data: 4939 -MemberClass: com.volmit.iris.command.CommandIrisStructureCreate Data: 5033 -MemberClass: com.volmit.iris.command.CommandIrisStructureExpand Data: 5045 -MemberClass: com.volmit.iris.command.CommandIrisStructureMore Data: 4840 -MemberClass: com.volmit.iris.command.CommandIrisStructureOpen Data: 4839 -MemberClass: com.volmit.iris.command.CommandIrisStructureSave Data: 4836 -MemberClass: com.volmit.iris.command.CommandIrisStructureVariants Data: 5277 -MemberClass: com.volmit.iris.command.CommandIrisStudio Data: 4092 -MemberClass: com.volmit.iris.command.CommandIrisStudioClose Data: 4594 -MemberClass: com.volmit.iris.command.CommandIrisStudioCreate Data: 4688 -MemberClass: com.volmit.iris.command.CommandIrisStudioList Data: 4504 s -MemberClass: com.volmit.iris.command.CommandIrisStudioOpen Data: 4494 -MemberClass: com.volmit.iris.command.CommandIrisStudioPackage Data: 4776 -MemberClass: com.volmit.iris.command.CommandIrisStudioUpdate Data: 4703 -MemberClass: com.volmit.iris.command.CommandIrisStudioVerify Data: 4721 O -MemberClass: com.volmit.iris.command.CommandIrisTC Data: 3611 -MemberClass: com.volmit.iris.command.CommandIrisWhat Data: 3864 -MemberClass: com.volmit.iris.command.CommandIrisWhatBlock Data: 4355 -MemberClass: com.volmit.iris.command.CommandIrisWhatHand Data: 4243 -MemberClass: com.volmit.iris.command.CommandIrisWorld Data: 3980 -MemberClass: com.volmit.iris.command.PermissionIris Data: 3822 -MemberClass: com.volmit.iris.command.PermissionIrisStudio Data: 4454 -MemberClass: com.volmit.iris.gen.ContextualChunkGenerator Data: 4433 H -MemberClass: com.volmit.iris.gen.DimensionChunkGenerator Data: 4304 -MemberClass: com.volmit.iris.gen.IrisChunkGenerator Data: 3777 -MemberClass: com.volmit.iris.gen.ParallaxChunkGenerator Data: 4191 -MemberClass: com.volmit.iris.gen.ParallelChunkGenerator Data: 4183 -MemberClass: com.volmit.iris.gen.PostBlockChunkGenerator Data: 4283 -MemberClass: com.volmit.iris.gen.TerrainChunkGenerator Data: 4095 z -MemberClass: com.volmit.iris.gen.atomics.AtomicCache Data: 3803 -MemberClass: com.volmit.iris.gen.atomics.AtomicMulticache Data: 4358 -MemberClass: com.volmit.iris.gen.atomics.AtomicRegionData Data: 4325 -MemberClass: com.volmit.iris.gen.atomics.AtomicSliver Data: 3964 y -MemberClass: com.volmit.iris.gen.atomics.AtomicSliverMap Data: 4250 L -MemberClass: com.volmit.iris.gen.atomics.AtomicWorldData Data: 4233 -MemberClass: com.volmit.iris.gen.atomics.MasterLock Data: 3743 -MemberClass: com.volmit.iris.gen.layer.BiomeDataProvider Data: 4233 -MemberClass: com.volmit.iris.gen.layer.GenLayerBiome Data: 3803 L -MemberClass: com.volmit.iris.gen.layer.GenLayerCarve Data: 3808 -MemberClass: com.volmit.iris.gen.layer.GenLayerCave Data: 3694 -MemberClass: com.volmit.iris.gen.layer.GenLayerText Data: 3732 -MemberClass: com.volmit.iris.gen.layer.GenLayerUpdate Data: 3922 z -MemberClass: com.volmit.iris.gen.post.Post Data: 2856 -MemberClass: com.volmit.iris.gen.post.PostFloatingNibDeleter Data: 4666 -MemberClass: com.volmit.iris.gen.post.PostNibSmoother Data: 3986 W -MemberClass: com.volmit.iris.gen.post.PostPotholeFiller Data: 4193 y -MemberClass: com.volmit.iris.gen.post.PostSlabber Data: 3555 -MemberClass: com.volmit.iris.gen.post.PostWallPatcher Data: 3967 -MemberClass: com.volmit.iris.gen.post.PostWaterlogger Data: 4011 -MemberClass: com.volmit.iris.gui.NoiseView Data: 2866 Wq -MemberClass: com.volmit.iris.gui.NoiseView$1 Data: 2999 -MemberClass: com.volmit.iris.gui.NoiseView$2 Data: 3001 -MemberClass: com.volmit.iris.gui.NoiseView$3 Data: 3000 -MemberClass: com.volmit.iris.noise.CNG Data: 2381 S -MemberClass: com.volmit.iris.noise.CNGFactory Data: 3109 -MemberClass: com.volmit.iris.noise.CellGenerator Data: 3484 l -MemberClass: com.volmit.iris.noise.CellHeightNoise Data: 3660 -MemberClass: com.volmit.iris.noise.CellularNoise Data: 3495 -MemberClass: com.volmit.iris.noise.CubicNoise Data: 3161 -MemberClass: com.volmit.iris.noise.FastNoise Data: 3073 +MemberClass: com.volmit.iris.activation.IrisActivation1 Data: 4187 +MemberClass: com.volmit.iris.activation.IrisActivation2 Data: 4188 Q +MemberClass: com.volmit.iris.activation.IrisActivation3 Data: 4189 u +MemberClass: com.volmit.iris.activation.IrisActivation4 Data: 4190 +MemberClass: com.volmit.iris.command.CommandIris Data: 3461 +MemberClass: com.volmit.iris.command.CommandIrisCreate Data: 4057 +MemberClass: com.volmit.iris.command.CommandIrisEditBiome Data: 4343 +MemberClass: com.volmit.iris.command.CommandIrisGoto Data: 3870 +MemberClass: com.volmit.iris.command.CommandIrisHotload Data: 4176 +MemberClass: com.volmit.iris.command.CommandIrisLoot Data: 3875 +MemberClass: com.volmit.iris.command.CommandIrisMap Data: 3747 +MemberClass: com.volmit.iris.command.CommandIrisMetrics Data: 4188 +MemberClass: com.volmit.iris.command.CommandIrisObject Data: 4060 +MemberClass: com.volmit.iris.command.CommandIrisObjectContract Data: 4890 +MemberClass: com.volmit.iris.command.CommandIrisObjectExpand Data: 4668 +MemberClass: com.volmit.iris.command.CommandIrisObjectP1 Data: 4189 +MemberClass: com.volmit.iris.command.CommandIrisObjectP2 Data: 4190 +MemberClass: com.volmit.iris.command.CommandIrisObjectPaste Data: 4569 +MemberClass: com.volmit.iris.command.CommandIrisObjectSave Data: 4459 +MemberClass: com.volmit.iris.command.CommandIrisObjectShift Data: 4570 +MemberClass: com.volmit.iris.command.CommandIrisObjectWand Data: 4454 +MemberClass: com.volmit.iris.command.CommandIrisObjectXAY Data: 4302 +MemberClass: com.volmit.iris.command.CommandIrisObjectXPY Data: 4317 +MemberClass: com.volmit.iris.command.CommandIrisPregen Data: 4070 +MemberClass: com.volmit.iris.command.CommandIrisStructure Data: 4438 +MemberClass: com.volmit.iris.command.CommandIrisStructureClose Data: 4940 +MemberClass: com.volmit.iris.command.CommandIrisStructureCreate Data: 5034 +MemberClass: com.volmit.iris.command.CommandIrisStructureExpand Data: 5046 +MemberClass: com.volmit.iris.command.CommandIrisStructureMore Data: 4841 +MemberClass: com.volmit.iris.command.CommandIrisStructureOpen Data: 4840 +MemberClass: com.volmit.iris.command.CommandIrisStructureSave Data: 4837 +MemberClass: com.volmit.iris.command.CommandIrisStructureVariants Data: 5278 +MemberClass: com.volmit.iris.command.CommandIrisStudio Data: 4093 +MemberClass: com.volmit.iris.command.CommandIrisStudioClose Data: 4595 +MemberClass: com.volmit.iris.command.CommandIrisStudioCreate Data: 4689 +MemberClass: com.volmit.iris.command.CommandIrisStudioList Data: 4505 t +MemberClass: com.volmit.iris.command.CommandIrisStudioOpen Data: 4495 +MemberClass: com.volmit.iris.command.CommandIrisStudioPackage Data: 4777 +MemberClass: com.volmit.iris.command.CommandIrisStudioUpdate Data: 4704 +MemberClass: com.volmit.iris.command.CommandIrisStudioVerify Data: 4722 E +MemberClass: com.volmit.iris.command.CommandIrisTC Data: 3612 +MemberClass: com.volmit.iris.command.CommandIrisWhat Data: 3865 +MemberClass: com.volmit.iris.command.CommandIrisWhatBlock Data: 4356 +MemberClass: com.volmit.iris.command.CommandIrisWhatHand Data: 4244 +MemberClass: com.volmit.iris.command.PermissionIris Data: 3823 +MemberClass: com.volmit.iris.command.PermissionIrisStudio Data: 4455 +MemberClass: com.volmit.iris.gen.ContextualChunkGenerator Data: 4434 H +MemberClass: com.volmit.iris.gen.DimensionChunkGenerator Data: 4305 +MemberClass: com.volmit.iris.gen.IrisChunkGenerator Data: 3778 +MemberClass: com.volmit.iris.gen.ParallaxChunkGenerator Data: 4192 +MemberClass: com.volmit.iris.gen.ParallelChunkGenerator Data: 4184 +MemberClass: com.volmit.iris.gen.PostBlockChunkGenerator Data: 4284 +MemberClass: com.volmit.iris.gen.TerrainChunkGenerator Data: 4096 x +MemberClass: com.volmit.iris.gen.atomics.AtomicCache Data: 3804 +MemberClass: com.volmit.iris.gen.atomics.AtomicMulticache Data: 4359 +MemberClass: com.volmit.iris.gen.atomics.AtomicRegionData Data: 4326 +MemberClass: com.volmit.iris.gen.atomics.AtomicSliver Data: 3965 k +MemberClass: com.volmit.iris.gen.atomics.AtomicSliverMap Data: 4251 E +MemberClass: com.volmit.iris.gen.atomics.AtomicWorldData Data: 4234 +MemberClass: com.volmit.iris.gen.atomics.MasterLock Data: 3744 +MemberClass: com.volmit.iris.gen.layer.BiomeDataProvider Data: 4234 +MemberClass: com.volmit.iris.gen.layer.GenLayerBiome Data: 3804 M +MemberClass: com.volmit.iris.gen.layer.GenLayerCarve Data: 3809 +MemberClass: com.volmit.iris.gen.layer.GenLayerCave Data: 3695 +MemberClass: com.volmit.iris.gen.layer.GenLayerText Data: 3733 +MemberClass: com.volmit.iris.gen.layer.GenLayerUpdate Data: 3923 g +MemberClass: com.volmit.iris.gen.post.Post Data: 2857 +MemberClass: com.volmit.iris.gen.post.PostFloatingNibDeleter Data: 4667 +MemberClass: com.volmit.iris.gen.post.PostNibSmoother Data: 3987 q +MemberClass: com.volmit.iris.gen.post.PostPotholeFiller Data: 4194 K +MemberClass: com.volmit.iris.gen.post.PostSlabber Data: 3556 +MemberClass: com.volmit.iris.gen.post.PostWallPatcher Data: 3968 +MemberClass: com.volmit.iris.gen.post.PostWaterlogger Data: 4012 +MemberClass: com.volmit.iris.gui.IrisRenderer Data: 3178 +MemberClass: com.volmit.iris.gui.IrisVision Data: 2987 Du +MemberClass: com.volmit.iris.gui.IrisVision$1 Data: 3121 +MemberClass: com.volmit.iris.gui.IrisVision$2 Data: 3123 +MemberClass: com.volmit.iris.gui.IrisVision$3 Data: 3122 +MemberClass: com.volmit.iris.gui.IrisVision$4 Data: 3120 +MemberClass: com.volmit.iris.gui.Renderer Data: 2771 +MemberClass: com.volmit.iris.noise.CNG Data: 2382 Q +MemberClass: com.volmit.iris.noise.CNGFactory Data: 3110 +MemberClass: com.volmit.iris.noise.CellGenerator Data: 3485 f +MemberClass: com.volmit.iris.noise.CellHeightNoise Data: 3661 +MemberClass: com.volmit.iris.noise.CellularNoise Data: 3496 +MemberClass: com.volmit.iris.noise.CubicNoise Data: 3162 +MemberClass: com.volmit.iris.noise.FastNoise Data: 3074 MemberClass: com.volmit.iris.noise.FastNoise$1 Data: 3208 -MemberClass: com.volmit.iris.noise.FastNoise$CellularDistanceFunction Data: 5578 -MemberClass: com.volmit.iris.noise.FastNoise$CellularReturnType Data: 4987 -MemberClass: com.volmit.iris.noise.FastNoise$Float2 Data: 3206 +MemberClass: com.volmit.iris.noise.FastNoise$CellularDistanceFunction Data: 5579 +MemberClass: com.volmit.iris.noise.FastNoise$CellularReturnType Data: 4988 +MemberClass: com.volmit.iris.noise.FastNoise$Float2 Data: 3209 MemberClass: com.volmit.iris.noise.FastNoise$Float3 Data: 3207 -MemberClass: com.volmit.iris.noise.FastNoise$FractalType Data: 4228 -MemberClass: com.volmit.iris.noise.FastNoise$Interp Data: 3735 -MemberClass: com.volmit.iris.noise.FastNoise$NoiseType Data: 4037 -MemberClass: com.volmit.iris.noise.FlatNoise Data: 3066 -MemberClass: com.volmit.iris.noise.FractalBillowPerlinNoise Data: 4611 -MemberClass: com.volmit.iris.noise.FractalBillowSimplexNoise Data: 4731 -MemberClass: com.volmit.iris.noise.FractalCubicNoise Data: 3862 -MemberClass: com.volmit.iris.noise.FractalFBMSimplexNoise Data: 4327 -MemberClass: com.volmit.iris.noise.FractalRigidMultiSimplexNoise Data: 5132 -MemberClass: com.volmit.iris.noise.GlobNoise Data: 3063 -MemberClass: com.volmit.iris.noise.NoiseFactory Data: 3403 -MemberClass: com.volmit.iris.noise.NoiseGenerator Data: 3610 -MemberClass: com.volmit.iris.noise.NoiseType Data: 3093 -MemberClass: com.volmit.iris.noise.OctaveNoise Data: 3285 -MemberClass: com.volmit.iris.noise.PerlinNoise Data: 3293 -MemberClass: com.volmit.iris.noise.SimplexNoise Data: 3413 -MemberClass: com.volmit.iris.noise.VascularNoise Data: 3508 -MemberClass: com.volmit.iris.noise.WhiteNoise Data: 3188 -MemberClass: com.volmit.iris.object.DecorationPart Data: 3694 -MemberClass: com.volmit.iris.object.Envelope Data: 3085 -MemberClass: com.volmit.iris.object.InferredType Data: 3488 -MemberClass: com.volmit.iris.object.InterpolationMethod Data: 4248 -MemberClass: com.volmit.iris.object.InventorySlotType Data: 4065 -MemberClass: com.volmit.iris.object.IrisAttributeModifier Data: 4425 -MemberClass: com.volmit.iris.object.IrisAxisRotationClamp Data: 4408 -MemberClass: com.volmit.iris.object.IrisBiome Data: 3154 g -MemberClass: com.volmit.iris.object.IrisBiomeDecorator Data: 4085 -MemberClass: com.volmit.iris.object.IrisBiomeGeneratorLink Data: 4487 -MemberClass: com.volmit.iris.object.IrisBiomeMutation Data: 4003 -MemberClass: com.volmit.iris.object.IrisBiomePaletteLayer Data: 4382 -MemberClass: com.volmit.iris.object.IrisCaveLayer Data: 3554 -MemberClass: com.volmit.iris.object.IrisCompatabilityFilter Data: 4638 -MemberClass: com.volmit.iris.object.IrisDepositGenerator Data: 4325 -MemberClass: com.volmit.iris.object.IrisDimension Data: 3596 W -MemberClass: com.volmit.iris.object.IrisEffect Data: 3251 -MemberClass: com.volmit.iris.object.IrisEnchantment Data: 3803 -MemberClass: com.volmit.iris.object.IrisGenerator Data: 3597 -MemberClass: com.volmit.iris.object.IrisGeneratorStyle Data: 4126 -MemberClass: com.volmit.iris.object.IrisLoot Data: 3076 -MemberClass: com.volmit.iris.object.IrisLootReference Data: 3987 -MemberClass: com.volmit.iris.object.IrisLootTable Data: 3564 -MemberClass: com.volmit.iris.object.IrisNoiseGenerator Data: 4107 -MemberClass: com.volmit.iris.object.IrisObject Data: 3261 -MemberClass: com.volmit.iris.object.IrisObjectLimit Data: 3772 -MemberClass: com.volmit.iris.object.IrisObjectPlacement Data: 4182 -MemberClass: com.volmit.iris.object.IrisObjectReplace Data: 3961 -MemberClass: com.volmit.iris.object.IrisObjectRotation Data: 4109 -MemberClass: com.volmit.iris.object.IrisObjectTranslate Data: 4203 -MemberClass: com.volmit.iris.object.IrisPostProcessor Data: 4044 -MemberClass: com.volmit.iris.object.IrisRareObject Data: 3655 -MemberClass: com.volmit.iris.object.IrisRegion Data: 3274 -MemberClass: com.volmit.iris.object.IrisRegionRidge Data: 3765 -MemberClass: com.volmit.iris.object.IrisRegionSpot Data: 3696 -MemberClass: com.volmit.iris.object.IrisRegistrant Data: 3721 -MemberClass: com.volmit.iris.object.IrisShapedGeneratorStyle Data: 4723 -MemberClass: com.volmit.iris.object.IrisStructure Data: 3639 -MemberClass: com.volmit.iris.object.IrisStructurePlacement Data: 4560 -MemberClass: com.volmit.iris.object.IrisStructureTile Data: 4037 -MemberClass: com.volmit.iris.object.LootMode Data: 3058 -MemberClass: com.volmit.iris.object.NoiseStyle Data: 3294 -MemberClass: com.volmit.iris.object.ObjectPlaceMode Data: 3728 -MemberClass: com.volmit.iris.object.StructureTileCondition Data: 4565 -MemberClass: com.volmit.iris.object.StructureTileFace Data: 3997 -MemberClass: com.volmit.iris.object.StructureTileFace$1 Data: 4130 -MemberClass: com.volmit.iris.object.TileResult Data: 3292 -MemberClass: com.volmit.iris.util.ArrayType Data: 3000 -MemberClass: com.volmit.iris.util.Average Data: 2770 -MemberClass: com.volmit.iris.util.B Data: 2137 -MemberClass: com.volmit.iris.util.BiomeMap Data: 2849 -MemberClass: com.volmit.iris.util.BiomeResult Data: 3202 -MemberClass: com.volmit.iris.util.BlockPosition Data: 3415 -MemberClass: com.volmit.iris.util.Board Data: 2559 -MemberClass: com.volmit.iris.util.Board$1 Data: 2692 -MemberClass: com.volmit.iris.util.BoardEntry Data: 3089 -MemberClass: com.volmit.iris.util.BoardManager Data: 3258 -MemberClass: com.volmit.iris.util.BoardProvider Data: 3402 -MemberClass: com.volmit.iris.util.BoardSettings Data: 3408 -MemberClass: com.volmit.iris.util.BoardSettings$BoardSettingsBuilder Data: 5492 -MemberClass: com.volmit.iris.util.BoardUpdateTask Data: 3573 -MemberClass: com.volmit.iris.util.ByteArrayTag Data: 3270 -MemberClass: com.volmit.iris.util.ByteTag Data: 2759 -MemberClass: com.volmit.iris.util.CaveResult Data: 3093 -MemberClass: com.volmit.iris.util.ChronoLatch Data: 3180 -MemberClass: com.volmit.iris.util.ChunkPosition Data: 3429 -MemberClass: com.volmit.iris.util.Command Data: 2774 -MemberClass: com.volmit.iris.util.CompoundTag Data: 3192 -MemberClass: com.volmit.iris.util.Consumer2 Data: 2965 -MemberClass: com.volmit.iris.util.Control Data: 2808 -MemberClass: com.volmit.iris.util.Cuboid Data: 2669 -MemberClass: com.volmit.iris.util.Cuboid$1 Data: 2802 -MemberClass: com.volmit.iris.util.Cuboid$CuboidDirection Data: 4232 -MemberClass: com.volmit.iris.util.Cuboid$CuboidIterator Data: 4145 -MemberClass: com.volmit.iris.util.CustomOutputStream Data: 3983 -MemberClass: com.volmit.iris.util.DOP Data: 2298 -MemberClass: com.volmit.iris.util.DependsOn Data: 2967 -MemberClass: com.volmit.iris.util.Desc Data: 2454 -MemberClass: com.volmit.iris.util.Direction Data: 3000 -MemberClass: com.volmit.iris.util.Direction$11 Data: 3133 -MemberClass: com.volmit.iris.util.DontObfuscate Data: 3400 -MemberClass: com.volmit.iris.util.DoubleArrayUtils Data: 3714 -MemberClass: com.volmit.iris.util.DoubleTag Data: 2958 -MemberClass: com.volmit.iris.util.EndTag Data: 2634 -MemberClass: com.volmit.iris.util.FileWatcher Data: 3173 -MemberClass: com.volmit.iris.util.FloatTag Data: 2857 -MemberClass: com.volmit.iris.util.FolderWatcher Data: 3393 -MemberClass: com.volmit.iris.util.Form Data: 2475 -MemberClass: com.volmit.iris.util.Function2 Data: 2959 -MemberClass: com.volmit.iris.util.GBiset Data: 2645 -MemberClass: com.volmit.iris.util.GenLayer Data: 2862 -MemberClass: com.volmit.iris.util.GroupedExecutor Data: 3644 -MemberClass: com.volmit.iris.util.GroupedExecutor$1 Data: 3777 -MemberClass: com.volmit.iris.util.HeightMap Data: 2958 -MemberClass: com.volmit.iris.util.ICommand Data: 2847 -MemberClass: com.volmit.iris.util.IController Data: 3204 -MemberClass: com.volmit.iris.util.IO Data: 2223 -MemberClass: com.volmit.iris.util.IObjectPlacer Data: 3342 -MemberClass: com.volmit.iris.util.IPostBlockAccess Data: 3651 -MemberClass: com.volmit.iris.util.IRare Data: 2538 -MemberClass: com.volmit.iris.util.Instance Data: 2892 -MemberClass: com.volmit.iris.util.IntArrayTag Data: 3165 -MemberClass: com.volmit.iris.util.IntTag Data: 2654 -MemberClass: com.volmit.iris.util.IrisInterpolation Data: 3862 Ko -MemberClass: com.volmit.iris.util.IrisLock Data: 2871 -MemberClass: com.volmit.iris.util.IrisPostBlockFilter Data: 4005 -MemberClass: com.volmit.iris.util.IrisStructureResult Data: 4094 -MemberClass: com.volmit.iris.util.J Data: 2145 -MemberClass: com.volmit.iris.util.J$1 Data: 2278 -MemberClass: com.volmit.iris.util.JSONArray Data: 2896 -MemberClass: com.volmit.iris.util.JSONException Data: 3328 -MemberClass: com.volmit.iris.util.JSONObject Data: 2984 -MemberClass: com.volmit.iris.util.JSONObject$1 Data: 3117 +MemberClass: com.volmit.iris.noise.FastNoise$FractalType Data: 4229 +MemberClass: com.volmit.iris.noise.FastNoise$Interp Data: 3736 +MemberClass: com.volmit.iris.noise.FastNoise$NoiseType Data: 4038 +MemberClass: com.volmit.iris.noise.FlatNoise Data: 3067 +MemberClass: com.volmit.iris.noise.FractalBillowPerlinNoise Data: 4612 +MemberClass: com.volmit.iris.noise.FractalBillowSimplexNoise Data: 4732 +MemberClass: com.volmit.iris.noise.FractalCubicNoise Data: 3863 +MemberClass: com.volmit.iris.noise.FractalFBMSimplexNoise Data: 4328 +MemberClass: com.volmit.iris.noise.FractalRigidMultiSimplexNoise Data: 5133 +MemberClass: com.volmit.iris.noise.GlobNoise Data: 3064 +MemberClass: com.volmit.iris.noise.NoiseFactory Data: 3404 +MemberClass: com.volmit.iris.noise.NoiseGenerator Data: 3611 +MemberClass: com.volmit.iris.noise.NoiseType Data: 3094 +MemberClass: com.volmit.iris.noise.OctaveNoise Data: 3286 +MemberClass: com.volmit.iris.noise.PerlinNoise Data: 3294 +MemberClass: com.volmit.iris.noise.SimplexNoise Data: 3414 +MemberClass: com.volmit.iris.noise.VascularNoise Data: 3509 +MemberClass: com.volmit.iris.noise.WhiteNoise Data: 3189 +MemberClass: com.volmit.iris.object.DecorationPart Data: 3695 +MemberClass: com.volmit.iris.object.Envelope Data: 3086 +MemberClass: com.volmit.iris.object.InferredType Data: 3489 +MemberClass: com.volmit.iris.object.InterpolationMethod Data: 4249 +MemberClass: com.volmit.iris.object.InventorySlotType Data: 4066 +MemberClass: com.volmit.iris.object.IrisAttributeModifier Data: 4426 +MemberClass: com.volmit.iris.object.IrisAxisRotationClamp Data: 4409 +MemberClass: com.volmit.iris.object.IrisBiome Data: 3155 d +MemberClass: com.volmit.iris.object.IrisBiomeDecorator Data: 4086 +MemberClass: com.volmit.iris.object.IrisBiomeGeneratorLink Data: 4488 +MemberClass: com.volmit.iris.object.IrisBiomeMutation Data: 4004 +MemberClass: com.volmit.iris.object.IrisBiomePaletteLayer Data: 4383 +MemberClass: com.volmit.iris.object.IrisBlockDrops Data: 3674 +MemberClass: com.volmit.iris.object.IrisCaveLayer Data: 3555 +MemberClass: com.volmit.iris.object.IrisCompatabilityFilter Data: 4639 +MemberClass: com.volmit.iris.object.IrisDepositGenerator Data: 4326 +MemberClass: com.volmit.iris.object.IrisDimension Data: 3597 X +MemberClass: com.volmit.iris.object.IrisDimension$1 Data: 3730 +MemberClass: com.volmit.iris.object.IrisEffect Data: 3252 +MemberClass: com.volmit.iris.object.IrisEnchantment Data: 3804 +MemberClass: com.volmit.iris.object.IrisGenerator Data: 3598 +MemberClass: com.volmit.iris.object.IrisGeneratorStyle Data: 4127 +MemberClass: com.volmit.iris.object.IrisLoot Data: 3077 +MemberClass: com.volmit.iris.object.IrisLootReference Data: 3988 +MemberClass: com.volmit.iris.object.IrisLootTable Data: 3565 +MemberClass: com.volmit.iris.object.IrisNoiseGenerator Data: 4108 +MemberClass: com.volmit.iris.object.IrisObject Data: 3262 +MemberClass: com.volmit.iris.object.IrisObjectLimit Data: 3773 +MemberClass: com.volmit.iris.object.IrisObjectPlacement Data: 4183 +MemberClass: com.volmit.iris.object.IrisObjectReplace Data: 3962 +MemberClass: com.volmit.iris.object.IrisObjectRotation Data: 4110 +MemberClass: com.volmit.iris.object.IrisObjectTranslate Data: 4204 +MemberClass: com.volmit.iris.object.IrisPostProcessor Data: 4045 +MemberClass: com.volmit.iris.object.IrisRareObject Data: 3656 +MemberClass: com.volmit.iris.object.IrisRegion Data: 3275 +MemberClass: com.volmit.iris.object.IrisRegion$1 Data: 3408 +MemberClass: com.volmit.iris.object.IrisRegionRidge Data: 3766 +MemberClass: com.volmit.iris.object.IrisRegionSpot Data: 3697 +MemberClass: com.volmit.iris.object.IrisRegistrant Data: 3722 +MemberClass: com.volmit.iris.object.IrisShapedGeneratorStyle Data: 4724 +MemberClass: com.volmit.iris.object.IrisStructure Data: 3640 +MemberClass: com.volmit.iris.object.IrisStructurePlacement Data: 4561 +MemberClass: com.volmit.iris.object.IrisStructureTile Data: 4038 +MemberClass: com.volmit.iris.object.LootMode Data: 3059 +MemberClass: com.volmit.iris.object.NoiseStyle Data: 3295 +MemberClass: com.volmit.iris.object.ObjectPlaceMode Data: 3729 +MemberClass: com.volmit.iris.object.StructureTileCondition Data: 4566 +MemberClass: com.volmit.iris.object.StructureTileFace Data: 3998 +MemberClass: com.volmit.iris.object.StructureTileFace$1 Data: 4131 +MemberClass: com.volmit.iris.object.TileResult Data: 3293 +MemberClass: com.volmit.iris.util.ArrayType Data: 3001 +MemberClass: com.volmit.iris.util.Average Data: 2771 +MemberClass: com.volmit.iris.util.B Data: 2138 +MemberClass: com.volmit.iris.util.BiomeMap Data: 2850 +MemberClass: com.volmit.iris.util.BiomeResult Data: 3203 +MemberClass: com.volmit.iris.util.BlockPosition Data: 3416 +MemberClass: com.volmit.iris.util.Board Data: 2560 +MemberClass: com.volmit.iris.util.Board$1 Data: 2693 +MemberClass: com.volmit.iris.util.BoardEntry Data: 3090 +MemberClass: com.volmit.iris.util.BoardManager Data: 3259 +MemberClass: com.volmit.iris.util.BoardProvider Data: 3403 +MemberClass: com.volmit.iris.util.BoardSettings Data: 3409 +MemberClass: com.volmit.iris.util.BoardSettings$BoardSettingsBuilder Data: 5493 +MemberClass: com.volmit.iris.util.BoardUpdateTask Data: 3574 +MemberClass: com.volmit.iris.util.ByteArrayTag Data: 3271 +MemberClass: com.volmit.iris.util.ByteTag Data: 2760 +MemberClass: com.volmit.iris.util.C Data: 2139 +MemberClass: com.volmit.iris.util.C$1 Data: 2272 +MemberClass: com.volmit.iris.util.C$10 Data: 2273 +MemberClass: com.volmit.iris.util.C$11 Data: 2274 +MemberClass: com.volmit.iris.util.C$12 Data: 2275 +MemberClass: com.volmit.iris.util.C$13 Data: 2276 +MemberClass: com.volmit.iris.util.C$14 Data: 2277 +MemberClass: com.volmit.iris.util.C$15 Data: 2278 +MemberClass: com.volmit.iris.util.C$16 Data: 2279 +MemberClass: com.volmit.iris.util.C$17 Data: 2280 +MemberClass: com.volmit.iris.util.C$18 Data: 2281 +MemberClass: com.volmit.iris.util.C$19 Data: 2282 +MemberClass: com.volmit.iris.util.C$2 Data: 2283 +MemberClass: com.volmit.iris.util.C$20 Data: 2284 +MemberClass: com.volmit.iris.util.C$21 Data: 2285 +MemberClass: com.volmit.iris.util.C$22 Data: 2286 +MemberClass: com.volmit.iris.util.C$3 Data: 2287 +MemberClass: com.volmit.iris.util.C$4 Data: 2288 +MemberClass: com.volmit.iris.util.C$5 Data: 2289 +MemberClass: com.volmit.iris.util.C$6 Data: 2290 +MemberClass: com.volmit.iris.util.C$7 Data: 2291 +MemberClass: com.volmit.iris.util.C$8 Data: 2292 +MemberClass: com.volmit.iris.util.C$9 Data: 2293 +MemberClass: com.volmit.iris.util.Callback Data: 2853 +MemberClass: com.volmit.iris.util.CaveResult Data: 3094 +MemberClass: com.volmit.iris.util.ChronoLatch Data: 3181 +MemberClass: com.volmit.iris.util.ChunkPosition Data: 3430 +MemberClass: com.volmit.iris.util.Command Data: 2775 +MemberClass: com.volmit.iris.util.CompoundTag Data: 3193 +MemberClass: com.volmit.iris.util.Consumer2 Data: 2966 +MemberClass: com.volmit.iris.util.Control Data: 2809 +MemberClass: com.volmit.iris.util.Cuboid Data: 2670 +MemberClass: com.volmit.iris.util.Cuboid$1 Data: 2803 +MemberClass: com.volmit.iris.util.Cuboid$CuboidDirection Data: 4233 +MemberClass: com.volmit.iris.util.Cuboid$CuboidIterator Data: 4146 +MemberClass: com.volmit.iris.util.CustomOutputStream Data: 3984 +MemberClass: com.volmit.iris.util.DOP Data: 2299 +MemberClass: com.volmit.iris.util.DependsOn Data: 2968 +MemberClass: com.volmit.iris.util.Desc Data: 2455 +MemberClass: com.volmit.iris.util.Direction Data: 3001 +MemberClass: com.volmit.iris.util.Direction$11 Data: 3134 +MemberClass: com.volmit.iris.util.DontObfuscate Data: 3401 +MemberClass: com.volmit.iris.util.DoubleArrayUtils Data: 3715 +MemberClass: com.volmit.iris.util.DoubleTag Data: 2959 +MemberClass: com.volmit.iris.util.Element Data: 2786 +MemberClass: com.volmit.iris.util.ElementEvent Data: 3300 +MemberClass: com.volmit.iris.util.EndTag Data: 2635 +MemberClass: com.volmit.iris.util.FileWatcher Data: 3174 +MemberClass: com.volmit.iris.util.FloatTag Data: 2858 +MemberClass: com.volmit.iris.util.FolderWatcher Data: 3394 +MemberClass: com.volmit.iris.util.Form Data: 2476 +MemberClass: com.volmit.iris.util.GBiset Data: 2646 +MemberClass: com.volmit.iris.util.GenLayer Data: 2863 +MemberClass: com.volmit.iris.util.GroupedExecutor Data: 3645 +MemberClass: com.volmit.iris.util.GroupedExecutor$1 Data: 3778 +MemberClass: com.volmit.iris.util.HeightMap Data: 2959 +MemberClass: com.volmit.iris.util.ICommand Data: 2848 +MemberClass: com.volmit.iris.util.IController Data: 3205 +MemberClass: com.volmit.iris.util.IO Data: 2224 +MemberClass: com.volmit.iris.util.IObjectPlacer Data: 3343 +MemberClass: com.volmit.iris.util.IPostBlockAccess Data: 3652 +MemberClass: com.volmit.iris.util.IRare Data: 2539 +MemberClass: com.volmit.iris.util.Info Data: 2468 +MemberClass: com.volmit.iris.util.Instance Data: 2893 +MemberClass: com.volmit.iris.util.IntArrayTag Data: 3166 +MemberClass: com.volmit.iris.util.IntTag Data: 2655 +MemberClass: com.volmit.iris.util.IrisInterpolation Data: 3863 Bw +MemberClass: com.volmit.iris.util.IrisLock Data: 2872 +MemberClass: com.volmit.iris.util.IrisPostBlockFilter Data: 4006 +MemberClass: com.volmit.iris.util.IrisStructureResult Data: 4095 +MemberClass: com.volmit.iris.util.J Data: 2146 +MemberClass: com.volmit.iris.util.J$1 Data: 2279 +MemberClass: com.volmit.iris.util.JSONArray Data: 2897 +MemberClass: com.volmit.iris.util.JSONException Data: 3329 +MemberClass: com.volmit.iris.util.JSONObject Data: 2985 +MemberClass: com.volmit.iris.util.JSONObject$1 Data: 3119 MemberClass: com.volmit.iris.util.JSONObject$Null Data: 3118 -MemberClass: com.volmit.iris.util.JSONString Data: 3016 -MemberClass: com.volmit.iris.util.JSONTokener Data: 3113 -MemberClass: com.volmit.iris.util.KList Data: 2558 -MemberClass: com.volmit.iris.util.KMap Data: 2432 -MemberClass: com.volmit.iris.util.KSet Data: 2446 -MemberClass: com.volmit.iris.util.KeyPair Data: 2764 -MemberClass: com.volmit.iris.util.ListTag Data: 2767 -MemberClass: com.volmit.iris.util.LongTag Data: 2755 -MemberClass: com.volmit.iris.util.M Data: 2148 -MemberClass: com.volmit.iris.util.MaxNumber Data: 2982 -MemberClass: com.volmit.iris.util.MinNumber Data: 2980 -MemberClass: com.volmit.iris.util.MortarCommand Data: 3403 -MemberClass: com.volmit.iris.util.MortarPermission Data: 3765 -MemberClass: com.volmit.iris.util.MortarPlugin Data: 3323 -MemberClass: com.volmit.iris.util.MortarSender Data: 3309 -MemberClass: com.volmit.iris.util.NBTConstants Data: 3256 -MemberClass: com.volmit.iris.util.NBTInputStream Data: 3447 -MemberClass: com.volmit.iris.util.NBTOutputStream Data: 3576 -MemberClass: com.volmit.iris.util.NBTUtils Data: 2828 -MemberClass: com.volmit.iris.util.NastyRunnable Data: 3421 -MemberClass: com.volmit.iris.util.NoiseInjector Data: 3411 -MemberClass: com.volmit.iris.util.NoiseProvider Data: 3424 -MemberClass: com.volmit.iris.util.O Data: 2150 -MemberClass: com.volmit.iris.util.ObjectResourceLoader Data: 4109 -MemberClass: com.volmit.iris.util.Observable Data: 3100 -MemberClass: com.volmit.iris.util.Observer Data: 2911 -MemberClass: com.volmit.iris.util.Permission Data: 3136 -MemberClass: com.volmit.iris.util.PrecisionStopwatch Data: 3968 -MemberClass: com.volmit.iris.util.PregenJob Data: 2963 -MemberClass: com.volmit.iris.util.RNG Data: 2302 -MemberClass: com.volmit.iris.util.RegistryListBiome Data: 3832 -MemberClass: com.volmit.iris.util.RegistryListDimension Data: 4274 -MemberClass: com.volmit.iris.util.RegistryListGenerator Data: 4275 -MemberClass: com.volmit.iris.util.RegistryListLoot Data: 3754 -MemberClass: com.volmit.iris.util.RegistryListObject Data: 3939 -MemberClass: com.volmit.iris.util.RegistryListRegion Data: 3952 -MemberClass: com.volmit.iris.util.RegistryListStructure Data: 4317 -MemberClass: com.volmit.iris.util.Required Data: 2904 -MemberClass: com.volmit.iris.util.ResourceLoader Data: 3510 -MemberClass: com.volmit.iris.util.RollingSequence Data: 3623 -MemberClass: com.volmit.iris.util.RouterCommand Data: 3415 -MemberClass: com.volmit.iris.util.ScoreDirection Data: 3508 -MemberClass: com.volmit.iris.util.ShortTag Data: 2883 -MemberClass: com.volmit.iris.util.StringTag Data: 2986 -MemberClass: com.volmit.iris.util.StructureTemplate Data: 3876 -MemberClass: com.volmit.iris.util.Tag Data: 2355 -MemberClass: com.volmit.iris.util.TaskExecutor Data: 3321 -MemberClass: com.volmit.iris.util.TaskExecutor$1 Data: 3454 -MemberClass: com.volmit.iris.util.TaskExecutor$AssignedTask Data: 4574 -MemberClass: com.volmit.iris.util.TaskExecutor$TaskGroup Data: 4285 -MemberClass: com.volmit.iris.util.TaskExecutor$TaskResult Data: 4399 -MemberClass: com.volmit.iris.util.TaskExecutor$TaskState Data: 4273 -MemberClass: com.volmit.iris.util.V Data: 2157 -MemberClass: com.volmit.iris.util.Violator Data: 2919 -MemberClass: com.volmit.iris.util.VirtualCommand Data: 3517 -MemberClass: com.volmit.iris.util.VoidOutputStream Data: 3750 -MemberClass: com.volmit.iris.util.inventory.C Data: 3192 -MemberClass: com.volmit.iris.util.inventory.C$1 Data: 3325 -MemberClass: com.volmit.iris.util.inventory.C$10 Data: 3326 -MemberClass: com.volmit.iris.util.inventory.C$11 Data: 3327 -MemberClass: com.volmit.iris.util.inventory.C$12 Data: 3328 -MemberClass: com.volmit.iris.util.inventory.C$13 Data: 3329 -MemberClass: com.volmit.iris.util.inventory.C$14 Data: 3330 -MemberClass: com.volmit.iris.util.inventory.C$15 Data: 3331 -MemberClass: com.volmit.iris.util.inventory.C$16 Data: 3332 -MemberClass: com.volmit.iris.util.inventory.C$17 Data: 3333 -MemberClass: com.volmit.iris.util.inventory.C$18 Data: 3334 -MemberClass: com.volmit.iris.util.inventory.C$19 Data: 3335 -MemberClass: com.volmit.iris.util.inventory.C$2 Data: 3336 -MemberClass: com.volmit.iris.util.inventory.C$20 Data: 3337 -MemberClass: com.volmit.iris.util.inventory.C$21 Data: 3338 -MemberClass: com.volmit.iris.util.inventory.C$22 Data: 3339 -MemberClass: com.volmit.iris.util.inventory.C$3 Data: 3340 -MemberClass: com.volmit.iris.util.inventory.C$4 Data: 3341 -MemberClass: com.volmit.iris.util.inventory.C$5 Data: 3342 -MemberClass: com.volmit.iris.util.inventory.C$6 Data: 3343 -MemberClass: com.volmit.iris.util.inventory.C$7 Data: 3344 -MemberClass: com.volmit.iris.util.inventory.C$8 Data: 3345 -MemberClass: com.volmit.iris.util.inventory.C$9 Data: 3346 -MemberClass: com.volmit.iris.util.inventory.Callback Data: 3906 -MemberClass: com.volmit.iris.util.inventory.Element Data: 3839 -MemberClass: com.volmit.iris.util.inventory.ElementEvent Data: 4353 -MemberClass: com.volmit.iris.util.inventory.MaterialBlock Data: 4431 -MemberClass: com.volmit.iris.util.inventory.UIElement Data: 3997 -MemberClass: com.volmit.iris.util.inventory.UIElement$1 Data: 4130 -MemberClass: com.volmit.iris.util.inventory.UIStaticDecorator Data: 4830 -MemberClass: com.volmit.iris.util.inventory.UIVoidDecorator Data: 4616 -MemberClass: com.volmit.iris.util.inventory.UIWindow Data: 3915 Yx -MemberClass: com.volmit.iris.util.inventory.Window Data: 3757 -MemberClass: com.volmit.iris.util.inventory.WindowDecorator Data: 4688 -MemberClass: com.volmit.iris.util.inventory.WindowResolution Data: 4833 +MemberClass: com.volmit.iris.util.JSONString Data: 3017 +MemberClass: com.volmit.iris.util.JSONTokener Data: 3114 +MemberClass: com.volmit.iris.util.KList Data: 2559 +MemberClass: com.volmit.iris.util.KMap Data: 2433 +MemberClass: com.volmit.iris.util.KSet Data: 2447 +MemberClass: com.volmit.iris.util.KeyPair Data: 2765 +MemberClass: com.volmit.iris.util.ListTag Data: 2768 +MemberClass: com.volmit.iris.util.LongTag Data: 2756 +MemberClass: com.volmit.iris.util.M Data: 2149 +MemberClass: com.volmit.iris.util.MaterialBlock Data: 3378 +MemberClass: com.volmit.iris.util.MaxNumber Data: 2983 +MemberClass: com.volmit.iris.util.MinNumber Data: 2981 +MemberClass: com.volmit.iris.util.MortarCommand Data: 3404 +MemberClass: com.volmit.iris.util.MortarPermission Data: 3766 +MemberClass: com.volmit.iris.util.MortarPlugin Data: 3324 +MemberClass: com.volmit.iris.util.MortarSender Data: 3310 +MemberClass: com.volmit.iris.util.NBTConstants Data: 3257 +MemberClass: com.volmit.iris.util.NBTInputStream Data: 3448 +MemberClass: com.volmit.iris.util.NBTOutputStream Data: 3577 +MemberClass: com.volmit.iris.util.NBTUtils Data: 2829 +MemberClass: com.volmit.iris.util.NastyRunnable Data: 3422 +MemberClass: com.volmit.iris.util.NoiseInjector Data: 3412 +MemberClass: com.volmit.iris.util.NoiseProvider Data: 3425 +MemberClass: com.volmit.iris.util.O Data: 2151 +MemberClass: com.volmit.iris.util.ObjectResourceLoader Data: 4110 +MemberClass: com.volmit.iris.util.Observable Data: 3101 +MemberClass: com.volmit.iris.util.Observer Data: 2912 +MemberClass: com.volmit.iris.util.Permission Data: 3137 +MemberClass: com.volmit.iris.util.PrecisionStopwatch Data: 3969 +MemberClass: com.volmit.iris.util.PregenJob Data: 2964 +MemberClass: com.volmit.iris.util.RNG Data: 2303 +MemberClass: com.volmit.iris.util.RegistryListBiome Data: 3833 +MemberClass: com.volmit.iris.util.RegistryListDimension Data: 4275 +MemberClass: com.volmit.iris.util.RegistryListGenerator Data: 4276 +MemberClass: com.volmit.iris.util.RegistryListLoot Data: 3755 +MemberClass: com.volmit.iris.util.RegistryListObject Data: 3940 +MemberClass: com.volmit.iris.util.RegistryListRegion Data: 3953 +MemberClass: com.volmit.iris.util.RegistryListStructure Data: 4318 +MemberClass: com.volmit.iris.util.Required Data: 2905 +MemberClass: com.volmit.iris.util.ResourceLoader Data: 3511 +MemberClass: com.volmit.iris.util.RollingSequence Data: 3624 +MemberClass: com.volmit.iris.util.RouterCommand Data: 3416 +MemberClass: com.volmit.iris.util.ScoreDirection Data: 3509 +MemberClass: com.volmit.iris.util.ShortTag Data: 2884 +MemberClass: com.volmit.iris.util.StringTag Data: 2987 +MemberClass: com.volmit.iris.util.StructureTemplate Data: 3877 +MemberClass: com.volmit.iris.util.Tag Data: 2356 +MemberClass: com.volmit.iris.util.TaskExecutor Data: 3322 +MemberClass: com.volmit.iris.util.TaskExecutor$1 Data: 3455 +MemberClass: com.volmit.iris.util.TaskExecutor$AssignedTask Data: 4575 +MemberClass: com.volmit.iris.util.TaskExecutor$TaskGroup Data: 4286 +MemberClass: com.volmit.iris.util.TaskExecutor$TaskResult Data: 4400 +MemberClass: com.volmit.iris.util.TaskExecutor$TaskState Data: 4274 +MemberClass: com.volmit.iris.util.UIElement Data: 2944 +MemberClass: com.volmit.iris.util.UIElement$1 Data: 3077 +MemberClass: com.volmit.iris.util.UIStaticDecorator Data: 3777 +MemberClass: com.volmit.iris.util.UIVoidDecorator Data: 3563 +MemberClass: com.volmit.iris.util.UIWindow Data: 2862 +MemberClass: com.volmit.iris.util.V Data: 2158 +MemberClass: com.volmit.iris.util.Violator Data: 2920 +MemberClass: com.volmit.iris.util.VirtualCommand Data: 3518 +MemberClass: com.volmit.iris.util.VoidOutputStream Data: 3751 +MemberClass: com.volmit.iris.util.Window Data: 2704 +MemberClass: com.volmit.iris.util.WindowDecorator Data: 3635 +MemberClass: com.volmit.iris.util.WindowResolution Data: 3780 MemberClass: org.slf4j.LoggerFactory Data: 2255 -MemberClass: org.slf4j.helpers.MarkerIgnoringBase Data: 3540 g +MemberClass: org.slf4j.helpers.MarkerIgnoringBase Data: 3540 j MemberClass: org.slf4j.helpers.NOPLogger Data: 2567 MemberClass: org.slf4j.helpers.NOPLoggerFactory Data: 3295 MemberClass: org.slf4j.helpers.NamedLoggerBase Data: 1819 -MemberClass: org.slf4j.helpers.SubstituteLoggerFactory Data: 4142 Q +MemberClass: org.slf4j.helpers.SubstituteLoggerFactory Data: 4142 G MemberClass: org.slf4j.helpers.Util Data: 2136 MemberClass: org.zeroturnaround.zip.IdentityNameMapper Data: 2482 -MemberClass: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy Data: 2479 -MemberClass: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy Data: 2481 V +MemberClass: org.zeroturnaround.zip.Java6FileApiPermissionsStrategy Data: 2480 +MemberClass: org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy Data: 2479 P MemberClass: org.zeroturnaround.zip.MaliciousZipException Data: 4562 -MemberClass: org.zeroturnaround.zip.ZTFilePermissions Data: 2478 -MemberClass: org.zeroturnaround.zip.ZTFilePermissionsUtil Data: 2480 x -MemberClass: org.zeroturnaround.zip.ZTFilePermissionsUtil$1 Data: 2613 -MemberClass: org.zeroturnaround.zip.ZTZipReflectionUtil Data: 2477 +MemberClass: org.zeroturnaround.zip.ZTFilePermissions Data: 2481 +MemberClass: org.zeroturnaround.zip.ZTFilePermissionsUtil Data: 2478 k +MemberClass: org.zeroturnaround.zip.ZTFilePermissionsUtil$1 Data: 2611 +MemberClass: org.zeroturnaround.zip.ZTZipReflectionUtil Data: 2476 MemberClass: org.zeroturnaround.zip.ZipBreakException Data: 4113 -MemberClass: org.zeroturnaround.zip.ZipEntryUtil Data: 2476 +MemberClass: org.zeroturnaround.zip.ZipEntryUtil Data: 2477 MemberClass: org.zeroturnaround.zip.ZipException Data: 3628 MemberClass: org.zeroturnaround.zip.ZipExceptionUtil Data: 2475 MemberClass: org.zeroturnaround.zip.ZipUtil Data: 3099 MemberClass: org.zeroturnaround.zip.ZipUtil$Unpacker Data: 3232 -MemberClass: org.zeroturnaround.zip.commons.FileUtils Data: 4103 Is +MemberClass: org.zeroturnaround.zip.commons.FileUtils Data: 4103 La MemberClass: org.zeroturnaround.zip.commons.FileUtilsV2_2 Data: 4384 MemberClass: org.zeroturnaround.zip.commons.IOUtils Data: 3871 MemberClass: org.zeroturnaround.zip.commons.StringBuilderWriter Data: 5169 -MemberClass: org.zeroturnaround.zip.extra.AsiExtraField Data: 4262 Yb +MemberClass: org.zeroturnaround.zip.extra.AsiExtraField Data: 4262 Uy MemberClass: org.zeroturnaround.zip.extra.ExtraFieldUtils Data: 4506 MemberClass: org.zeroturnaround.zip.extra.UnrecognizedExtraField Data: 5238 MemberClass: org.zeroturnaround.zip.extra.ZipLong Data: 3684 diff --git a/lint/ZKM_TrimLog.txt b/lint/ZKM_TrimLog.txt index 90c1185f0..2f76f8380 100644 --- a/lint/ZKM_TrimLog.txt +++ b/lint/ZKM_TrimLog.txt @@ -5,19 +5,11 @@ Trimmed class "public com.volmit.iris.gen.atomics.AtomicDoubleMap" Trimmed class "public com.volmit.iris.gen.atomics.AtomicIntMap" Trimmed class "public com.volmit.iris.gen.atomics.AtomicObjectMap" Trimmed class "public com.volmit.iris.gen.atomics.AtomicRegionMap" -Trimmed class "public com.volmit.iris.gen.parallax.ParallaxChunk" -Trimmed class "public com.volmit.iris.gen.parallax.ParallaxRegion" -Trimmed class "public com.volmit.iris.gen.parallax.ParallaxSection" -Trimmed class "com.volmit.iris.gen.parallax.ParallaxSection$1" -Trimmed class "public com.volmit.iris.gen.parallax.ParallaxWorld" -Trimmed class "com.volmit.iris.gui.NoiseView$HandScrollListener" Trimmed class "public abstract com.volmit.iris.noise.BaseNoiseGenerator" Trimmed class "public com.volmit.iris.noise.BasePerlinNoiseGenerator" Trimmed class "public com.volmit.iris.noise.PolygonGenerator" Trimmed class "public com.volmit.iris.noise.PolygonGenerator$EnumPolygonGenerator" Trimmed class "public com.volmit.iris.noise.RarityCellGenerator" -Trimmed class "synthetic com.volmit.iris.object.IrisDimension$1" -Trimmed class "synthetic com.volmit.iris.object.IrisRegion$1" Trimmed class "public abstract com.volmit.iris.util.A" Trimmed class "public abstract com.volmit.iris.util.AR" Trimmed class "public final enum com.volmit.iris.util.Axis" @@ -25,8 +17,8 @@ Trimmed class "public com.volmit.iris.util.BiomeDominance" Trimmed class "public com.volmit.iris.util.BiomeStorage" Trimmed class "public abstract com.volmit.iris.util.BorderCheck" Trimmed class "public com.volmit.iris.util.Borders" +Trimmed class "synthetic com.volmit.iris.util.C$23" Trimmed class "public com.volmit.iris.util.CDou" -Trimmed class "public abstract com.volmit.iris.util.Callback" Trimmed class "public abstract com.volmit.iris.util.CallbackCV" Trimmed class "public abstract com.volmit.iris.util.CancellableTask" Trimmed class "public com.volmit.iris.util.Chunker" @@ -48,21 +40,21 @@ Trimmed class "final com.volmit.iris.util.Direction$6" Trimmed class "final com.volmit.iris.util.Direction$7" Trimmed class "final com.volmit.iris.util.Direction$8" Trimmed class "final com.volmit.iris.util.Direction$9" -Trimmed class "public abstract com.volmit.iris.util.Element" -Trimmed class "public final enum com.volmit.iris.util.ElementEvent" Trimmed class "public final com.volmit.iris.util.FastParticle" Trimmed class "public final com.volmit.iris.util.FastReflection" Trimmed class "public com.volmit.iris.util.FinalInteger" +Trimmed class "public abstract com.volmit.iris.util.Function2" Trimmed class "public abstract com.volmit.iris.util.Function3" Trimmed class "public abstract com.volmit.iris.util.Function4" Trimmed class "public abstract com.volmit.iris.util.GListAdapter" Trimmed class "public com.volmit.iris.util.HTTP" Trimmed class "public com.volmit.iris.util.HTTPTokener" +Trimmed class "public abstract com.volmit.iris.util.IActivator" Trimmed class "public com.volmit.iris.util.ING" Trimmed class "public final enum com.volmit.iris.util.InterpolationType" Trimmed class "public com.volmit.iris.util.InvertedBiomeGrid" -Trimmed class "com.volmit.iris.util.J$2" -Trimmed class "com.volmit.iris.util.J$3" +Trimmed class "final com.volmit.iris.util.J$2" +Trimmed class "final com.volmit.iris.util.J$3" Trimmed class "public com.volmit.iris.util.JSONML" Trimmed class "public com.volmit.iris.util.JSONStringer" Trimmed class "public com.volmit.iris.util.JSONWriter" @@ -77,6 +69,11 @@ Trimmed class "public final enum com.volmit.iris.util.NMSVersion" Trimmed class "public abstract com.volmit.iris.util.NastyFunction" Trimmed class "public abstract com.volmit.iris.util.NastyFuture" Trimmed class "public com.volmit.iris.util.NibbleArray" +Trimmed class "public com.volmit.iris.util.ParallaxChunk" +Trimmed class "public com.volmit.iris.util.ParallaxRegion" +Trimmed class "public com.volmit.iris.util.ParallaxSection" +Trimmed class "com.volmit.iris.util.ParallaxSection$1" +Trimmed class "public com.volmit.iris.util.ParallaxWorld" Trimmed class "abstract com.volmit.iris.util.ParticleSender" Trimmed class "public com.volmit.iris.util.ParticleSender$ParticleSender1_13" Trimmed class "public com.volmit.iris.util.ParticleSender$ParticleSenderImpl" @@ -84,6 +81,10 @@ Trimmed class "com.volmit.iris.util.ParticleSenderLegacy" Trimmed class "public final enum com.volmit.iris.util.ParticleType" Trimmed class "synthetic com.volmit.iris.util.ParticleType$1" Trimmed class "public com.volmit.iris.util.PhasicBiomeStorage" +Trimmed class "public com.volmit.iris.util.Point3d" +Trimmed class "public com.volmit.iris.util.Point3f" +Trimmed class "public com.volmit.iris.util.Point4d" +Trimmed class "public com.volmit.iris.util.Point4f" Trimmed class "public com.volmit.iris.util.PreemptiveChunk" Trimmed class "public abstract com.volmit.iris.util.Queue" Trimmed class "public com.volmit.iris.util.QueueExecutor" @@ -93,6 +94,18 @@ Trimmed class "public com.volmit.iris.util.Shrinkwrap" Trimmed class "public com.volmit.iris.util.ShurikenQueue" Trimmed class "public com.volmit.iris.util.Switch" Trimmed class "public com.volmit.iris.util.ThreadMonitor" +Trimmed class "public abstract com.volmit.iris.util.Tuple2d" +Trimmed class "public abstract com.volmit.iris.util.Tuple2f" +Trimmed class "public abstract com.volmit.iris.util.Tuple3d" +Trimmed class "public abstract com.volmit.iris.util.Tuple3f" +Trimmed class "public abstract com.volmit.iris.util.Tuple4d" +Trimmed class "public abstract com.volmit.iris.util.Tuple4f" +Trimmed class "synthetic com.volmit.iris.util.UIWindow$1" +Trimmed class "com.volmit.iris.util.VecMathUtil" +Trimmed class "public com.volmit.iris.util.Vector2d" +Trimmed class "public com.volmit.iris.util.Vector2f" +Trimmed class "public com.volmit.iris.util.Vector3d" +Trimmed class "public com.volmit.iris.util.Vector3f" Trimmed class "public com.volmit.iris.util.VectorMath" Trimmed class "final com.volmit.iris.util.VectorMath$1" Trimmed class "synthetic com.volmit.iris.util.VectorMath$2" @@ -101,23 +114,6 @@ Trimmed class "public com.volmit.iris.util.Wrapper" Trimmed class "public abstract com.volmit.iris.util.Writable" Trimmed class "public com.volmit.iris.util.XML" Trimmed class "public com.volmit.iris.util.XMLTokener" -Trimmed class "synthetic com.volmit.iris.util.inventory.C$23" -Trimmed class "synthetic com.volmit.iris.util.inventory.UIWindow$1" -Trimmed class "public com.volmit.iris.util.vec.Point3d" -Trimmed class "public com.volmit.iris.util.vec.Point3f" -Trimmed class "public com.volmit.iris.util.vec.Point4d" -Trimmed class "public com.volmit.iris.util.vec.Point4f" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple2d" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple2f" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple3d" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple3f" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple4d" -Trimmed class "public abstract com.volmit.iris.util.vec.Tuple4f" -Trimmed class "com.volmit.iris.util.vec.VecMathUtil" -Trimmed class "public com.volmit.iris.util.vec.Vector2d" -Trimmed class "public com.volmit.iris.util.vec.Vector2f" -Trimmed class "public com.volmit.iris.util.vec.Vector3d" -Trimmed class "public com.volmit.iris.util.vec.Vector3f" Trimmed class "public abstract org.slf4j.IMarkerFactory" Trimmed class "public org.slf4j.MDC" Trimmed class "public abstract org.slf4j.Marker" @@ -192,11 +188,9 @@ Trimmed class "public org.zeroturnaround.zip.transform.ZipEntrySourceZipEntryTra Trimmed class "public abstract org.zeroturnaround.zip.transform.ZipEntryTransformer" Trimmed class "public org.zeroturnaround.zip.transform.ZipEntryTransformerEntry" NB: Some "static" fields have been trimmed. Compilers can optimize accesses to the values of "static" fields such that the fields are never directly accessed. -Trimmed field "private static synthetic int[] $SWITCH_TABLE$org$bukkit$event$inventory$ClickType" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed field "private static synthetic int[] $SWITCH_TABLE$org$bukkit$event$inventory$InventoryAction" in class "public com.volmit.iris.util.inventory.UIWindow" Trimmed field "private static final int BYTE_1" in class "public final org.zeroturnaround.zip.extra.ZipLong" -Trimmed field "private static final int BYTE_1_MASK" in class "public final org.zeroturnaround.zip.extra.ZipShort" Trimmed field "private static final int BYTE_1_MASK" in class "public final org.zeroturnaround.zip.extra.ZipLong" +Trimmed field "private static final int BYTE_1_MASK" in class "public final org.zeroturnaround.zip.extra.ZipShort" Trimmed field "private static final int BYTE_1_SHIFT" in class "public final org.zeroturnaround.zip.extra.ZipLong" Trimmed field "private static final int BYTE_1_SHIFT" in class "public final org.zeroturnaround.zip.extra.ZipShort" Trimmed field "private static final int BYTE_2" in class "public final org.zeroturnaround.zip.extra.ZipLong" @@ -208,8 +202,8 @@ Trimmed field "private static final int BYTE_3_SHIFT" in class "public final org Trimmed field "static final java.lang.String CODES_PREFIX" in class "public final org.slf4j.LoggerFactory" Trimmed field "private static final float CUBIC_2D_BOUNDING" in class "public com.volmit.iris.noise.FastNoise" Trimmed field "private static final float CUBIC_3D_BOUNDING" in class "public com.volmit.iris.noise.FastNoise" -Trimmed field "private static final int DEFAULT_BUFFER_SIZE" in class "public com.volmit.iris.util.IO" Trimmed field "private static final int DEFAULT_BUFFER_SIZE" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed field "private static final int DEFAULT_BUFFER_SIZE" in class "public com.volmit.iris.util.IO" Trimmed field "public static final int DEFAULT_COMPRESSION_LEVEL" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed field "public static final char DIR_SEPARATOR_UNIX" in class "public com.volmit.iris.util.IO" Trimmed field "public static final char DIR_SEPARATOR_UNIX" in class "public org.zeroturnaround.zip.commons.IOUtils" @@ -230,8 +224,8 @@ Trimmed field "private static final int GROUP_READ_FLAG" in class "org.zeroturna Trimmed field "private static final int GROUP_WRITE_FLAG" in class "org.zeroturnaround.zip.ZTFilePermissionsUtil" Trimmed field "public static final java.lang.String LINE_SEPARATOR_UNIX" in class "public com.volmit.iris.util.IO" Trimmed field "public static final java.lang.String LINE_SEPARATOR_UNIX" in class "public org.zeroturnaround.zip.commons.IOUtils" -Trimmed field "public static final java.lang.String LINE_SEPARATOR_WINDOWS" in class "public com.volmit.iris.util.IO" Trimmed field "public static final java.lang.String LINE_SEPARATOR_WINDOWS" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed field "public static final java.lang.String LINE_SEPARATOR_WINDOWS" in class "public com.volmit.iris.util.IO" Trimmed field "static final java.lang.String MULTIPLE_BINDINGS_URL" in class "public final org.slf4j.LoggerFactory" Trimmed field "static final int NOP_FALLBACK_INITIALIZATION" in class "public final org.slf4j.LoggerFactory" Trimmed field "static final java.lang.String NO_STATICLOGGERBINDER_URL" in class "public final org.slf4j.LoggerFactory" @@ -269,8 +263,8 @@ Trimmed field "static final int UNINITIALIZED" in class "public final org.slf4j. Trimmed field "static final java.lang.String UNSUCCESSFUL_INIT_MSG" in class "public final org.slf4j.LoggerFactory" Trimmed field "static final java.lang.String UNSUCCESSFUL_INIT_URL" in class "public final org.slf4j.LoggerFactory" Trimmed field "static final java.lang.String VERSION_MISMATCH" in class "public final org.slf4j.LoggerFactory" -Trimmed field "private static final int WORD" in class "public org.zeroturnaround.zip.extra.ExtraFieldUtils" Trimmed field "private static final int WORD" in class "public org.zeroturnaround.zip.extra.AsiExtraField" +Trimmed field "private static final int WORD" in class "public org.zeroturnaround.zip.extra.ExtraFieldUtils" Trimmed field "private static final int W_PRIME" in class "public com.volmit.iris.noise.FastNoise" Trimmed field "private static final int X_PRIME" in class "public com.volmit.iris.noise.FastNoise" Trimmed field "private static final long X_PRIME_L" in class "public com.volmit.iris.noise.FastNoise" @@ -280,19 +274,17 @@ Trimmed field "private static final int Z_PRIME" in class "public com.volmit.iri Trimmed field "private static final long Z_PRIME_L" in class "public com.volmit.iris.noise.FastNoise" Trimmed field "private java.lang.Object a" in class "public com.volmit.iris.util.GBiset" Trimmed field "private java.lang.Object b" in class "public com.volmit.iris.util.GBiset" -Trimmed field "private boolean bg" in class "public com.volmit.iris.util.inventory.UIElement" +Trimmed field "private boolean bg" in class "public com.volmit.iris.util.UIElement" Trimmed field "private byte[] centralData" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" -Trimmed field "private com.volmit.iris.util.inventory.Callback eClose" in class "public com.volmit.iris.util.inventory.UIWindow" +Trimmed field "private com.volmit.iris.util.Callback eClose" in class "public com.volmit.iris.util.UIWindow" Trimmed field "private static final int modulus" in class "public com.volmit.iris.util.M" Trimmed field "private static final int precision" in class "public com.volmit.iris.util.M" Trimmed field "private java.lang.String type" in class "public abstract com.volmit.iris.util.DOP" -Trimmed method "static synthetic int[] $SWITCH_TABLE$org$bukkit$event$inventory$ClickType()" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "static synthetic int[] $SWITCH_TABLE$org$bukkit$event$inventory$InventoryAction()" in class "public com.volmit.iris.util.inventory.UIWindow" Trimmed method "public void ()" in class "public com.volmit.iris.util.B" -Trimmed method "public void (com.volmit.iris.util.RNG, int)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public void (com.volmit.iris.util.RNG)" in class "public com.volmit.iris.noise.CNG" -Trimmed method "public void (org.bukkit.World, int, int, int, int, int, int)" in class "public com.volmit.iris.util.Cuboid" +Trimmed method "public void (com.volmit.iris.util.RNG, int)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public void (java.util.Map)" in class "public com.volmit.iris.util.Cuboid" +Trimmed method "public void (org.bukkit.World, int, int, int, int, int, int)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public void (org.bukkit.Location)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public double DGetWhiteNoise(double, double)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public void (java.lang.String)" in class "public abstract com.volmit.iris.util.DOP" @@ -309,8 +301,8 @@ Trimmed method "public static float GetDecimalType()" in class "public com.volmi Trimmed method "public float GetPerlin(float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetPerlinFractal(float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public int GetSeed()" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public float GetSimplex(float, float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetSimplex(float, float, float, float)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public float GetSimplex(float, float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetSimplex(float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetSimplexFractal(float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetValue(float, float, float)" in class "public com.volmit.iris.noise.FastNoise" @@ -318,35 +310,39 @@ Trimmed method "public float GetValue(float, float)" in class "public com.volmit Trimmed method "public float GetValueFractal(float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetValueFractal(float, float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetWhiteNoise(float, float, float, float)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public float GetWhiteNoiseInt(int, int)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetWhiteNoiseInt(int, int, int, int)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public float GetWhiteNoiseInt(int, int, int)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public float GetWhiteNoiseInt(int, int)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "private static float GradCoord4D(int, int, int, int, int, float, float, float, float)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public void GradientPerturb(com.volmit.iris.util.vec.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public void GradientPerturb(com.volmit.iris.util.vec.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public void GradientPerturbFractal(com.volmit.iris.util.vec.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "public void GradientPerturbFractal(com.volmit.iris.util.vec.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public void GradientPerturb(com.volmit.iris.util.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public void GradientPerturb(com.volmit.iris.util.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public void GradientPerturbFractal(com.volmit.iris.util.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "public void GradientPerturbFractal(com.volmit.iris.util.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public static int Hash4D(int, int, int, int, int)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public void ()" in class "public com.volmit.iris.util.IO" Trimmed method "public void ()" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed method "public void ()" in class "public com.volmit.iris.util.Info" +Trimmed method "public void ()" in class "public com.volmit.iris.activation.IrisActivation2" +Trimmed method "public void ()" in class "public com.volmit.iris.activation.IrisActivation3" +Trimmed method "public void ()" in class "public com.volmit.iris.activation.IrisActivation4" Trimmed method "public void (java.lang.String)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public void ()" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "@com.volmit.iris.util.DontObfuscate public void (com.volmit.iris.gen.PostBlockChunkGenerator)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public void ()" in class "public com.volmit.iris.util.J" Trimmed method "public void (java.lang.String)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public void (java.lang.Object, java.lang.String[])" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public void (java.lang.String, java.util.Locale)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public void (com.volmit.iris.util.JSONObject, java.lang.String[])" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public void (java.lang.Object, java.lang.String[])" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public void (java.io.InputStream)" in class "public com.volmit.iris.util.JSONTokener" Trimmed method "public void (java.util.Enumeration)" in class "public com.volmit.iris.util.KList" -Trimmed method "public void (java.util.Collection)" in class "public com.volmit.iris.util.KSet" Trimmed method "public void (int, float)" in class "public com.volmit.iris.util.KSet" Trimmed method "public void (int)" in class "public com.volmit.iris.util.KSet" +Trimmed method "public void (java.util.Collection)" in class "public com.volmit.iris.util.KSet" Trimmed method "public void ()" in class "public com.volmit.iris.util.M" -Trimmed method "public void (org.bukkit.block.BlockState)" in class "public com.volmit.iris.util.inventory.MaterialBlock" -Trimmed method "public void (org.bukkit.block.Block)" in class "public com.volmit.iris.util.inventory.MaterialBlock" -Trimmed method "public void (org.bukkit.Material, java.lang.Byte)" in class "public com.volmit.iris.util.inventory.MaterialBlock" -Trimmed method "public void (org.bukkit.Location)" in class "public com.volmit.iris.util.inventory.MaterialBlock" +Trimmed method "public void (org.bukkit.block.BlockState)" in class "public com.volmit.iris.util.MaterialBlock" +Trimmed method "public void (org.bukkit.Material, java.lang.Byte)" in class "public com.volmit.iris.util.MaterialBlock" +Trimmed method "public void (org.bukkit.Location)" in class "public com.volmit.iris.util.MaterialBlock" +Trimmed method "public void (org.bukkit.block.Block)" in class "public com.volmit.iris.util.MaterialBlock" Trimmed method "public void (org.bukkit.command.CommandSender, java.lang.String)" in class "public com.volmit.iris.util.MortarSender" Trimmed method "private void ()" in class "public final com.volmit.iris.util.NBTConstants" Trimmed method "public void (java.io.DataInputStream)" in class "public final com.volmit.iris.util.NBTInputStream" @@ -366,8 +362,8 @@ Trimmed method "public void SetFrequency(float)" in class "public com.volmit.iri Trimmed method "public void SetGradientPerturbAmp(float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public void SetInterp(com.volmit.iris.noise.FastNoise$Interp)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public void SetSeed(int)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "private void SingleGradientPerturb(int, float, float, com.volmit.iris.util.vec.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" -Trimmed method "private void SingleGradientPerturb(int, float, float, com.volmit.iris.util.vec.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "private void SingleGradientPerturb(int, float, float, com.volmit.iris.util.Vector2f)" in class "public com.volmit.iris.noise.FastNoise" +Trimmed method "private void SingleGradientPerturb(int, float, float, com.volmit.iris.util.Vector3f)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "private float SingleSimplex(int, float, float, float, float)" in class "public com.volmit.iris.noise.FastNoise" Trimmed method "public void (java.lang.StringBuilder)" in class "public org.zeroturnaround.zip.commons.StringBuilderWriter" Trimmed method "public void ()" in class "public org.slf4j.helpers.Util" @@ -378,75 +374,75 @@ Trimmed method "public void ()" in class "public com.volmit.iris.util.Viol Trimmed method "public void (com.volmit.iris.util.ICommand)" in class "public com.volmit.iris.util.VirtualCommand" Trimmed method "private void ()" in class "org.zeroturnaround.zip.ZTFilePermissionsUtil" Trimmed method "private void ()" in class "org.zeroturnaround.zip.ZTZipReflectionUtil" -Trimmed method "public void (java.lang.Exception)" in class "public org.zeroturnaround.zip.ZipBreakException" Trimmed method "public void (java.lang.String)" in class "public org.zeroturnaround.zip.ZipBreakException" +Trimmed method "public void (java.lang.Exception)" in class "public org.zeroturnaround.zip.ZipBreakException" Trimmed method "private void ()" in class "org.zeroturnaround.zip.ZipEntryUtil" Trimmed method "void ()" in class "org.zeroturnaround.zip.ZipExceptionUtil" -Trimmed method "public void (byte[])" in class "public final org.zeroturnaround.zip.extra.ZipLong" Trimmed method "public void (byte[], int)" in class "public final org.zeroturnaround.zip.extra.ZipLong" +Trimmed method "public void (byte[])" in class "public final org.zeroturnaround.zip.extra.ZipLong" Trimmed method "public void (byte[])" in class "public final org.zeroturnaround.zip.extra.ZipShort" Trimmed method "private void ()" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void a(java.lang.Runnable, int)" in class "public com.volmit.iris.util.J" Trimmed method "static synthetic java.io.File access$300(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "static synthetic void access$700(org.zeroturnaround.zip.ZipEntrySource, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public com.volmit.iris.util.JSONObject accumulate(java.lang.String, java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public com.volmit.iris.util.KList add(java.lang.String)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "private com.volmit.iris.util.KList add(java.util.Enumeration)" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KList add(java.lang.String)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" -Trimmed method "public static void addEntries(java.io.InputStream, org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void addEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public com.volmit.iris.util.KList add(java.lang.String)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public static void addEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[])" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void addEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntries(java.io.InputStream, org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[], java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void addEntry(java.io.File, java.lang.String, java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[], int)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void addEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "static void addEntry(java.util.zip.ZipEntry, java.io.InputStream, java.util.zip.ZipOutputStream)" in class "org.zeroturnaround.zip.ZipEntryUtil" Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void addEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "private static void addEntry(org.zeroturnaround.zip.ZipEntrySource, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[], java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[])" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void addEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "private static void addEntry(org.zeroturnaround.zip.ZipEntrySource, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addEntry(java.io.File, java.lang.String, byte[])" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "static void addEntry(java.util.zip.ZipEntry, java.io.InputStream, java.util.zip.ZipOutputStream)" in class "org.zeroturnaround.zip.ZipEntryUtil" Trimmed method "public com.volmit.iris.util.KList addFrom(java.util.List, java.util.function.Function)" in class "public com.volmit.iris.util.KList" Trimmed method "public void addIfMissing(java.lang.Object)" in class "public com.volmit.iris.util.KList" Trimmed method "public double addLast(int)" in class "public com.volmit.iris.util.RollingSequence" -Trimmed method "public com.volmit.iris.util.inventory.Element addLore(java.lang.String)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element addLore(java.lang.String)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public abstract void addNode(java.lang.String)" in class "public abstract com.volmit.iris.util.ICommand" +Trimmed method "public com.volmit.iris.util.Element addLore(java.lang.String)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public abstract com.volmit.iris.util.Element addLore(java.lang.String)" in class "public abstract com.volmit.iris.util.Element" Trimmed method "public void addNode(java.lang.String)" in class "public abstract com.volmit.iris.util.MortarCommand" -Trimmed method "public static void addOrReplaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public abstract void addNode(java.lang.String)" in class "public abstract com.volmit.iris.util.ICommand" Trimmed method "public static void addOrReplaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[])" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void addOrReplaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static java.lang.String ago(long)" in class "public com.volmit.iris.util.Form" Trimmed method "public org.bukkit.util.Vector angle(org.bukkit.util.Vector, com.volmit.iris.util.Direction)" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public com.volmit.iris.util.JSONObject append(java.lang.String, java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public static void ar(java.lang.Runnable, int, int)" in class "public com.volmit.iris.util.J" Trimmed method "public static int ar(java.lang.Runnable, int)" in class "public com.volmit.iris.util.J" +Trimmed method "public static void ar(java.lang.Runnable, int, int)" in class "public com.volmit.iris.util.J" Trimmed method "public static boolean archiveEquals(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "private static boolean archiveEqualsInternal(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public java.lang.Object[] array()" in class "public com.volmit.iris.util.KList" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$19" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$14" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$4" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$9" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$15" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$22" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$5" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$12" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$16" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$20" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$11" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$6" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$21" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$1" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$7" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$2" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$8" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$3" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$18" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$13" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$10" -Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.inventory.C$17" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$11" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$17" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$13" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$16" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$4" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$2" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$20" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$3" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$5" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$21" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$10" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$9" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$1" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$22" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$19" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$8" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "public enum com.volmit.iris.util.C" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$7" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$12" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$15" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$6" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$18" +Trimmed method "public net.md_5.bungee.api.ChatColor asBungee()" in class "final enum com.volmit.iris.util.C$14" Trimmed method "public com.volmit.iris.util.KMap asKeys(java.util.function.Function)" in class "public com.volmit.iris.util.KList" Trimmed method "public static com.volmit.iris.util.KList asStringList(java.util.List)" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KMap asValues(java.util.function.Function)" in class "public com.volmit.iris.util.KList" @@ -456,12 +452,12 @@ Trimmed method "public static java.lang.Object attempt(java.util.function.Suppli Trimmed method "public static java.lang.Object attemptFunction(com.volmit.iris.util.NastyFunction, java.lang.Object, java.lang.Object)" in class "public com.volmit.iris.util.J" Trimmed method "public static java.lang.Object attemptResult(com.volmit.iris.util.NastyFuture, java.lang.Object)" in class "public com.volmit.iris.util.J" Trimmed method "public byte averageLightLevel()" in class "public com.volmit.iris.util.Cuboid" -Trimmed method "public static java.lang.String b(double)" in class "public com.volmit.iris.util.Form" -Trimmed method "public boolean b()" in class "public com.volmit.iris.util.RNG" -Trimmed method "public static java.lang.String b(java.math.BigInteger)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String b(int)" in class "public com.volmit.iris.util.Form" -Trimmed method "public boolean b(double)" in class "public com.volmit.iris.util.RNG" Trimmed method "public static java.lang.String b(long)" in class "public com.volmit.iris.util.Form" +Trimmed method "public boolean b()" in class "public com.volmit.iris.util.RNG" +Trimmed method "public boolean b(double)" in class "public com.volmit.iris.util.RNG" +Trimmed method "public static java.lang.String b(java.math.BigInteger)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String b(double)" in class "public com.volmit.iris.util.Form" Trimmed method "public static double bicubicBezier(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double bicubicParametric(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double bihermiteBezier(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" @@ -472,31 +468,31 @@ Trimmed method "public static double blerpSinCenter(double, double, double, doub Trimmed method "public byte byteValue()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public char c()" in class "public com.volmit.iris.util.RNG" Trimmed method "public static void calculatePermutations()" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public com.volmit.iris.util.inventory.Window callClosed()" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window callClosed()" in class "public abstract com.volmit.iris.util.inventory.Window" +Trimmed method "public com.volmit.iris.util.Window callClosed()" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Window callClosed()" in class "public abstract com.volmit.iris.util.Window" Trimmed method "public static void car(int)" in class "public com.volmit.iris.util.J" -Trimmed method "public com.volmit.iris.util.KList caveFloors(int, int)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public abstract com.volmit.iris.util.KList caveFloors(int, int)" in class "public abstract com.volmit.iris.util.IPostBlockAccess" Trimmed method "public com.volmit.iris.util.KList caveFloors(int, int)" in class "public abstract com.volmit.iris.gen.PostBlockChunkGenerator" -Trimmed method "public org.bukkit.ChatColor chatColor()" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static org.bukkit.DyeColor chatToDye(org.bukkit.ChatColor)" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static java.lang.String chatToHex(org.bukkit.ChatColor)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public com.volmit.iris.util.KList caveFloors(int, int)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" +Trimmed method "public org.bukkit.ChatColor chatColor()" in class "public enum com.volmit.iris.util.C" +Trimmed method "public static org.bukkit.DyeColor chatToDye(org.bukkit.ChatColor)" in class "public enum com.volmit.iris.util.C" +Trimmed method "public static java.lang.String chatToHex(org.bukkit.ChatColor)" in class "public enum com.volmit.iris.util.C" Trimmed method "public com.volmit.iris.noise.CNG child(com.volmit.iris.noise.CNG)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public void clean()" in class "public com.volmit.iris.object.IrisObject" Trimmed method "public static void cleanDirectory(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "private static void cleanDirectoryOnExit(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window clearElements()" in class "public abstract com.volmit.iris.util.inventory.Window" -Trimmed method "public com.volmit.iris.util.inventory.Window clearElements()" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.Observable clearObservers()" in class "public abstract com.volmit.iris.util.Observable" +Trimmed method "public com.volmit.iris.util.Window clearElements()" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Window clearElements()" in class "public abstract com.volmit.iris.util.Window" Trimmed method "public com.volmit.iris.util.O clearObservers()" in class "public com.volmit.iris.util.O" +Trimmed method "public abstract com.volmit.iris.util.Observable clearObservers()" in class "public abstract com.volmit.iris.util.Observable" Trimmed method "public bridge synthetic com.volmit.iris.util.Observable clearObservers()" in class "public com.volmit.iris.util.O" Trimmed method "public void close()" in class "public com.volmit.iris.util.TaskExecutor" Trimmed method "public void closeNow()" in class "public com.volmit.iris.util.TaskExecutor" Trimmed method "public void closeNow()" in class "public com.volmit.iris.util.GroupedExecutor" -Trimmed method "public static void closeQuietly(java.io.Reader)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void closeQuietly(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void closeQuietly(java.io.Writer)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void closeQuietly(java.io.Reader)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void closeQuietly(java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void closeQuietly(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public void closeall()" in class "public com.volmit.iris.StructureManager" Trimmed method "public static com.volmit.iris.util.Direction closest(org.bukkit.util.Vector, com.volmit.iris.util.Direction[])" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public static com.volmit.iris.util.Direction closest(org.bukkit.util.Vector, com.volmit.iris.util.KList)" in class "public final enum com.volmit.iris.util.Direction" @@ -510,28 +506,28 @@ Trimmed method "public static boolean contentEquals(java.io.InputStream, java.io Trimmed method "public static boolean contentEquals(java.io.InputStream, java.io.InputStream)" in class "public org.zeroturnaround.zip.commons.IOUtils" Trimmed method "public static boolean contentEquals(java.io.Reader, java.io.Reader)" in class "public com.volmit.iris.util.IO" Trimmed method "public com.volmit.iris.util.Cuboid contract()" in class "public com.volmit.iris.util.Cuboid" -Trimmed method "public static void copy(java.io.Reader, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void copy(java.io.InputStream, java.io.Writer, java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static int copy(java.io.Reader, java.io.Writer)" in class "public org.zeroturnaround.zip.commons.IOUtils" -Trimmed method "public static void copy(java.io.InputStream, java.io.Writer, java.lang.String)" in class "public org.zeroturnaround.zip.commons.IOUtils" Trimmed method "static java.util.zip.ZipEntry copy(java.util.zip.ZipEntry)" in class "org.zeroturnaround.zip.ZipEntryUtil" -Trimmed method "public static void copy(java.io.InputStream, java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void copy(java.io.Reader, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static int copy(java.io.Reader, java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void copy(java.io.InputStream, java.io.Writer)" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed method "public static void copy(java.io.Reader, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static int copy(java.io.Reader, java.io.Writer)" in class "public org.zeroturnaround.zip.commons.IOUtils" Trimmed method "static java.util.zip.ZipEntry copy(java.util.zip.ZipEntry, java.lang.String)" in class "org.zeroturnaround.zip.ZipEntryUtil" +Trimmed method "public static void copy(java.io.InputStream, java.io.Writer)" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed method "public static void copy(java.io.InputStream, java.io.Writer, java.lang.String)" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed method "public static int copy(java.io.Reader, java.io.Writer)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void copy(java.io.InputStream, java.io.Writer)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void copy(java.io.InputStream, java.io.Writer, java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void copy(java.io.Reader, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void copyDirectory(java.io.File, java.io.File, java.io.FileFilter, boolean)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static void copyDirectory(java.io.File, java.io.File, boolean)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static void copyDirectory(java.io.File, java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "private static void copyEntries(java.io.File, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "private static void copyEntries(java.io.InputStream, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "private static void copyEntries(java.io.File, java.util.zip.ZipOutputStream, java.util.Set)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "private static void copyEntries(java.io.InputStream, java.util.zip.ZipOutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "static void copyEntry(java.util.zip.ZipEntry, java.io.InputStream, java.util.zip.ZipOutputStream, boolean)" in class "org.zeroturnaround.zip.ZipEntryUtil" Trimmed method "static void copyEntry(java.util.zip.ZipEntry, java.io.InputStream, java.util.zip.ZipOutputStream)" in class "org.zeroturnaround.zip.ZipEntryUtil" Trimmed method "public static void copyFile(java.io.File, java.io.File, boolean)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static void copyFile(java.io.File, java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" -Trimmed method "public static void copyFileToDirectory(java.io.File, java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static void copyFileToDirectory(java.io.File, java.io.File, boolean)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" +Trimmed method "public static void copyFileToDirectory(java.io.File, java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static long copyLarge(java.io.Reader, java.io.Writer)" in class "public com.volmit.iris.util.IO" Trimmed method "public static long copyLarge(java.io.Reader, java.io.Writer)" in class "public org.zeroturnaround.zip.commons.IOUtils" Trimmed method "public static long copyLarge(java.io.Reader, java.io.Writer, char[])" in class "public org.zeroturnaround.zip.commons.IOUtils" @@ -542,22 +538,22 @@ Trimmed method "public static void createEmpty(java.io.File)" in class "public f Trimmed method "public static void csr(int)" in class "public com.volmit.iris.util.J" Trimmed method "public static double cubicBezier(double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double cubicParametric(double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" +Trimmed method "public void debug(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void debug(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public abstract void debug(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void debug(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void debug(java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void debug(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void debug(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void debug(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public final void debug(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public void debug(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void debug(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void debug(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void debug(java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void debug(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final void debug(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public static byte[] decode(java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.lang.String decompress(java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public com.volmit.iris.util.KList dedupe()" in class "public com.volmit.iris.util.KList" @@ -582,128 +578,129 @@ Trimmed method "public static java.lang.String doubleToString(double)" in class Trimmed method "public com.volmit.iris.noise.CNG down(double)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public static double drand(double, double)" in class "public com.volmit.iris.util.M" Trimmed method "public static java.lang.String duration(com.volmit.iris.util.RollingSequence, long)" in class "public com.volmit.iris.util.Form" -Trimmed method "public org.bukkit.DyeColor dye()" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static com.volmit.iris.util.inventory.C dyeToChat(org.bukkit.DyeColor)" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static java.lang.String dyeToHex(org.bukkit.DyeColor)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public org.bukkit.DyeColor dye()" in class "public enum com.volmit.iris.util.C" +Trimmed method "public static com.volmit.iris.util.C dyeToChat(org.bukkit.DyeColor)" in class "public enum com.volmit.iris.util.C" +Trimmed method "public static java.lang.String dyeToHex(org.bukkit.DyeColor)" in class "public enum com.volmit.iris.util.C" Trimmed method "public java.lang.Object e(java.lang.Class)" in class "public com.volmit.iris.util.RNG" Trimmed method "public static java.lang.String encode(byte[])" in class "public com.volmit.iris.util.IO" Trimmed method "public com.volmit.iris.util.Queue enqueue()" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.Queue enqueueKeys()" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.Queue enqueueValues()" in class "public com.volmit.iris.util.KMap" Trimmed method "static java.util.Map entriesByPath(org.zeroturnaround.zip.ZipEntrySource[])" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean entryEquals(java.util.zip.ZipFile, java.util.zip.ZipFile, java.lang.String, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean entryEquals(java.io.File, java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean entryEquals(java.io.File, java.io.File, java.lang.String, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean entryEquals(java.util.zip.ZipFile, java.util.zip.ZipFile, java.lang.String, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static long epochDays()" in class "public com.volmit.iris.util.M" Trimmed method "private static long epochDays(long)" in class "public com.volmit.iris.util.M" -Trimmed method "public final void error(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void error(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void error(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void error(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void error(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void error(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void error(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void error(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void error(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public final void error(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void error(java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public static double evaluate(java.lang.String, java.lang.Double[])" in class "public com.volmit.iris.util.M" +Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void error(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void error(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void error(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void error(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void error(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void error(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public final void error(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public final void error(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public void error(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public void error(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final void error(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void error(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" Trimmed method "public static double evaluate(java.lang.String)" in class "public com.volmit.iris.util.M" +Trimmed method "public static double evaluate(java.lang.String, java.lang.Double[])" in class "public com.volmit.iris.util.M" Trimmed method "public static void executeAfterStartupQueue()" in class "public com.volmit.iris.util.J" Trimmed method "public static void explode(java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public com.volmit.iris.util.Cuboid$CuboidDirection f()" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public static java.lang.String f(double)" in class "public com.volmit.iris.util.Form" Trimmed method "public float f(float)" in class "public com.volmit.iris.util.RNG" -Trimmed method "public float f(float, float)" in class "public com.volmit.iris.util.RNG" -Trimmed method "public abstract void f(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" +Trimmed method "public static java.lang.String f(double)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String f(float)" in class "public com.volmit.iris.util.Form" +Trimmed method "public float f(float, float)" in class "public com.volmit.iris.util.RNG" Trimmed method "public float f()" in class "public com.volmit.iris.util.RNG" +Trimmed method "public com.volmit.iris.util.Cuboid$CuboidDirection f()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public void f(java.lang.Object)" in class "public abstract com.volmit.iris.util.MortarPlugin" +Trimmed method "public abstract void f(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" Trimmed method "public static java.lang.String fd(double, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public java.io.File fileFor(com.volmit.iris.object.IrisRegistrant)" in class "public com.volmit.iris.util.ResourceLoader" Trimmed method "public static java.lang.String fileSize(long)" in class "public com.volmit.iris.util.Form" +Trimmed method "public void fillDrops(boolean, com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public static long fillTransfer(java.io.InputStream, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "static java.util.Set filterDirEntries(java.io.File, java.util.Collection)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public int fit(int, int, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" -Trimmed method "public java.lang.Object fit(java.lang.Object[], double[])" in class "public com.volmit.iris.noise.CNG" -Trimmed method "public java.lang.Object fit(java.lang.Object[], long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public java.lang.Object fit(java.util.List, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" +Trimmed method "public java.lang.Object fit(java.lang.Object[], long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public int fit(double, double, double[])" in class "public com.volmit.iris.noise.CNG" +Trimmed method "public java.lang.Object fit(java.lang.Object[], double[])" in class "public com.volmit.iris.noise.CNG" Trimmed method "public int fit(double, double, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" +Trimmed method "public int fit(int, int, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public double fitDouble(double, double, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public com.volmit.iris.util.IRare fitRarity(com.volmit.iris.util.KList, long, double, double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public com.volmit.iris.util.Cuboid flatten(int)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public com.volmit.iris.util.KMap flipFlatten()" in class "public com.volmit.iris.util.KMap" Trimmed method "public float fmax()" in class "public com.volmit.iris.util.RNG" Trimmed method "public static java.lang.String fmin(java.util.Calendar)" in class "public com.volmit.iris.util.Form" -Trimmed method "public com.volmit.iris.util.KList forceAdd(long[])" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.KList forceAdd(int[])" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.KList forceAdd(java.lang.Object[])" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.KList forceAdd(byte[])" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KList forceAdd(short[])" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.KList forceAdd(double[])" in class "public com.volmit.iris.util.KList" +Trimmed method "public com.volmit.iris.util.KList forceAdd(int[])" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KList forceAdd(float[])" in class "public com.volmit.iris.util.KList" +Trimmed method "public com.volmit.iris.util.KList forceAdd(byte[])" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KList forceAdd(boolean[])" in class "public com.volmit.iris.util.KList" +Trimmed method "public com.volmit.iris.util.KList forceAdd(java.lang.Object[])" in class "public com.volmit.iris.util.KList" +Trimmed method "public com.volmit.iris.util.KList forceAdd(long[])" in class "public com.volmit.iris.util.KList" +Trimmed method "public com.volmit.iris.util.KList forceAdd(double[])" in class "public com.volmit.iris.util.KList" Trimmed method "public static void forceDelete(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static void forceDeleteOnExit(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static java.lang.String forceDoubleDigit(int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static float frand(float, float)" in class "public com.volmit.iris.util.M" Trimmed method "public static com.volmit.iris.util.Direction fromByte(byte)" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public static com.volmit.iris.util.inventory.C fromItemMeta(byte)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public static com.volmit.iris.util.C fromItemMeta(byte)" in class "public enum com.volmit.iris.util.C" Trimmed method "public static com.volmit.iris.util.KList fromJSONAny(com.volmit.iris.util.JSONArray)" in class "public com.volmit.iris.util.KList" Trimmed method "public static int fromRoman(java.lang.String)" in class "public com.volmit.iris.util.Form" -Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerText" -Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerCave" Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerCarve" +Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerCave" Trimmed method "public abstract double generate(double, double)" in class "public abstract com.volmit.iris.util.GenLayer" +Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerText" Trimmed method "public double generate(double, double)" in class "public com.volmit.iris.gen.layer.GenLayerBiome" -Trimmed method "public static java.lang.String generateColorTable()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public static java.lang.String generateColorTable()" in class "public enum com.volmit.iris.util.C" Trimmed method "public com.volmit.iris.util.BiomeResult generateData(double, double, int, int)" in class "public com.volmit.iris.gen.layer.GenLayerBiome" -Trimmed method "public java.lang.Object get(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public org.bukkit.inventory.ItemStack get(boolean, com.volmit.iris.util.RNG)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public java.lang.annotation.Annotation get(java.lang.Class, java.lang.String, java.lang.Class[])" in class "public com.volmit.iris.util.V" -Trimmed method "public java.lang.annotation.Annotation get(java.lang.Class)" in class "public com.volmit.iris.util.V" Trimmed method "public java.lang.annotation.Annotation get(java.lang.Class, java.lang.String)" in class "public com.volmit.iris.util.V" +Trimmed method "public java.lang.Object get(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public java.lang.annotation.Annotation get(java.lang.Class)" in class "public com.volmit.iris.util.V" Trimmed method "public java.lang.Object getA()" in class "public com.volmit.iris.util.GBiset" -Trimmed method "public static java.lang.annotation.Annotation getAnnotation(java.lang.Class, java.lang.Class)" in class "public com.volmit.iris.util.Violator" Trimmed method "public static java.lang.annotation.Annotation getAnnotation(java.lang.reflect.Field, java.lang.Class)" in class "public com.volmit.iris.util.Violator" +Trimmed method "public static java.lang.annotation.Annotation getAnnotation(java.lang.Class, java.lang.Class)" in class "public com.volmit.iris.util.Violator" Trimmed method "public static java.lang.annotation.Annotation getAnnotation(java.lang.reflect.Method, java.lang.Class)" in class "public com.volmit.iris.util.Violator" Trimmed method "public org.bukkit.Axis getAxis()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public java.lang.Object getB()" in class "public com.volmit.iris.util.GBiset" Trimmed method "public static double getBicubicBezierNoise(int, int, double, com.volmit.iris.util.NoiseProvider)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double getBicubicParametricNoise(int, int, double, com.volmit.iris.util.NoiseProvider, double)" in class "public com.volmit.iris.util.IrisInterpolation" -Trimmed method "public java.math.BigDecimal getBigDecimal(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.math.BigDecimal getBigDecimal(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public java.math.BigInteger getBigInteger(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public java.math.BigDecimal getBigDecimal(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.math.BigInteger getBigInteger(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public java.math.BigInteger getBigInteger(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public static double getBilinearCenterSineNoise(int, int, double, com.volmit.iris.util.NoiseProvider)" in class "public com.volmit.iris.util.IrisInterpolation" -Trimmed method "public com.volmit.iris.util.BiomeResult getBiome(int, int)" in class "public com.volmit.iris.gen.IrisChunkGenerator" -Trimmed method "public com.volmit.iris.object.IrisBiome getBiome(int, int)" in class "public com.volmit.iris.util.BiomeMap" Trimmed method "public org.bukkit.block.Biome getBiome(int)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" +Trimmed method "public com.volmit.iris.util.BiomeResult getBiome(int, int)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public abstract com.volmit.iris.util.BiomeResult getBiome(int, int)" in class "public abstract com.volmit.iris.IrisContext" +Trimmed method "public com.volmit.iris.object.IrisBiome getBiome(int, int)" in class "public com.volmit.iris.util.BiomeMap" Trimmed method "public java.util.Optional getBoard(org.bukkit.entity.Player)" in class "public com.volmit.iris.util.BoardManager" -Trimmed method "public boolean getBoolean(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public boolean getBoolean(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public boolean getBoolean(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.StringBuilder getBuilder()" in class "public org.zeroturnaround.zip.commons.StringBuilderWriter" -Trimmed method "public static com.volmit.iris.util.inventory.C getByChar(java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static com.volmit.iris.util.inventory.C getByChar(char)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public static com.volmit.iris.util.C getByChar(java.lang.String)" in class "public enum com.volmit.iris.util.C" Trimmed method "public byte[] getBytes()" in class "public final org.zeroturnaround.zip.extra.ZipLong" Trimmed method "public double getCellScale()" in class "public com.volmit.iris.noise.CellGenerator" Trimmed method "public abstract byte[] getCentralDirectoryData()" in class "public abstract org.zeroturnaround.zip.extra.ZipExtraField" -Trimmed method "public byte[] getCentralDirectoryData()" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" Trimmed method "public byte[] getCentralDirectoryData()" in class "public org.zeroturnaround.zip.extra.AsiExtraField" -Trimmed method "public org.zeroturnaround.zip.extra.ZipShort getCentralDirectoryLength()" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" +Trimmed method "public byte[] getCentralDirectoryData()" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" Trimmed method "public abstract org.zeroturnaround.zip.extra.ZipShort getCentralDirectoryLength()" in class "public abstract org.zeroturnaround.zip.extra.ZipExtraField" +Trimmed method "public org.zeroturnaround.zip.extra.ZipShort getCentralDirectoryLength()" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" Trimmed method "public org.zeroturnaround.zip.extra.ZipShort getCentralDirectoryLength()" in class "public org.zeroturnaround.zip.extra.AsiExtraField" -Trimmed method "public char getChar()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public char getChar()" in class "public enum com.volmit.iris.util.C" Trimmed method "public com.volmit.iris.util.KMap getChildren()" in class "public com.volmit.iris.util.VirtualCommand" Trimmed method "public java.util.List getChunks()" in class "public com.volmit.iris.util.Cuboid" Trimmed method "@java.lang.Deprecated public static int getCompressionLevelOfEntry(java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" @@ -711,51 +708,50 @@ Trimmed method "public static int getCompressionMethodOfEntry(java.io.File, java Trimmed method "public static java.lang.reflect.Constructor getConstructor(java.lang.Class, java.lang.Class[])" in class "public com.volmit.iris.util.Violator" Trimmed method "public com.volmit.iris.util.IController getController(java.lang.Class)" in class "public abstract com.volmit.iris.util.MortarPlugin" Trimmed method "public com.volmit.iris.object.IrisObject getDebug()" in class "public com.volmit.iris.gen.layer.GenLayerText" -Trimmed method "public static java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.reflect.Field, java.lang.Class)" in class "public com.volmit.iris.util.Violator" -Trimmed method "public static java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class, java.lang.Class)" in class "public com.volmit.iris.util.Violator" Trimmed method "public static java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.reflect.Method, java.lang.Class)" in class "public com.volmit.iris.util.Violator" +Trimmed method "public static java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.Class, java.lang.Class)" in class "public com.volmit.iris.util.Violator" +Trimmed method "public static java.lang.annotation.Annotation getDeclaredAnnotation(java.lang.reflect.Field, java.lang.Class)" in class "public com.volmit.iris.util.Violator" Trimmed method "public static java.lang.reflect.Method getDeclaredMethod(java.lang.Class, java.lang.String, java.lang.Class[])" in class "public com.volmit.iris.util.Violator" Trimmed method "public com.volmit.iris.util.Dimension getDimension()" in class "public com.volmit.iris.util.Cuboid" -Trimmed method "public static com.volmit.iris.util.Direction getDirection(org.bukkit.block.BlockFace)" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public static com.volmit.iris.util.Direction getDirection(org.bukkit.util.Vector)" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public double getDouble(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public static com.volmit.iris.util.Direction getDirection(org.bukkit.block.BlockFace)" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public double getDouble(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public double getDouble(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.KList getEntities()" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public java.lang.Enum getEnum(java.lang.Class, int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.Enum getEnum(java.lang.Class, java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public org.bukkit.block.BlockFace getFace()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public org.bukkit.block.data.BlockData getFind()" in class "public com.volmit.iris.object.IrisCompatabilityFilter" Trimmed method "public com.volmit.iris.noise.NoiseGenerator getGen()" in class "public com.volmit.iris.noise.CNG" -Trimmed method "public double getHeight(com.volmit.iris.gen.ContextualChunkGenerator, double, double, long)" in class "public com.volmit.iris.object.IrisBiomeGeneratorLink" -Trimmed method "public int getHeight(int, int)" in class "public com.volmit.iris.gen.IrisChunkGenerator" -Trimmed method "public int getHeight(int, int)" in class "public com.volmit.iris.util.HeightMap" -Trimmed method "public abstract int getHeight(int, int)" in class "public abstract com.volmit.iris.IrisContext" Trimmed method "public double getHeight(com.volmit.iris.gen.ContextualChunkGenerator, double, double, long)" in class "public com.volmit.iris.object.IrisBiome" +Trimmed method "public double getHeight(com.volmit.iris.gen.ContextualChunkGenerator, double, double, long)" in class "public com.volmit.iris.object.IrisBiomeGeneratorLink" +Trimmed method "public int getHeight(int, int)" in class "public com.volmit.iris.util.HeightMap" +Trimmed method "public int getHeight(int, int)" in class "public com.volmit.iris.gen.IrisChunkGenerator" +Trimmed method "public abstract int getHeight(int, int)" in class "public abstract com.volmit.iris.IrisContext" Trimmed method "public static double getHermiteBezierNoise(int, int, double, com.volmit.iris.util.NoiseProvider)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double getHermiteBezierNoise(int, int, double, com.volmit.iris.util.NoiseProvider, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" -Trimmed method "public static double getHermiteParametricNoise(int, int, double, com.volmit.iris.util.NoiseProvider, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double getHermiteParametricNoise(int, int, double, com.volmit.iris.util.NoiseProvider, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" +Trimmed method "public static double getHermiteParametricNoise(int, int, double, com.volmit.iris.util.NoiseProvider, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public int getHighest(int, int)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public int getHighest(int, int)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public abstract int getHighest(int, int)" in class "public abstract com.volmit.iris.util.IObjectPlacer" Trimmed method "public double getHours()" in class "public com.volmit.iris.util.PrecisionStopwatch" -Trimmed method "public abstract java.lang.String getId()" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public java.lang.String getId()" in class "public com.volmit.iris.util.inventory.UIElement" +Trimmed method "public abstract java.lang.String getId()" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public java.lang.String getId()" in class "public com.volmit.iris.util.UIElement" Trimmed method "public int getInt(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public int getInt(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public byte getItemMeta()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public byte getItemMeta()" in class "public enum com.volmit.iris.util.C" Trimmed method "public com.volmit.iris.util.JSONArray getJSONArray(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONObject getJSONObject(int)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public static java.lang.String getLastColors(java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" Trimmed method "public static org.slf4j.Logger getLogger(java.lang.Class)" in class "public final org.slf4j.LoggerFactory" -Trimmed method "public long getLong(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public long getLong(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public double getMax()" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public long getLong(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public double getMax()" in class "public com.volmit.iris.util.RollingSequence" +Trimmed method "public double getMax()" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public double getMax()" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public com.volmit.iris.gen.atomics.AtomicCache getMaxFaces()" in class "public com.volmit.iris.object.IrisStructureTile" Trimmed method "public double getMedian()" in class "public com.volmit.iris.util.RollingSequence" -Trimmed method "public byte getMeta()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public byte getMeta()" in class "public enum com.volmit.iris.util.C" Trimmed method "public static java.lang.reflect.Method getMethod(java.lang.Class, java.lang.String, java.lang.Class[])" in class "public com.volmit.iris.util.Violator" Trimmed method "public long getMillis()" in class "public com.volmit.iris.util.PrecisionStopwatch" Trimmed method "public double getMin()" in class "public com.volmit.iris.util.RollingSequence" @@ -768,8 +764,8 @@ Trimmed method "public long getNanoseconds()" in class "public com.volmit.iris.u Trimmed method "public org.bukkit.block.data.BlockData getOrNull(int)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" Trimmed method "public com.volmit.iris.util.RNG getRNG()" in class "public com.volmit.iris.noise.CNG" Trimmed method "public java.lang.Object getRandom()" in class "public com.volmit.iris.util.KList" -Trimmed method "public abstract com.volmit.iris.object.IrisRegion getRegion(int, int)" in class "public abstract com.volmit.iris.IrisContext" Trimmed method "public com.volmit.iris.object.IrisRegion getRegion(int, int)" in class "public com.volmit.iris.gen.IrisChunkGenerator" +Trimmed method "public abstract com.volmit.iris.object.IrisRegion getRegion(int, int)" in class "public abstract com.volmit.iris.IrisContext" Trimmed method "public org.bukkit.block.Block getRelativeBlock(org.bukkit.World, int, int, int)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public org.bukkit.block.Block getRelativeBlock(int, int, int)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public double getRidgeHeight(com.volmit.iris.util.RNG, double, double)" in class "public com.volmit.iris.object.IrisRegionRidge" @@ -781,7 +777,6 @@ Trimmed method "public long getStartMillis()" in class "public com.volmit.iris.u Trimmed method "public long getStartNano()" in class "public com.volmit.iris.util.PrecisionStopwatch" Trimmed method "public com.volmit.iris.util.TaskExecutor$TaskState getState()" in class "public com.volmit.iris.util.TaskExecutor$AssignedTask" Trimmed method "public java.lang.String getString(int)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public java.lang.String getString(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public com.volmit.iris.gen.atomics.AtomicRegionData getSubregion(int, int)" in class "public com.volmit.iris.gen.atomics.AtomicWorldData" Trimmed method "public java.lang.String getTag()" in class "public com.volmit.iris.util.VirtualCommand" Trimmed method "public com.volmit.iris.util.NastyRunnable getTask()" in class "public com.volmit.iris.util.TaskExecutor$AssignedTask" @@ -794,29 +789,31 @@ Trimmed method "public com.volmit.iris.object.IrisBiome getTrueBiome(int)" in cl Trimmed method "public java.lang.String getType()" in class "public abstract com.volmit.iris.util.DOP" Trimmed method "public double getUnzoomed(double)" in class "public abstract com.volmit.iris.gen.DimensionChunkGenerator" Trimmed method "public java.lang.Object getV()" in class "public com.volmit.iris.util.KeyPair" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.IntTag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.DoubleTag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.FloatTag" Trimmed method "public static long getValue(byte[])" in class "public final org.zeroturnaround.zip.extra.ZipLong" Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.IntArrayTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.CompoundTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.FloatTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.LongTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ShortTag" -Trimmed method "public java.lang.Object getValue()" in class "public final com.volmit.iris.util.EndTag" -Trimmed method "public abstract java.lang.Object getValue()" in class "public abstract com.volmit.iris.util.Tag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.StringTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.DoubleTag" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.IntTag" -Trimmed method "public static int getValue(byte[])" in class "public final org.zeroturnaround.zip.extra.ZipShort" -Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ByteTag" Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ListTag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.StringTag" Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ByteArrayTag" -Trimmed method "public abstract org.bukkit.entity.Player getViewer()" in class "public abstract com.volmit.iris.util.inventory.Window" -Trimmed method "public org.bukkit.entity.Player getViewer()" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract int getViewportSlots()" in class "public abstract com.volmit.iris.util.inventory.Window" -Trimmed method "public int getViewportSlots()" in class "public com.volmit.iris.util.inventory.UIWindow" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.LongTag" +Trimmed method "public java.lang.Object getValue()" in class "public final com.volmit.iris.util.EndTag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ShortTag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.ByteTag" +Trimmed method "public static int getValue(byte[])" in class "public final org.zeroturnaround.zip.extra.ZipShort" +Trimmed method "public abstract java.lang.Object getValue()" in class "public abstract com.volmit.iris.util.Tag" +Trimmed method "public bridge synthetic java.lang.Object getValue()" in class "public final com.volmit.iris.util.CompoundTag" +Trimmed method "public org.bukkit.entity.Player getViewer()" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract org.bukkit.entity.Player getViewer()" in class "public abstract com.volmit.iris.util.Window" +Trimmed method "public abstract int getViewportSlots()" in class "public abstract com.volmit.iris.util.Window" +Trimmed method "public int getViewportSlots()" in class "public com.volmit.iris.util.UIWindow" Trimmed method "public com.volmit.iris.util.KMap getWatchers()" in class "public com.volmit.iris.util.FolderWatcher" Trimmed method "public org.bukkit.World getWorld()" in class "public com.volmit.iris.gen.atomics.AtomicRegionData" -Trimmed method "public static boolean handle(java.io.InputStream, java.lang.String, org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean handle(java.io.File, java.lang.String, org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean handle(java.io.InputStream, java.lang.String, org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "protected void handleDrops(org.bukkit.event.block.BlockDropItemEvent)" in class "public com.volmit.iris.gen.IrisChunkGenerator" +Trimmed method "protected abstract void handleDrops(org.bukkit.event.block.BlockDropItemEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public boolean has()" in class "public com.volmit.iris.util.O" Trimmed method "public abstract boolean has()" in class "public abstract com.volmit.iris.util.Observable" Trimmed method "public boolean has(org.bukkit.command.CommandSender)" in class "public abstract com.volmit.iris.util.MortarPermission" @@ -825,34 +822,34 @@ Trimmed method "public boolean hasChunk(int, int)" in class "public com.volmit.i Trimmed method "public boolean hasGravity(int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public static double hermiteBezier(double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double hermiteParametric(double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" -Trimmed method "public java.lang.String hex()" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static org.bukkit.Color hexToColor(java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public java.lang.String hex()" in class "public enum com.volmit.iris.util.C" +Trimmed method "public static org.bukkit.Color hexToColor(java.lang.String)" in class "public enum com.volmit.iris.util.C" Trimmed method "public int highestTerrainOrFluidBlock(int, int)" in class "public abstract com.volmit.iris.gen.PostBlockChunkGenerator" -Trimmed method "public int highestTerrainOrFluidBlock(int, int)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public abstract int highestTerrainOrFluidBlock(int, int)" in class "public abstract com.volmit.iris.util.IPostBlockAccess" +Trimmed method "public int highestTerrainOrFluidBlock(int, int)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public boolean hit(org.bukkit.command.CommandSender, com.volmit.iris.util.KList)" in class "public com.volmit.iris.util.VirtualCommand" Trimmed method "public void hotload()" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public com.volmit.iris.util.JSONObject increment(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public abstract void info(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void info(java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void info(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void info(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public final void info(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void info(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void info(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void info(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void info(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void info(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void info(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void info(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void info(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public final void info(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void info(java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void info(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final void info(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void info(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final void info(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public void info(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void info(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void info(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void info(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void info(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public com.volmit.iris.noise.CNG injectWith(com.volmit.iris.util.NoiseInjector)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public void insert(com.volmit.iris.gen.atomics.AtomicSliverMap)" in class "public com.volmit.iris.gen.atomics.AtomicSliverMap" Trimmed method "public void insert(com.volmit.iris.gen.atomics.AtomicSliver)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" @@ -860,23 +857,22 @@ Trimmed method "public com.volmit.iris.util.Cuboid inset(com.volmit.iris.util.Cu Trimmed method "public java.lang.Object invoke(java.lang.String, java.lang.Object[])" in class "public com.volmit.iris.util.V" Trimmed method "public static int irand(int, int)" in class "public com.volmit.iris.util.M" Trimmed method "public boolean is(com.volmit.iris.util.BiomeResult)" in class "public com.volmit.iris.util.BiomeResult" -Trimmed method "public boolean isBackgrond()" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract boolean isBackgrond()" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public boolean isColor()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public abstract boolean isBackgrond()" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public boolean isBackgrond()" in class "public com.volmit.iris.util.UIElement" Trimmed method "public boolean isCrooked(com.volmit.iris.util.Direction)" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public abstract boolean isDebugEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" Trimmed method "public boolean isDebugEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract boolean isDebugEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" Trimmed method "boolean isDirectory()" in class "org.zeroturnaround.zip.ZTFilePermissions" Trimmed method "public boolean isDirty()" in class "public com.volmit.iris.util.Average" -Trimmed method "public boolean isErrorEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public abstract boolean isErrorEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final boolean isErrorEnabled()" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public abstract boolean isErrorEnabled()" in class "public abstract org.slf4j.Logger" -Trimmed method "public boolean isFormat()" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public abstract boolean isInfoEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" +Trimmed method "public boolean isErrorEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final boolean isErrorEnabled()" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public boolean isFormat()" in class "public enum com.volmit.iris.util.C" +Trimmed method "public final boolean isInfoEnabled()" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public boolean isInfoEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public abstract boolean isInfoEnabled()" in class "public abstract org.slf4j.Logger" -Trimmed method "public final boolean isInfoEnabled()" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract boolean isInfoEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" Trimmed method "public boolean isLiquid(int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public boolean isLoaded(java.lang.String)" in class "public com.volmit.iris.util.ResourceLoader" Trimmed method "public boolean isNull(int)" in class "public com.volmit.iris.util.JSONArray" @@ -886,28 +882,28 @@ Trimmed method "public boolean isPrecision()" in class "public com.volmit.iris.u Trimmed method "public boolean isProfiling()" in class "public com.volmit.iris.util.PrecisionStopwatch" Trimmed method "public boolean isSlab(int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" Trimmed method "public static boolean isSymlink(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" -Trimmed method "public abstract boolean isTraceEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract boolean isTraceEnabled()" in class "public abstract org.slf4j.Logger" Trimmed method "public boolean isTraceEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract boolean isTraceEnabled()" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract boolean isTraceEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" Trimmed method "public final boolean isTraceEnabled()" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public boolean isVertical()" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public final boolean isWarnEnabled()" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public abstract boolean isWarnEnabled()" in class "public abstract org.slf4j.Logger" -Trimmed method "public boolean isWarnEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public final boolean isWarnEnabled()" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public abstract boolean isWarnEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.Logger" +Trimmed method "public boolean isWarnEnabled(org.slf4j.Marker)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public boolean isWater(int, int, int, int, int, org.bukkit.generator.ChunkGenerator$ChunkData)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" -Trimmed method "public static void iterate(java.io.File, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void iterate(java.io.File, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void iterate(java.io.File, org.zeroturnaround.zip.ZipInfoCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void iterate(java.io.InputStream, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void iterate(java.io.File, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void iterate(java.io.InputStream, org.zeroturnaround.zip.ZipEntryCallback, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void iterate(java.io.File, org.zeroturnaround.zip.ZipInfoCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void iterate(java.io.File, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void iterate(java.io.InputStream, org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void iterate(java.io.File, java.lang.String[], org.zeroturnaround.zip.ZipInfoCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void iterate(java.io.InputStream, java.lang.String[], org.zeroturnaround.zip.ZipEntryCallback, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void iterate(java.io.InputStream, org.zeroturnaround.zip.ZipEntryCallback)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void iterate(java.io.InputStream, org.zeroturnaround.zip.ZipEntryCallback, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public java.lang.String join(java.lang.String)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public void l(java.lang.Object)" in class "public abstract com.volmit.iris.util.MortarPlugin" -Trimmed method "public abstract void l(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" Trimmed method "public long l(long)" in class "public com.volmit.iris.util.RNG" +Trimmed method "public abstract void l(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" Trimmed method "public int last()" in class "public com.volmit.iris.util.KList" Trimmed method "public static double lerpCenterSin(double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" Trimmed method "public static double lerpCenterSinBezier(double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" @@ -930,105 +926,107 @@ Trimmed method "public com.volmit.iris.util.JSONArray names()" in class "public Trimmed method "private static java.util.zip.ZipInputStream newCloseShieldZipInputStream(java.io.InputStream, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static com.volmit.iris.util.KList news()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public char next(char)" in class "public com.volmit.iris.util.JSONTokener" -Trimmed method "@java.lang.Deprecated public com.volmit.iris.util.RNG nextRNG()" in class "public com.volmit.iris.noise.CNG" Trimmed method "@java.lang.Deprecated public com.volmit.iris.util.RNG nextRNG()" in class "public com.volmit.iris.util.RNG" +Trimmed method "@java.lang.Deprecated public com.volmit.iris.util.RNG nextRNG()" in class "public com.volmit.iris.noise.CNG" Trimmed method "public java.lang.String nextTo(java.lang.String)" in class "public com.volmit.iris.util.JSONTokener" Trimmed method "public java.lang.String nextTo(char)" in class "public com.volmit.iris.util.JSONTokener" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.GlobNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.VascularNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CubicNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.PerlinNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalRigidMultiSimplexNoise" -Trimmed method "public abstract double noise(double)" in class "public abstract com.volmit.iris.noise.NoiseGenerator" Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.CubicNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalBillowSimplexNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CellHeightNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FlatNoise" Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.SimplexNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalCubicNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalFBMSimplexNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.SimplexNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.PerlinNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.VascularNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalCubicNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.CellHeightNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FlatNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalBillowSimplexNoise" +Trimmed method "public abstract double noise(double)" in class "public abstract com.volmit.iris.noise.NoiseGenerator" Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalBillowPerlinNoise" Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalFBMSimplexNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalBillowPerlinNoise" -Trimmed method "public abstract double noise(double, double)" in class "public abstract com.volmit.iris.noise.NoiseGenerator" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.CellularNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalBillowSimplexNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalRigidMultiSimplexNoise" -Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.WhiteNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FlatNoise" -Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CellularNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.GlobNoise" Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.GlobNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.CellularNoise" Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.WhiteNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CellHeightNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalFBMSimplexNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalCubicNoise" +Trimmed method "public abstract double noise(double, double)" in class "public abstract com.volmit.iris.noise.NoiseGenerator" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalBillowSimplexNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.PerlinNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.PerlinNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalRigidMultiSimplexNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.CellHeightNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.SimplexNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.VascularNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.FractalCubicNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalRigidMultiSimplexNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CubicNoise" +Trimmed method "public double noise(double)" in class "public com.volmit.iris.noise.CellularNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.WhiteNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.VascularNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FractalBillowPerlinNoise" +Trimmed method "public double noise(double, double)" in class "public com.volmit.iris.noise.FlatNoise" Trimmed method "public static java.lang.String nsMs(long)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String nsMs(long, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String nsMsd(long, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String numberSuffix(int)" in class "public com.volmit.iris.util.Form" Trimmed method "public abstract com.volmit.iris.util.Observable observe(com.volmit.iris.util.Observer)" in class "public abstract com.volmit.iris.util.Observable" -Trimmed method "public com.volmit.iris.util.O observe(com.volmit.iris.util.Observer)" in class "public com.volmit.iris.util.O" Trimmed method "public bridge synthetic com.volmit.iris.util.Observable observe(com.volmit.iris.util.Observer)" in class "public com.volmit.iris.util.O" +Trimmed method "public com.volmit.iris.util.O observe(com.volmit.iris.util.Observer)" in class "public com.volmit.iris.util.O" Trimmed method "public static com.volmit.iris.IrisContext of(org.bukkit.World)" in class "public abstract com.volmit.iris.IrisContext" Trimmed method "public static java.lang.String ofSize(long, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String ofSizeMetricWeight(long, int, int)" in class "public com.volmit.iris.util.Form" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockPlaceEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFadeEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerQuitEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockPlaceEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerChangedWorldEvent)" in class "public com.volmit.iris.IrisBoardManager" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockIgniteEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockBurnEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.inventory.InventoryCloseEvent)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.ChunkUnloadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockSpreadEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.ChunkLoadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerTeleportEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.WorldUnloadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFromToEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockPhysicsEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockGrowEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFertilizeEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.inventory.InventoryClickEvent)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFormEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockBreakEvent)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerInteractEvent)" in class "public com.volmit.iris.WandManager" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockBreakEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerMoveEvent)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerJoinEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockCookEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockIgniteEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFromToEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.ChunkLoadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockPhysicsEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerMoveEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockBreakEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.ChunkUnloadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockBurnEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.inventory.InventoryCloseEvent)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockSpreadEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockPlaceEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFertilizeEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerQuitEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.world.WorldUnloadEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerTeleportEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFadeEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockFormEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockGrowEvent)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.player.PlayerInteractEvent)" in class "public com.volmit.iris.WandManager" -Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.inventory.InventoryClickEvent)" in class "public com.volmit.iris.util.inventory.UIWindow" +Trimmed method "@org.bukkit.event.EventHandler public void on(org.bukkit.event.block.BlockDropItemEvent)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "protected void onChunkLoaded(org.bukkit.Chunk)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "protected abstract void onChunkLoaded(org.bukkit.Chunk)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "protected abstract void onChunkUnloaded(org.bukkit.Chunk)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "protected void onChunkUnloaded(org.bukkit.Chunk)" in class "public com.volmit.iris.gen.IrisChunkGenerator" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Window onClosed(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window onClosed(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Window" -Trimmed method "public com.volmit.iris.util.inventory.UIWindow onClosed(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public com.volmit.iris.util.inventory.UIElement onDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "@org.bukkit.event.EventHandler public void onJoin(org.bukkit.event.player.PlayerJoinEvent)" in class "public com.volmit.iris.util.BoardManager" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onLeftClick(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onLeftClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onOtherDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onOtherDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public com.volmit.iris.util.inventory.UIElement onOtherDraggedInto(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" +Trimmed method "public bridge synthetic com.volmit.iris.util.Window onClosed(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Window onClosed(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Window" +Trimmed method "public com.volmit.iris.util.UIWindow onClosed(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Element onDraggedInto(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onDraggedInto(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public com.volmit.iris.util.UIElement onDraggedInto(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onLeftClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public abstract com.volmit.iris.util.Element onLeftClick(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public abstract com.volmit.iris.util.Element onOtherDraggedInto(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public com.volmit.iris.util.UIElement onOtherDraggedInto(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onOtherDraggedInto(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" Trimmed method "protected void onPlayerJoin(org.bukkit.entity.Player)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "protected abstract void onPlayerJoin(org.bukkit.entity.Player)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "public void onPlayerLeft(org.bukkit.entity.Player)" in class "public abstract com.volmit.iris.gen.DimensionChunkGenerator" Trimmed method "public void onPlayerLeft(org.bukkit.entity.Player)" in class "public com.volmit.iris.gen.IrisChunkGenerator" +Trimmed method "public void onPlayerLeft(org.bukkit.entity.Player)" in class "public abstract com.volmit.iris.gen.DimensionChunkGenerator" Trimmed method "protected abstract void onPlayerLeft(org.bukkit.entity.Player)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "@org.bukkit.event.EventHandler public void onQuit(org.bukkit.event.player.PlayerQuitEvent)" in class "public com.volmit.iris.util.BoardManager" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onRightClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onRightClick(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public com.volmit.iris.util.inventory.UIElement onRightClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "protected int onSampleColumnHeight(int, int, int, int, int, int)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" +Trimmed method "public abstract com.volmit.iris.util.Element onRightClick(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onRightClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public com.volmit.iris.util.UIElement onRightClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" Trimmed method "protected abstract int onSampleColumnHeight(int, int, int, int, int, int)" in class "public abstract com.volmit.iris.gen.ParallelChunkGenerator" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onShiftLeftClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public com.volmit.iris.util.inventory.UIElement onShiftLeftClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onShiftLeftClick(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element onShiftRightClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public com.volmit.iris.util.inventory.UIElement onShiftRightClick(com.volmit.iris.util.inventory.Callback)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element onShiftRightClick(com.volmit.iris.util.inventory.Callback)" in class "public abstract com.volmit.iris.util.inventory.Element" +Trimmed method "protected int onSampleColumnHeight(int, int, int, int, int, int)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" +Trimmed method "public abstract com.volmit.iris.util.Element onShiftLeftClick(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onShiftLeftClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public com.volmit.iris.util.UIElement onShiftLeftClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public abstract com.volmit.iris.util.Element onShiftRightClick(com.volmit.iris.util.Callback)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public com.volmit.iris.util.UIElement onShiftRightClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element onShiftRightClick(com.volmit.iris.util.Callback)" in class "public com.volmit.iris.util.UIElement" Trimmed method "public abstract org.bukkit.util.Vector op(org.bukkit.util.Vector)" in class "public abstract com.volmit.iris.util.DOP" Trimmed method "public static java.io.FileInputStream openInputStream(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static java.io.FileOutputStream openOutputStream(java.io.File, boolean)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" @@ -1037,81 +1035,81 @@ Trimmed method "private static boolean operateInPlace(java.io.File, org.zeroturn Trimmed method "public java.lang.Object opt(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.math.BigDecimal optBigDecimal(java.lang.String, java.math.BigDecimal)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public java.math.BigDecimal optBigDecimal(int, java.math.BigDecimal)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public java.math.BigInteger optBigInteger(java.lang.String, java.math.BigInteger)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public java.math.BigInteger optBigInteger(int, java.math.BigInteger)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public boolean optBoolean(int, boolean)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public java.math.BigInteger optBigInteger(java.lang.String, java.math.BigInteger)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public boolean optBoolean(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public boolean optBoolean(java.lang.String, boolean)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public boolean optBoolean(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public boolean optBoolean(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public boolean optBoolean(int, boolean)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public double optDouble(int, double)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public double optDouble(int)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public double optDouble(java.lang.String, double)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public double optDouble(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public double optDouble(java.lang.String, double)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public double optDouble(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public java.lang.Enum optEnum(java.lang.Class, java.lang.String, java.lang.Enum)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public java.lang.Enum optEnum(java.lang.Class, java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public java.lang.Enum optEnum(java.lang.Class, int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.Enum optEnum(java.lang.Class, int, java.lang.Enum)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public java.lang.Enum optEnum(java.lang.Class, java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public java.lang.Enum optEnum(java.lang.Class, java.lang.String, java.lang.Enum)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public int optInt(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public int optInt(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public int optInt(java.lang.String, int)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public int optInt(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public int optInt(int, int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONArray optJSONArray(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public com.volmit.iris.util.JSONArray optJSONArray(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONObject optJSONObject(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONObject optJSONObject(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public long optLong(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public long optLong(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public long optLong(java.lang.String, long)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public long optLong(int, long)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public long optLong(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.String optString(java.lang.String, java.lang.String)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public java.lang.String optString(int, java.lang.String)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.String optString(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public java.lang.String optString(int, java.lang.String)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public java.lang.String optString(java.lang.String)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public com.volmit.iris.util.Cuboid outset(com.volmit.iris.util.Cuboid$CuboidDirection, int)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public static void pack(java.io.File, java.io.File, boolean)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void pack(java.io.File, java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void pack(java.io.File, java.io.OutputStream, org.zeroturnaround.zip.NameMapper, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void pack(java.io.File, java.io.OutputStream, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void pack(org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "private static void pack(org.zeroturnaround.zip.ZipEntrySource[], java.io.OutputStream, boolean)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void pack(java.io.File, java.io.OutputStream, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void pack(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void pack(java.io.File, java.io.OutputStream, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void pack(java.io.File, java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void pack(org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void pack(java.io.File, java.io.OutputStream, org.zeroturnaround.zip.NameMapper, int)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void pack(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void packEntries(java.io.File[], java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void packEntries(java.io.File[], java.io.File, org.zeroturnaround.zip.NameMapper, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void pack(java.io.File, java.io.OutputStream, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void pack(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void packEntries(java.io.File[], java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void packEntries(java.io.File[], java.io.File, org.zeroturnaround.zip.NameMapper, int)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void packEntries(java.io.File[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static byte[] packEntry(java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void packEntry(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void packEntry(java.io.File, java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void packEntries(java.io.File[], java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void packEntry(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static byte[] packEntry(java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void packEntry(java.io.File, java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void packEntry(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static org.zeroturnaround.zip.extra.ZipExtraField[] parseA(byte[])" in class "public org.zeroturnaround.zip.extra.ExtraFieldUtils" Trimmed method "public void parseFromCentralDirectoryData(byte[], int, int)" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" Trimmed method "public com.volmit.iris.noise.CNG patch(double)" in class "public com.volmit.iris.noise.CNG" -Trimmed method "public static java.lang.String pc(int, int, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String pc(int, int)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static java.lang.String pc(long, long, int)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static java.lang.String pc(long, long)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static java.lang.String pc(float)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String pc(float, int)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String pc(int, int, int)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String pc(long, long)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String pc(long, long, int)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String pc(float)" in class "public com.volmit.iris.util.Form" Trimmed method "public java.lang.Object popLast()" in class "public com.volmit.iris.util.KList" Trimmed method "public java.lang.Object popRandom()" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.lang.Object)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(int, double)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(long)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(int, long)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(java.util.Collection)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.util.Map)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONObject put(java.lang.String, java.util.Map)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public com.volmit.iris.util.JSONObject put(java.lang.String, java.util.Collection)" in class "public com.volmit.iris.util.JSONObject" -Trimmed method "public com.volmit.iris.util.JSONArray put(boolean)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONArray put(int, boolean)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(double)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(java.util.Map)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(int)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.util.Collection)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONArray put(int, int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONObject put(java.lang.String, java.util.Map)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public com.volmit.iris.util.JSONArray put(int)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(java.util.Map)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.util.Map)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(java.util.Collection)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(boolean)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(int, double)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(int, long)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(double)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONObject put(java.lang.String, java.util.Collection)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.util.Collection)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(int, java.lang.Object)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public com.volmit.iris.util.JSONArray put(long)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONObject putOpt(java.lang.String, java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public java.lang.Object putThen(java.lang.Object, java.lang.Object)" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.KMap putValueList(java.lang.Object, java.lang.Object[])" in class "public com.volmit.iris.util.KMap" @@ -1120,92 +1118,100 @@ Trimmed method "public com.volmit.iris.util.KList qclear()" in class "public com Trimmed method "public com.volmit.iris.util.KList qdel(java.lang.Object)" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KMap qput(java.lang.Object, java.lang.Object)" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.TaskExecutor$TaskGroup queue(com.volmit.iris.util.KList)" in class "public com.volmit.iris.util.TaskExecutor$TaskGroup" -Trimmed method "public static com.volmit.iris.util.inventory.C randomColor()" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public static com.volmit.iris.util.C randomColor()" in class "public enum com.volmit.iris.util.C" Trimmed method "public static java.lang.String readAll(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void readEntry(java.io.File, java.lang.String, java.util.function.Consumer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static java.lang.String readFileToString(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static java.lang.String readFileToString(java.io.File, java.lang.String)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" -Trimmed method "public static java.util.List readLines(java.io.Reader)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static java.lang.String readFileToString(java.io.File)" in class "public org.zeroturnaround.zip.commons.FileUtilsV2_2" Trimmed method "public static java.util.List readLines(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.util.List readLines(java.io.InputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static java.util.List readLines(java.io.Reader)" in class "public com.volmit.iris.util.IO" Trimmed method "private void recalculateMedian()" in class "public com.volmit.iris.util.RollingSequence" Trimmed method "public void registerCommand(com.volmit.iris.util.ICommand)" in class "public abstract com.volmit.iris.util.MortarPlugin" Trimmed method "public java.lang.Object remove(int)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.KList remove(java.lang.Object[])" in class "public com.volmit.iris.util.KList" -Trimmed method "public static void removeEntries(java.io.File, java.lang.String[])" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void removeEntries(java.io.File, java.lang.String[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void removeEntries(java.io.File, java.lang.String[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void removeEntry(java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void removeEntries(java.io.File, java.lang.String[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void removeEntries(java.io.File, java.lang.String[])" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void removeEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void removeEntry(java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public com.volmit.iris.util.KList removeLast()" in class "public com.volmit.iris.util.KList" Trimmed method "public static void repack(java.io.InputStream, java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void repack(java.io.File, java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void repack(java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean replaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[])" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntries(java.io.File, org.zeroturnaround.zip.ZipEntrySource[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[], int)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[])" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean replaceEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[])" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[], int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntry(java.io.File, org.zeroturnaround.zip.ZipEntrySource, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean replaceEntry(java.io.File, java.lang.String, byte[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public com.volmit.iris.object.IrisGenerator rescale(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "static void reset()" in class "public final org.slf4j.LoggerFactory" Trimmed method "public void resetExtremes()" in class "public com.volmit.iris.util.RollingSequence" Trimmed method "public void retry()" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public com.volmit.iris.util.KList reverse()" in class "public com.volmit.iris.util.KList" -Trimmed method "public com.volmit.iris.util.KList rewrite(java.util.function.Function)" in class "public com.volmit.iris.util.KList" Trimmed method "public com.volmit.iris.util.KMap rewrite(com.volmit.iris.util.Consumer3)" in class "public com.volmit.iris.util.KMap" -Trimmed method "public static org.bukkit.Color rgbToColor(java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public com.volmit.iris.util.KList rewrite(java.util.function.Function)" in class "public com.volmit.iris.util.KList" +Trimmed method "public static org.bukkit.Color rgbToColor(java.lang.String)" in class "public enum com.volmit.iris.util.C" Trimmed method "public void rotate(com.volmit.iris.object.IrisObjectRotation, int, int, int)" in class "public com.volmit.iris.object.IrisObject" -Trimmed method "public static void s(java.lang.Runnable)" in class "public com.volmit.iris.util.J" Trimmed method "public java.lang.String s(int)" in class "public com.volmit.iris.util.RNG" Trimmed method "protected int sampleHeight(int, int)" in class "public abstract com.volmit.iris.gen.ParallelChunkGenerator" Trimmed method "public void saveAllParallax()" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public boolean saveSection(int, int)" in class "public com.volmit.iris.gen.atomics.AtomicWorldData" Trimmed method "public static java.lang.String scroll(java.lang.String, int, long)" in class "public com.volmit.iris.util.Form" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Window scroll(int)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window scroll(int)" in class "public abstract com.volmit.iris.util.inventory.Window" +Trimmed method "public bridge synthetic com.volmit.iris.util.Window scroll(int)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Window scroll(int)" in class "public abstract com.volmit.iris.util.Window" Trimmed method "public static byte[] sdecompress(java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public abstract com.volmit.iris.util.Observable set(java.lang.Object)" in class "public abstract com.volmit.iris.util.Observable" -Trimmed method "public void set(org.bukkit.Location, org.bukkit.Location)" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public bridge synthetic com.volmit.iris.util.Observable set(java.lang.Object)" in class "public com.volmit.iris.util.O" +Trimmed method "public void set(org.bukkit.Location, org.bukkit.Location)" in class "public com.volmit.iris.util.Cuboid" +Trimmed method "public abstract com.volmit.iris.util.Observable set(java.lang.Object)" in class "public abstract com.volmit.iris.util.Observable" Trimmed method "public void setA(java.lang.Object)" in class "public com.volmit.iris.util.GBiset" Trimmed method "public void setAccelerant(com.volmit.iris.util.GroupedExecutor)" in class "public abstract com.volmit.iris.gen.ParallelChunkGenerator" Trimmed method "public void setAir(com.volmit.iris.object.IrisBiomePaletteLayer)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setAir(com.volmit.iris.object.IrisBiomePaletteLayer)" in class "public com.volmit.iris.object.IrisRegionSpot" -Trimmed method "public void setAs(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionSpot" +Trimmed method "public void setAllowLoot(com.volmit.iris.util.BlockPosition)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setAs(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionRidge" +Trimmed method "public void setAs(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionSpot" Trimmed method "public void setAttribute(org.bukkit.attribute.Attribute)" in class "public com.volmit.iris.object.IrisAttributeModifier" Trimmed method "public void setAttributes(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisLoot" -Trimmed method "public void setB(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public void setB(java.lang.Object)" in class "public com.volmit.iris.util.GBiset" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element setBackground(boolean)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public com.volmit.iris.util.inventory.Element setBackground(boolean)" in class "public com.volmit.iris.util.inventory.UIElement" +Trimmed method "public void setB(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.IrisChunkGenerator" +Trimmed method "public abstract com.volmit.iris.util.Element setBackground(boolean)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public com.volmit.iris.util.Element setBackground(boolean)" in class "public com.volmit.iris.util.UIElement" Trimmed method "public void setBezier(boolean)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setBiome(com.volmit.iris.object.IrisBiome)" in class "public com.volmit.iris.util.BiomeResult" -Trimmed method "public void setBiome(java.lang.String)" in class "public com.volmit.iris.object.IrisRegionSpot" Trimmed method "public void setBiome(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" Trimmed method "public void setBiome(java.lang.String)" in class "public com.volmit.iris.object.IrisRegionRidge" +Trimmed method "public void setBiome(java.lang.String)" in class "public com.volmit.iris.object.IrisRegionSpot" Trimmed method "public void setBiomeGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setBiomeImplosionRatio(double)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setBiomeLoader(com.volmit.iris.util.ResourceLoader)" in class "public com.volmit.iris.IrisDataManager" Trimmed method "public void setBiomeScatter(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setBiomeSkyScatter(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setBiomeStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisBiome" -Trimmed method "public void setBiomeZoom(double)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setBiomeZoom(double)" in class "public com.volmit.iris.object.IrisBiome" +Trimmed method "public void setBiomeZoom(double)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setBlock(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" -Trimmed method "public void setBlockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeDecorator" -Trimmed method "public void setBlockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setBlockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" +Trimmed method "public void setBlockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDepositGenerator" +Trimmed method "public void setBlockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeDecorator" +Trimmed method "public void setBlockDrops(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisDimension" +Trimmed method "public void setBlockDrops(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" +Trimmed method "public void setBlockDrops(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setBlockUpdates(com.volmit.iris.util.KSet)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" Trimmed method "public void setBlocks(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.object.IrisObject" +Trimmed method "public void setBlocks(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBlockDrops" +Trimmed method "public void setBoarExtendMaxY(int)" in class "public com.volmit.iris.object.IrisObjectPlacement" +Trimmed method "public void setBoarExtendMinY(int)" in class "public com.volmit.iris.object.IrisObjectPlacement" Trimmed method "public void setBoardSettings(com.volmit.iris.util.BoardSettings)" in class "public com.volmit.iris.util.BoardManager" Trimmed method "public void setBridgeGenerator(com.volmit.iris.noise.CNG)" in class "public com.volmit.iris.gen.layer.GenLayerBiome" Trimmed method "public void setCache(com.volmit.iris.gen.atomics.AtomicMulticache)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "public void setCacheColor(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setCacheFilters(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" +Trimmed method "public void setCacheID(short)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public void setCacheRidge(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setCacheSpot(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setCacheX(int)" in class "public abstract com.volmit.iris.gen.ParallelChunkGenerator" @@ -1235,13 +1241,13 @@ Trimmed method "public void setCellGen(com.volmit.iris.gen.atomics.AtomicCache)" Trimmed method "public void setCellPercentSize(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public void setCenter(org.bukkit.Location)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setCentralDirectoryData(byte[])" in class "public org.zeroturnaround.zip.extra.UnrecognizedExtraField" -Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisObjectPlacement" -Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisRegionRidge" -Trimmed method "public void setChance(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisLoot" -Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisAttributeModifier" -Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisEnchantment" -Trimmed method "public void setChance(int)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisBiomeDecorator" +Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisEnchantment" +Trimmed method "public void setChance(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisLoot" +Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisRegionRidge" +Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisObjectPlacement" +Trimmed method "public void setChance(double)" in class "public com.volmit.iris.object.IrisAttributeModifier" +Trimmed method "public void setChance(int)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setChanceCell(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setChanceScale(double)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setChanceShuffle(double)" in class "public com.volmit.iris.object.IrisRegionRidge" @@ -1268,15 +1274,17 @@ Trimmed method "public void setCurrentProject(com.volmit.iris.gen.IrisChunkGener Trimmed method "public void setCustomModel(java.lang.Integer)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setCwarn(com.volmit.iris.util.ChronoLatch)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setD(int)" in class "public com.volmit.iris.object.IrisObject" -Trimmed method "public void setData(java.lang.Byte)" in class "public com.volmit.iris.util.inventory.MaterialBlock" Trimmed method "public void setData(com.volmit.iris.IrisDataManager)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" +Trimmed method "public void setData(java.lang.Byte)" in class "public com.volmit.iris.util.MaterialBlock" +Trimmed method "public void setData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public void setDataFolder(java.io.File)" in class "public com.volmit.iris.IrisDataManager" +Trimmed method "public void setDebugColor(java.lang.String)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setDecorate(boolean)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setDecorators(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setDensity(int)" in class "public com.volmit.iris.object.IrisObjectPlacement" Trimmed method "public void setDeposits(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisDimension" -Trimmed method "public void setDeposits(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setDeposits(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisRegion" +Trimmed method "public void setDeposits(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setDerivative(org.bukkit.block.Biome)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setDimCache(com.volmit.iris.gen.atomics.AtomicCache)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setDimensionAngleDeg(double)" in class "public com.volmit.iris.object.IrisDimension" @@ -1286,27 +1294,29 @@ Trimmed method "public void setDirtyLatch(com.volmit.iris.util.ChronoLatch)" in Trimmed method "public void setDisabled(boolean)" in class "public com.volmit.iris.util.IrisLock" Trimmed method "public void setDisplayName(java.lang.String)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setDistance(double)" in class "public com.volmit.iris.util.BiomeResult" +Trimmed method "public void setDrops(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public void setEdit(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisObjectPlacement" Trimmed method "public void setEffects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setEffects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisRegion" -Trimmed method "public void setEnabled(boolean)" in class "public com.volmit.iris.object.IrisObjectRotation" Trimmed method "public void setEnabled(boolean)" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public void setEnabled(boolean)" in class "public com.volmit.iris.object.IrisObjectRotation" Trimmed method "public void setEnabled(boolean)" in class "public com.volmit.iris.object.IrisAxisRotationClamp" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element setEnchanted(boolean)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element setEnchanted(boolean)" in class "public abstract com.volmit.iris.util.inventory.Element" +Trimmed method "public abstract com.volmit.iris.util.Element setEnchanted(boolean)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element setEnchanted(boolean)" in class "public com.volmit.iris.util.UIElement" Trimmed method "public void setEnchantment(java.lang.String)" in class "public com.volmit.iris.object.IrisEnchantment" Trimmed method "public void setEnchantments(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setEnvironment(org.bukkit.World$Environment)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setExact(boolean)" in class "public com.volmit.iris.object.IrisCompatabilityFilter" Trimmed method "public void setExact(boolean)" in class "public com.volmit.iris.object.IrisObjectReplace" -Trimmed method "public void setExponent(double)" in class "public com.volmit.iris.object.IrisGeneratorStyle" +Trimmed method "public void setExactBlocks(boolean)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public void setExponent(double)" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public void setExponent(double)" in class "public com.volmit.iris.object.IrisGeneratorStyle" Trimmed method "public void setExtra(double)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setFailing(boolean)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setFastPregen(boolean)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setFind(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisObjectReplace" -Trimmed method "public void setFindData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisObjectReplace" Trimmed method "public void setFindData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisCompatabilityFilter" +Trimmed method "public void setFindData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisObjectReplace" Trimmed method "public void setFlock(com.volmit.iris.util.IrisLock)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setFloor(int)" in class "public com.volmit.iris.util.CaveResult" Trimmed method "public void setFluidData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" @@ -1325,24 +1335,24 @@ Trimmed method "public void setForceVariant(com.volmit.iris.util.KMap)" in class Trimmed method "public void setFracture(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setFracture(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisGeneratorStyle" Trimmed method "public void setGLatch(com.volmit.iris.util.ChronoLatch)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "public void setGen(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeGeneratorLink" Trimmed method "public void setGen(com.volmit.iris.gen.PostBlockChunkGenerator)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" +Trimmed method "public void setGen(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeGeneratorLink" Trimmed method "public void setGenerated(int)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "public void setGenerator(com.volmit.iris.noise.CNG)" in class "public com.volmit.iris.gen.layer.BiomeDataProvider" -Trimmed method "public void setGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setGenerator(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisShapedGeneratorStyle" +Trimmed method "public void setGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public void setGenerator(com.volmit.iris.noise.CNG)" in class "public com.volmit.iris.gen.layer.BiomeDataProvider" Trimmed method "public void setGeneratorLoader(com.volmit.iris.util.ResourceLoader)" in class "public com.volmit.iris.IrisDataManager" +Trimmed method "public void setGenerators(com.volmit.iris.util.KMap)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setGenerators(int)" in class "public com.volmit.iris.IrisMetrics" Trimmed method "public void setGenerators(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" -Trimmed method "public void setGenerators(com.volmit.iris.util.KMap)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setGlBiome(com.volmit.iris.gen.layer.GenLayerBiome)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setGlCarve(com.volmit.iris.gen.layer.GenLayerCarve)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setGlCave(com.volmit.iris.gen.layer.GenLayerCave)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setGlText(com.volmit.iris.gen.layer.GenLayerText)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setGlUpdate(com.volmit.iris.gen.layer.GenLayerUpdate)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setGroupId(int)" in class "public org.zeroturnaround.zip.extra.AsiExtraField" -Trimmed method "public void setH(int)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setH(int)" in class "public com.volmit.iris.object.IrisObject" +Trimmed method "public void setH(int)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setHb(com.volmit.iris.object.IrisBiome)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public void setHeight(int)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setHeightGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" @@ -1373,44 +1383,44 @@ Trimmed method "public void setLastChunkLoad(long)" in class "public abstract co Trimmed method "public void setLastUpdateRequest(long)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setLatch(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setLayer(com.volmit.iris.gen.layer.GenLayerBiome)" in class "public com.volmit.iris.gen.layer.BiomeDataProvider" -Trimmed method "public void setLayerGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setLayerGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" +Trimmed method "public void setLayerGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setLayerHeightGenerators(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLayerSeaHeightGenerators(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLayers(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLinkedFile(java.lang.String)" in class "public org.zeroturnaround.zip.extra.AsiExtraField" Trimmed method "public void setLoadCache(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.util.ResourceLoader" -Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setLock(java.util.concurrent.locks.ReentrantLock)" in class "public com.volmit.iris.ProjectManager" -Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" +Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public abstract com.volmit.iris.gen.PostBlockChunkGenerator" +Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" Trimmed method "public void setLock(com.volmit.iris.util.IrisLock)" in class "public com.volmit.iris.util.ResourceLoader" Trimmed method "public void setLockLayers(boolean)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLockLayersMax(int)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLockq(com.volmit.iris.util.IrisLock)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" -Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setLoot(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisLootTable" -Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisStructureTile" -Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisStructure" +Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisStructureTile" Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisRegion" +Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisDimension" +Trimmed method "public void setLoot(com.volmit.iris.object.IrisLootReference)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setLootLoader(com.volmit.iris.util.ResourceLoader)" in class "public com.volmit.iris.IrisDataManager" Trimmed method "public void setLootTries(int)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setLore(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setMasterFracture(com.volmit.iris.noise.CNG)" in class "public abstract com.volmit.iris.gen.TerrainChunkGenerator" Trimmed method "public void setMasterLock(com.volmit.iris.gen.atomics.MasterLock)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setMasterRandom(com.volmit.iris.util.RNG)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "public void setMaterial(org.bukkit.Material)" in class "public com.volmit.iris.util.inventory.MaterialBlock" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element setMaterial(com.volmit.iris.util.inventory.MaterialBlock)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element setMaterial(com.volmit.iris.util.inventory.MaterialBlock)" in class "public com.volmit.iris.util.inventory.UIElement" +Trimmed method "public abstract com.volmit.iris.util.Element setMaterial(com.volmit.iris.util.MaterialBlock)" in class "public abstract com.volmit.iris.util.Element" +Trimmed method "public void setMaterial(org.bukkit.Material)" in class "public com.volmit.iris.util.MaterialBlock" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element setMaterial(com.volmit.iris.util.MaterialBlock)" in class "public com.volmit.iris.util.UIElement" Trimmed method "public void setMax(int)" in class "public com.volmit.iris.object.IrisShapedGeneratorStyle" -Trimmed method "public void setMaxAmount(double)" in class "public com.volmit.iris.object.IrisAttributeModifier" Trimmed method "public void setMaxAmount(int)" in class "public com.volmit.iris.object.IrisLoot" +Trimmed method "public void setMaxAmount(double)" in class "public com.volmit.iris.object.IrisAttributeModifier" Trimmed method "public void setMaxDurability(double)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setMaxFaces(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisStructureTile" +Trimmed method "public void setMaxHeight(int)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" Trimmed method "public void setMaxHeight(int)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setMaxHeight(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiome" -Trimmed method "public void setMaxHeight(int)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" Trimmed method "public void setMaxLevel(int)" in class "public com.volmit.iris.object.IrisEnchantment" Trimmed method "public void setMaxPerChunk(int)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setMaxPicked(int)" in class "public com.volmit.iris.object.IrisLootTable" @@ -1425,8 +1435,8 @@ Trimmed method "public void setMinAmount(int)" in class "public com.volmit.iris. Trimmed method "public void setMinAmount(double)" in class "public com.volmit.iris.object.IrisAttributeModifier" Trimmed method "public void setMinDurability(double)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setMinFaces(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisStructureTile" -Trimmed method "public void setMinHeight(int)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" Trimmed method "public void setMinHeight(int)" in class "public com.volmit.iris.object.IrisDepositGenerator" +Trimmed method "public void setMinHeight(int)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" Trimmed method "public void setMinLevel(int)" in class "public com.volmit.iris.object.IrisEnchantment" Trimmed method "public void setMinPerChunk(int)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setMinPitch(double)" in class "public com.volmit.iris.object.IrisEffect" @@ -1437,31 +1447,33 @@ Trimmed method "public void setModified(boolean)" in class "public com.volmit.ir Trimmed method "public void setMultiplier(double)" in class "public com.volmit.iris.object.IrisGeneratorStyle" Trimmed method "public void setMultiplier(double)" in class "public com.volmit.iris.object.IrisLootReference" Trimmed method "public void setMutations(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisDimension" +Trimmed method "public bridge synthetic com.volmit.iris.util.Element setName(java.lang.String)" in class "public com.volmit.iris.util.UIElement" Trimmed method "public void setName(java.lang.String)" in class "public com.volmit.iris.object.IrisAttributeModifier" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element setName(java.lang.String)" in class "public abstract com.volmit.iris.util.inventory.Element" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Element setName(java.lang.String)" in class "public com.volmit.iris.util.inventory.UIElement" Trimmed method "public void setName(java.lang.String)" in class "public com.volmit.iris.object.IrisLootTable" +Trimmed method "public abstract com.volmit.iris.util.Element setName(java.lang.String)" in class "public abstract com.volmit.iris.util.Element" Trimmed method "public void setNegative(boolean)" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public void setNoLoot(com.volmit.iris.util.KList)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setNoiseHits(int)" in class "public com.volmit.iris.IrisMetrics" -Trimmed method "public void setNoiseMultiplier(double)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setNoiseMultiplier(double)" in class "public com.volmit.iris.object.IrisRegionSpot" +Trimmed method "public void setNoiseMultiplier(double)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setObject(java.lang.String)" in class "public com.volmit.iris.object.IrisRareObject" Trimmed method "public void setObjectClass(java.lang.Class)" in class "public com.volmit.iris.util.ResourceLoader" Trimmed method "public void setObjectLoader(com.volmit.iris.util.ObjectResourceLoader)" in class "public com.volmit.iris.IrisDataManager" Trimmed method "public void setObjects(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDepositGenerator" -Trimmed method "public void setObjects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setObjects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiomeMutation" +Trimmed method "public void setObjects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setOffsetX(double)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setOffsetX(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public void setOffsetY(double)" in class "public com.volmit.iris.object.IrisNoiseGenerator" -Trimmed method "public void setOffsetZ(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public void setOffsetZ(double)" in class "public com.volmit.iris.object.IrisNoiseGenerator" +Trimmed method "public void setOffsetZ(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public void setOnwater(boolean)" in class "public com.volmit.iris.object.IrisObjectPlacement" Trimmed method "public void setOpacity(double)" in class "public com.volmit.iris.object.IrisGenerator" Trimmed method "public void setOperation(org.bukkit.attribute.AttributeModifier$Operation)" in class "public com.volmit.iris.object.IrisAttributeModifier" +Trimmed method "public void setOverStilt(int)" in class "public com.volmit.iris.object.IrisObjectPlacement" Trimmed method "public void setPacks(java.io.File)" in class "public com.volmit.iris.IrisDataManager" -Trimmed method "public void setPalette(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setPalette(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" +Trimmed method "public void setPalette(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisDepositGenerator" Trimmed method "public void setPalette(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setParallaxMap(com.volmit.iris.gen.atomics.AtomicWorldData)" in class "public abstract com.volmit.iris.gen.ParallaxChunkGenerator" Trimmed method "public void setParallaxSize(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" @@ -1495,8 +1507,8 @@ Trimmed method "public void setPregenDone(boolean)" in class "public abstract co Trimmed method "public void setPreventLeafDecay(boolean)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setProcessor(java.lang.String)" in class "public com.volmit.iris.object.IrisPostProcessor" Trimmed method "public void setProd(boolean)" in class "public com.volmit.iris.IrisDataManager" -Trimmed method "public com.volmit.iris.util.inventory.Element setProgress(double)" in class "public com.volmit.iris.util.inventory.UIElement" -Trimmed method "public abstract com.volmit.iris.util.inventory.Element setProgress(double)" in class "public abstract com.volmit.iris.util.inventory.Element" +Trimmed method "public com.volmit.iris.util.Element setProgress(double)" in class "public com.volmit.iris.util.UIElement" +Trimmed method "public abstract com.volmit.iris.util.Element setProgress(double)" in class "public abstract com.volmit.iris.util.Element" Trimmed method "public void setPt(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setPushLatch(com.volmit.iris.util.ChronoLatch)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setQueue(com.volmit.iris.util.KList)" in class "public abstract com.volmit.iris.util.IrisPostBlockFilter" @@ -1506,11 +1518,11 @@ Trimmed method "public void setRandomAltX(boolean)" in class "public com.volmit. Trimmed method "public void setRandomAltY(boolean)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setRandomAltZ(boolean)" in class "public com.volmit.iris.object.IrisEffect" Trimmed method "public void setRareObjects(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisStructureTile" -Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisRareObject" -Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisLootTable" Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setRarity(double)" in class "public com.volmit.iris.object.IrisRegionSpot" +Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisLootTable" +Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisRareObject" Trimmed method "public void setRarity(int)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setRatio(double)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setRealCaveBiomes(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisRegion" @@ -1528,9 +1540,11 @@ Trimmed method "public void setReplace(com.volmit.iris.util.KList)" in class "pu Trimmed method "public void setReplaceData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisObjectReplace" Trimmed method "public void setReplaceData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisCompatabilityFilter" Trimmed method "public void setReplaceGen(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisObjectReplace" +Trimmed method "public void setReplaceVanillaDrops(boolean)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public void setResourceTypeName(java.lang.String)" in class "public com.volmit.iris.util.ResourceLoader" Trimmed method "public void setRidge(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setRidgeBiomes(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisRegion" +Trimmed method "public void setRiverSize(double)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setRng(com.volmit.iris.util.RNG)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setRockData(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setRockLayerGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" @@ -1556,9 +1570,9 @@ Trimmed method "public void setShoreHeightMin(double)" in class "public com.volm Trimmed method "public void setShoreHeightZoom(double)" in class "public com.volmit.iris.object.IrisRegion" Trimmed method "public void setShoreProvider(com.volmit.iris.gen.layer.BiomeDataProvider)" in class "public com.volmit.iris.gen.layer.GenLayerBiome" Trimmed method "public void setShoreRatio(double)" in class "public com.volmit.iris.object.IrisRegion" -Trimmed method "public void setShuffle(double)" in class "public com.volmit.iris.object.IrisStructurePlacement" -Trimmed method "public void setShuffle(double)" in class "public com.volmit.iris.object.IrisRegionSpot" Trimmed method "public void setShuffle(double)" in class "public com.volmit.iris.object.IrisRegionRidge" +Trimmed method "public void setShuffle(double)" in class "public com.volmit.iris.object.IrisRegionSpot" +Trimmed method "public void setShuffle(double)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setSideA(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiomeMutation" Trimmed method "public void setSideACache(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisBiomeMutation" Trimmed method "public void setSideB(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiomeMutation" @@ -1566,6 +1580,7 @@ Trimmed method "public void setSideBCache(com.volmit.iris.gen.atomics.AtomicCach Trimmed method "public void setSinCentered(boolean)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setSinr(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setSize(int)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "public void setSkipParents(boolean)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public void setSkylandBiomeStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setSlab(com.volmit.iris.object.IrisBiomePaletteLayer)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setSlotTypes(com.volmit.iris.object.InventorySlotType)" in class "public com.volmit.iris.object.IrisLoot" @@ -1578,22 +1593,22 @@ Trimmed method "public void setSpotBiomes(com.volmit.iris.util.KList)" in class Trimmed method "public void setStackMax(int)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setStackMin(int)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setState(com.volmit.iris.util.TaskExecutor$TaskState)" in class "public com.volmit.iris.util.TaskExecutor$AssignedTask" -Trimmed method "public void setStructure(com.volmit.iris.object.IrisStructure)" in class "public com.volmit.iris.util.IrisStructureResult" Trimmed method "public void setStructure(com.volmit.iris.object.IrisStructure)" in class "public com.volmit.iris.object.TileResult" -Trimmed method "public void setStructure(com.volmit.iris.object.IrisStructure)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setStructure(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisStructurePlacement" +Trimmed method "public void setStructure(com.volmit.iris.object.IrisStructure)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "public void setStructure(com.volmit.iris.object.IrisStructure)" in class "public com.volmit.iris.util.IrisStructureResult" Trimmed method "public void setStructureLoader(com.volmit.iris.util.ResourceLoader)" in class "public com.volmit.iris.IrisDataManager" -Trimmed method "public void setStructures(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setStructures(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.atomics.AtomicSliverMap" Trimmed method "public void setStructures(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisRegion" +Trimmed method "public void setStructures(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisBiomeDecorator" -Trimmed method "public void setStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisNoiseGenerator" -Trimmed method "public void setStyle(com.volmit.iris.object.NoiseStyle)" in class "public com.volmit.iris.object.IrisGeneratorStyle" Trimmed method "public void setStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" +Trimmed method "public void setStyle(com.volmit.iris.object.NoiseStyle)" in class "public com.volmit.iris.object.IrisGeneratorStyle" +Trimmed method "public void setStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisNoiseGenerator" Trimmed method "public void setSupplement(java.lang.String)" in class "public com.volmit.iris.object.IrisCompatabilityFilter" Trimmed method "public void setTables(com.volmit.iris.util.KList)" in class "public com.volmit.iris.object.IrisLootReference" -Trimmed method "public void setTask(int)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setTask(int)" in class "public com.volmit.iris.util.StructureTemplate" +Trimmed method "public void setTask(int)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" Trimmed method "public void setTerrainZoom(double)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setThickness(double)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setThreads(int)" in class "public abstract com.volmit.iris.gen.ParallelChunkGenerator" @@ -1608,14 +1623,14 @@ Trimmed method "public void setTranslateCenter(boolean)" in class "public com.vo Trimmed method "public void setTruebiome(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.gen.atomics.AtomicSliver" Trimmed method "public void setTt(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisLootReference" Trimmed method "public void setTx(com.volmit.iris.util.TaskExecutor)" in class "public com.volmit.iris.ProjectManager" -Trimmed method "public void setType(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionRidge" -Trimmed method "public void setType(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.gen.layer.BiomeDataProvider" Trimmed method "public void setType(java.lang.String)" in class "public com.volmit.iris.object.IrisLoot" Trimmed method "public void setType(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionSpot" +Trimmed method "public void setType(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.gen.layer.BiomeDataProvider" +Trimmed method "public void setType(com.volmit.iris.object.InferredType)" in class "public com.volmit.iris.object.IrisRegionRidge" Trimmed method "public void setU(com.volmit.iris.util.ChronoLatch)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setUnbreakable(boolean)" in class "public com.volmit.iris.object.IrisLoot" -Trimmed method "public void setUnderwater(boolean)" in class "public com.volmit.iris.object.IrisStructure" Trimmed method "public void setUnderwater(boolean)" in class "public com.volmit.iris.object.IrisObjectPlacement" +Trimmed method "public void setUnderwater(boolean)" in class "public com.volmit.iris.object.IrisStructure" Trimmed method "public void setUpdates(com.volmit.iris.util.KMap)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setUse3d(boolean)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setUserId(int)" in class "public org.zeroturnaround.zip.extra.AsiExtraField" @@ -1629,41 +1644,42 @@ Trimmed method "public void setVarience(int)" in class "public com.volmit.iris.o Trimmed method "public void setVersion(int)" in class "public com.volmit.iris.object.IrisDimension" Trimmed method "public void setVerticalSlope(com.volmit.iris.object.IrisShapedGeneratorStyle)" in class "public com.volmit.iris.object.IrisCaveLayer" Trimmed method "public void setVerticalZoom(double)" in class "public com.volmit.iris.object.IrisBiomeDecorator" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Window setViewportPosition(int)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window setViewportPosition(int)" in class "public abstract com.volmit.iris.util.inventory.Window" -Trimmed method "public bridge synthetic com.volmit.iris.util.inventory.Window setVisible(boolean)" in class "public com.volmit.iris.util.inventory.UIWindow" -Trimmed method "public abstract com.volmit.iris.util.inventory.Window setVisible(boolean)" in class "public abstract com.volmit.iris.util.inventory.Window" +Trimmed method "public abstract com.volmit.iris.util.Window setViewportPosition(int)" in class "public abstract com.volmit.iris.util.Window" +Trimmed method "public bridge synthetic com.volmit.iris.util.Window setViewportPosition(int)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public bridge synthetic com.volmit.iris.util.Window setVisible(boolean)" in class "public com.volmit.iris.util.UIWindow" +Trimmed method "public abstract com.volmit.iris.util.Window setVisible(boolean)" in class "public abstract com.volmit.iris.util.Window" Trimmed method "public void setVolume(double)" in class "public com.volmit.iris.object.IrisEffect" -Trimmed method "public void setW(int)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setW(int)" in class "public com.volmit.iris.object.IrisObject" +Trimmed method "public void setW(int)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setWall(com.volmit.iris.object.IrisBiomePaletteLayer)" in class "public com.volmit.iris.object.IrisBiome" Trimmed method "public void setWallChance(double)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setWallGenerator(com.volmit.iris.gen.atomics.AtomicCache)" in class "public com.volmit.iris.object.IrisStructure" Trimmed method "public void setWallStyle(com.volmit.iris.object.IrisGeneratorStyle)" in class "public com.volmit.iris.object.IrisStructure" Trimmed method "public void setWhen(java.lang.String)" in class "public com.volmit.iris.object.IrisCompatabilityFilter" Trimmed method "public void setWorker(org.bukkit.entity.Player)" in class "public com.volmit.iris.util.StructureTemplate" -Trimmed method "public void setWorld(org.bukkit.World)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setWorld(org.bukkit.World)" in class "public abstract com.volmit.iris.gen.ContextualChunkGenerator" -Trimmed method "public void setX(int)" in class "public com.volmit.iris.util.ChunkPosition" +Trimmed method "public void setWorld(org.bukkit.World)" in class "public com.volmit.iris.util.StructureTemplate" Trimmed method "public void setX(int)" in class "public com.volmit.iris.object.IrisObjectTranslate" +Trimmed method "public void setX(int)" in class "public com.volmit.iris.util.ChunkPosition" Trimmed method "public void setXAxis(com.volmit.iris.object.IrisAxisRotationClamp)" in class "public com.volmit.iris.object.IrisObjectRotation" Trimmed method "public void setY(int)" in class "public com.volmit.iris.object.IrisObjectTranslate" -Trimmed method "public void setZ(int)" in class "public com.volmit.iris.util.ChunkPosition" Trimmed method "public void setZ(int)" in class "public com.volmit.iris.object.IrisObjectTranslate" +Trimmed method "public void setZ(int)" in class "public com.volmit.iris.util.ChunkPosition" Trimmed method "public void setZAxis(com.volmit.iris.object.IrisAxisRotationClamp)" in class "public com.volmit.iris.object.IrisObjectRotation" +Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisGeneratorStyle" +Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" +Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisStructurePlacement" Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisBiomeDecorator" Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisGenerator" -Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisGeneratorStyle" -Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisStructurePlacement" -Trimmed method "public void setZoom(double)" in class "public com.volmit.iris.object.IrisBiomePaletteLayer" Trimmed method "public static void shiftRight(double[], double)" in class "public com.volmit.iris.util.DoubleArrayUtils" +Trimmed method "public boolean shouldDropFor(org.bukkit.block.data.BlockData)" in class "public com.volmit.iris.object.IrisBlockDrops" Trimmed method "public com.volmit.iris.util.KList shuffle()" in class "public com.volmit.iris.util.KList" -Trimmed method "public short si(int, int)" in class "public com.volmit.iris.util.RNG" Trimmed method "public short si()" in class "public com.volmit.iris.util.RNG" Trimmed method "public short si(int)" in class "public com.volmit.iris.util.RNG" +Trimmed method "public short si(int, int)" in class "public com.volmit.iris.util.RNG" Trimmed method "public short simax()" in class "public com.volmit.iris.util.RNG" -Trimmed method "public boolean similar(java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public boolean similar(java.lang.Object)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public boolean similar(java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public static float sin(float)" in class "public com.volmit.iris.util.M" Trimmed method "private static float sinLookup(int)" in class "public com.volmit.iris.util.M" Trimmed method "public static long size(java.io.File)" in class "public com.volmit.iris.util.IO" @@ -1676,150 +1692,147 @@ Trimmed method "public com.volmit.iris.util.KList sortK()" in class "public com. Trimmed method "public com.volmit.iris.util.KList sortKNumber()" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.KList sortV()" in class "public com.volmit.iris.util.KMap" Trimmed method "public com.volmit.iris.util.KList sortVNoDedupe()" in class "public com.volmit.iris.util.KMap" -Trimmed method "public com.volmit.iris.util.KList split(int)" in class "public com.volmit.iris.util.KList" Trimmed method "public static java.lang.String split(java.lang.String, java.lang.String[])" in class "public com.volmit.iris.util.Form" +Trimmed method "public com.volmit.iris.util.KList split(int)" in class "public com.volmit.iris.util.KList" Trimmed method "public static void sr(java.lang.Runnable, int, int)" in class "public com.volmit.iris.util.J" Trimmed method "public static int sr(java.lang.Runnable, int)" in class "public com.volmit.iris.util.J" Trimmed method "public static java.lang.String stamp(long)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String stampDay(long)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String stampTime(long)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static java.lang.String stripColor(java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" +Trimmed method "public static java.lang.String stripColor(java.lang.String)" in class "public enum com.volmit.iris.util.C" Trimmed method "public com.volmit.iris.util.KList sub(int, int)" in class "public com.volmit.iris.util.KList" Trimmed method "public static void success(java.lang.String)" in class "public com.volmit.iris.Iris" Trimmed method "public com.volmit.iris.util.KList swapIndexes(int, int)" in class "public com.volmit.iris.util.KList" Trimmed method "public static float tan(float)" in class "public com.volmit.iris.util.M" +Trimmed method "public java.lang.String textFor(double, double)" in class "public com.volmit.iris.gen.IrisChunkGenerator" Trimmed method "public static double ticksFromNS(long)" in class "public com.volmit.iris.util.M" -Trimmed method "public static byte[] toByteArray(java.io.Reader)" in class "public com.volmit.iris.util.IO" Trimmed method "public static byte[] toByteArray(java.io.Reader, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static byte[] toByteArray(java.io.InputStream)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static byte[] toByteArray(java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static byte[] toByteArray(java.io.InputStream)" in class "public org.zeroturnaround.zip.commons.IOUtils" +Trimmed method "public static byte[] toByteArray(java.io.Reader)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static byte[] toByteArray(java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static char[] toCharArray(java.io.InputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static char[] toCharArray(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static char[] toCharArray(java.io.Reader)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static char[] toCharArray(java.io.InputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.io.InputStream toInputStream(java.lang.String, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.io.InputStream toInputStream(java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public com.volmit.iris.util.JSONArray toJSONArray(com.volmit.iris.util.JSONArray)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public com.volmit.iris.util.JSONObject toJSONObject(com.volmit.iris.util.JSONArray)" in class "public com.volmit.iris.util.JSONArray" Trimmed method "public com.volmit.iris.util.JSONArray toJSONStringArray()" in class "public com.volmit.iris.util.KList" Trimmed method "public static java.lang.String toRoman(int)" in class "public com.volmit.iris.util.Form" +Trimmed method "public static java.lang.String toString(byte[], java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static java.lang.String toString(java.io.Reader)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static java.lang.String toString(java.io.InputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.lang.String toString(byte[])" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.lang.String toString(java.io.InputStream, java.lang.String)" in class "public org.zeroturnaround.zip.commons.IOUtils" -Trimmed method "public static java.lang.String toString(byte[], java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static java.lang.String toString(java.io.InputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static java.lang.String toString(java.io.Reader)" in class "public com.volmit.iris.util.IO" Trimmed method "public static java.lang.String toString(java.io.InputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void touch(java.io.File)" in class "public com.volmit.iris.util.IO" Trimmed method "public static double tps(long, int)" in class "public com.volmit.iris.util.M" -Trimmed method "public abstract void trace(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void trace(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void trace(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void trace(java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void trace(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void trace(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void trace(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" Trimmed method "public final void trace(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public void trace(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void trace(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void trace(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public final void trace(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public static long transfer(java.io.InputStream, java.io.OutputStream, int, long)" in class "public com.volmit.iris.util.IO" +Trimmed method "public final void trace(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void trace(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void trace(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void trace(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void trace(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void trace(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public static long transfer(java.io.InputStream, java.io.OutputStream, byte[], int)" in class "public com.volmit.iris.util.IO" Trimmed method "public static int transfer(java.io.InputStream, java.io.OutputStream, byte[])" in class "public com.volmit.iris.util.IO" +Trimmed method "public static long transfer(java.io.InputStream, java.io.OutputStream, int, long)" in class "public com.volmit.iris.util.IO" Trimmed method "public static boolean transformEntries(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry[])" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean transformEntries(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean transformEntries(java.io.InputStream, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry[], java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean transformEntries(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry[], java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean transformEntry(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean transformEntry(java.io.InputStream, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry, java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean transformEntry(java.io.File, java.lang.String, org.zeroturnaround.zip.transform.ZipEntryTransformer)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean transformEntry(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean transformEntry(java.io.InputStream, java.lang.String, org.zeroturnaround.zip.transform.ZipEntryTransformer, java.io.OutputStream)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean transformEntry(java.io.File, java.lang.String, org.zeroturnaround.zip.transform.ZipEntryTransformer, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean transformEntry(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean transformEntry(java.io.File, java.lang.String, org.zeroturnaround.zip.transform.ZipEntryTransformer)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean transformEntry(java.io.File, org.zeroturnaround.zip.transform.ZipEntryTransformerEntry)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "static java.util.Map transformersByPath(java.util.List)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public org.bukkit.util.BlockVector translate(org.bukkit.util.BlockVector)" in class "public com.volmit.iris.object.IrisObjectTranslate" -Trimmed method "public static java.lang.String translateAlternateColorCodes(char, java.lang.String)" in class "public enum com.volmit.iris.util.inventory.C" -Trimmed method "public static double trilerp(double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.M" Trimmed method "public static double trilerp(double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.IrisInterpolation" +Trimmed method "public static double trilerp(double, double, double, double, double, double, double, double, double, double, double)" in class "public com.volmit.iris.util.M" Trimmed method "public static java.lang.String trim(java.lang.String, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static com.volmit.iris.util.KList udnews()" in class "public final enum com.volmit.iris.util.Direction" -Trimmed method "public static void unexplode(java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unexplode(java.io.File, int)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unexplode(java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public boolean unloadSection(int, int, boolean)" in class "public com.volmit.iris.gen.atomics.AtomicWorldData" -Trimmed method "public static void unpack(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void unpack(java.io.InputStream, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unpack(java.io.InputStream, java.io.File, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void unpack(java.io.InputStream, java.io.File, org.zeroturnaround.zip.NameMapper, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unpack(java.io.File, java.io.File, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unpack(java.io.InputStream, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean unpackEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean unpackEntry(java.util.zip.ZipFile, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unpack(java.io.InputStream, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unpack(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unpack(java.io.InputStream, java.io.File, org.zeroturnaround.zip.NameMapper, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static byte[] unpackEntry(java.io.File, java.lang.String, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static byte[] unpackEntry(java.io.InputStream, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static byte[] unpackEntry(java.util.zip.ZipFile, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static boolean unpackEntry(java.io.File, java.lang.String, java.io.File, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static byte[] unpackEntry(java.io.File, java.lang.String, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static byte[] unpackEntry(java.io.File, java.lang.String)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean unpackEntry(java.io.File, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean unpackEntry(java.io.File, java.lang.String, java.io.File, java.nio.charset.Charset)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static boolean unpackEntry(java.io.InputStream, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void unwrap(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static boolean unpackEntry(java.util.zip.ZipFile, java.lang.String, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unwrap(java.io.File, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" -Trimmed method "public static void unwrap(java.io.InputStream, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public static void unwrap(java.io.InputStream, java.io.File, org.zeroturnaround.zip.NameMapper)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unwrap(java.io.InputStream, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" +Trimmed method "public static void unwrap(java.io.File, java.io.File)" in class "public final org.zeroturnaround.zip.ZipUtil" Trimmed method "public com.volmit.iris.noise.CNG up(double)" in class "public com.volmit.iris.noise.CNG" Trimmed method "public static org.bukkit.inventory.ItemStack update(boolean, org.bukkit.Location, org.bukkit.inventory.ItemStack)" in class "public com.volmit.iris.WandManager" Trimmed method "public abstract void v(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" Trimmed method "public static java.lang.String valueToString(java.lang.Object)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public int volume()" in class "public com.volmit.iris.util.Cuboid" Trimmed method "public abstract void w(java.lang.Object)" in class "public abstract com.volmit.iris.util.IController" -Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public abstract void warn(java.lang.String)" in class "public abstract org.slf4j.Logger" Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void warn(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void warn(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public final void warn(java.lang.String)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" Trimmed method "public abstract void warn(java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public final void warn(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public final void warn(java.lang.String, java.lang.Object, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" -Trimmed method "public abstract void warn(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" -Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public final void warn(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public abstract void warn(java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" -Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void warn(java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void warn(java.lang.String, java.lang.Object[])" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Object, java.lang.Object)" in class "public abstract org.slf4j.Logger" Trimmed method "public void warn(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" -Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public void warn(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.helpers.MarkerIgnoringBase" +Trimmed method "public abstract void warn(java.lang.String, java.lang.Object)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void warn(java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String)" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void warn(java.lang.String, java.lang.Object)" in class "public org.slf4j.helpers.NOPLogger" +Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Throwable)" in class "public abstract org.slf4j.Logger" +Trimmed method "public abstract void warn(org.slf4j.Marker, java.lang.String, java.lang.Object[])" in class "public abstract org.slf4j.Logger" +Trimmed method "public final void warn(java.lang.String, java.lang.Throwable)" in class "public org.slf4j.helpers.NOPLogger" Trimmed method "public static boolean within(int, int, int)" in class "public com.volmit.iris.util.M" -Trimmed method "public static java.lang.String wrap(java.lang.String, int, java.lang.String, boolean)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static java.lang.String wrap(java.lang.String, int, java.lang.String, boolean, java.lang.String)" in class "public com.volmit.iris.util.Form" Trimmed method "public static java.lang.String wrap(java.lang.String, int)" in class "public com.volmit.iris.util.Form" Trimmed method "public static void wrapRight(double[])" in class "public com.volmit.iris.util.DoubleArrayUtils" -Trimmed method "public static java.lang.String wrapWords(java.lang.String, int)" in class "public com.volmit.iris.util.Form" -Trimmed method "public static void write(char[], java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void write(java.lang.StringBuffer, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void write(byte[], java.io.Writer, java.lang.String)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void write(java.lang.StringBuffer, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void write(byte[], java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public java.io.Writer write(java.io.Writer)" in class "public com.volmit.iris.util.JSONArray" -Trimmed method "public static void write(java.lang.StringBuffer, java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public java.io.Writer write(java.io.Writer)" in class "public com.volmit.iris.util.JSONObject" Trimmed method "public static void write(java.lang.String, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void write(byte[], java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void write(byte[], java.io.Writer)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void write(java.lang.StringBuffer, java.io.Writer)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void write(char[], java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public java.io.Writer write(java.io.Writer)" in class "public com.volmit.iris.util.JSONArray" +Trimmed method "public static void write(java.lang.StringBuffer, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void write(java.lang.StringBuffer, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void write(char[], java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public java.io.Writer write(java.io.Writer)" in class "public com.volmit.iris.util.JSONObject" +Trimmed method "public static void write(java.lang.String, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void write(java.lang.String, java.io.Writer)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void write(char[], java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void write(char[], java.io.OutputStream)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void write(java.lang.String, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" +Trimmed method "public static void writeLines(java.util.Collection, java.lang.String, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void writeLines(java.util.Collection, java.lang.String, java.io.OutputStream)" in class "public com.volmit.iris.util.IO" Trimmed method "public static void writeLines(java.util.Collection, java.lang.String, java.io.Writer)" in class "public com.volmit.iris.util.IO" -Trimmed method "public static void writeLines(java.util.Collection, java.lang.String, java.io.OutputStream, java.lang.String)" in class "public com.volmit.iris.util.IO" Trimmed method "public int x()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public int y()" in class "public final enum com.volmit.iris.util.Direction" Trimmed method "public int z()" in class "public final enum com.volmit.iris.util.Direction" diff --git a/lint/ZKM_log.txt b/lint/ZKM_log.txt index 26c27304f..4100f936b 100644 --- a/lint/ZKM_log.txt +++ b/lint/ZKM_log.txt @@ -1,14 +1,14 @@ -[2020.08.25 16:42:51] Using "C:\Program Files\Java\jre1.8.0_221\lib\resources.jar;C:\Program Files\Java\jre1.8.0_221\lib\rt.jar;C:\Program Files\Java\jre1.8.0_221\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_221\lib\jce.jar;C:\Program Files\Java\jre1.8.0_221\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_221\lib\jfr.jar" as path to java.lang.Object (D) -[2020.08.25 16:42:51] Zelix KlassMaster 13.0.0 +[2020.08.27 16:27:06] Using "C:\Program Files\Java\jre1.8.0_221\lib\resources.jar;C:\Program Files\Java\jre1.8.0_221\lib\rt.jar;C:\Program Files\Java\jre1.8.0_221\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_221\lib\jce.jar;C:\Program Files\Java\jre1.8.0_221\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_221\lib\jfr.jar" as path to java.lang.Object (D) +[2020.08.27 16:27:06] Zelix KlassMaster 13.0.0 Unlimited Copyright 1997-2019 Zelix Pty Ltd (47 078 740 093) All rights reserved -[2020.08.25 16:42:51] Preprocessing ZKM Script file "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\script.zkm" -[2020.08.25 16:42:51] Parsing ZKM Script file "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\script.zkm" -[2020.08.25 16:42:51] Setting classpath to "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\ZKM.jar;C:\Program Files\Java\jre1.8.0_221\lib\resources.jar;C:\Program Files\Java\jre1.8.0_221\lib\rt.jar;C:\Program Files\Java\jre1.8.0_221\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_221\lib\jce.jar;C:\Program Files\Java\jre1.8.0_221\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_221\lib\jfr.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\bungeecord-api.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\lombok-1.18.10.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\slf4j-simp.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot-api-1.16.1.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot.jar" -[2020.08.25 16:42:51] Opening classes... +[2020.08.27 16:27:06] Preprocessing ZKM Script file "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\script.zkm" +[2020.08.27 16:27:06] Parsing ZKM Script file "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\script.zkm" +[2020.08.27 16:27:06] Setting classpath to "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\ZKM.jar;C:\Program Files\Java\jre1.8.0_221\lib\resources.jar;C:\Program Files\Java\jre1.8.0_221\lib\rt.jar;C:\Program Files\Java\jre1.8.0_221\lib\jsse.jar;C:\Program Files\Java\jre1.8.0_221\lib\jce.jar;C:\Program Files\Java\jre1.8.0_221\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_221\lib\jfr.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\bungeecord-api.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\lombok-1.18.10.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\slf4j-simp.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot-api-1.16.1.jar;C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\lib\spigot.jar" +[2020.08.27 16:27:07] Opening classes... API calls detected that may not be handled automatically... In class com.volmit.iris.ProjectManager in method public com.volmit.iris.util.JSONObject getSchemaFor(java.lang.Class, int, com.volmit.iris.util.KMap, com.volmit.iris.IrisDataManager) @@ -63,13 +63,13 @@ In class com.volmit.iris.util.MortarPermission java.lang.Class.getConstructor(java.lang.Class[]) In class com.volmit.iris.util.MortarPlugin in method private void registerPermissions() - java.lang.reflect.Field.getName() - java.lang.reflect.Field.getName() java.lang.Class.getConstructor(java.lang.Class[]) + java.lang.reflect.Field.getName() + java.lang.reflect.Field.getName() in method private void registerControllers() - java.lang.reflect.Field.getName() - java.lang.reflect.Field.getName() java.lang.Class.getConstructor(java.lang.Class[]) + java.lang.reflect.Field.getName() + java.lang.reflect.Field.getName() in method private void registerInstance() java.lang.reflect.Field.getName() java.lang.reflect.Field.getName() @@ -77,9 +77,9 @@ In class com.volmit.iris.util.MortarPlugin java.lang.reflect.Field.getName() java.lang.reflect.Field.getName() in method private void registerCommands() - java.lang.reflect.Field.getName() - java.lang.reflect.Field.getName() java.lang.Class.getConstructor(java.lang.Class[]) + java.lang.reflect.Field.getName() + java.lang.reflect.Field.getName() In class com.volmit.iris.util.NBTUtils in method public static java.lang.String getTypeName(java.lang.Class) java.lang.Class.getName() @@ -90,13 +90,13 @@ In class com.volmit.iris.util.NMSVersion java.lang.Class.forName(java.lang.String) In class com.volmit.iris.util.ParticleSenderLegacy in method static + java.lang.Class.getConstructor(java.lang.Class[]) + java.lang.Class.getConstructor(java.lang.Class[]) java.lang.Class.getField(java.lang.String) java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[]) - java.lang.Class.getConstructor(java.lang.Class[]) - java.lang.Class.getConstructor(java.lang.Class[]) java.lang.Class.getMethod(java.lang.String, java.lang.Class[]) In class com.volmit.iris.util.Violator in method private static java.lang.String id(java.lang.Object, java.lang.Object) @@ -116,8 +116,8 @@ In class com.volmit.iris.util.Violator java.lang.Class.getDeclaredMethod(java.lang.String, java.lang.Class[]) In class com.volmit.iris.util.VirtualCommand in method public VirtualCommand(com.volmit.iris.util.ICommand, java.lang.String) - java.lang.Class.getConstructor(java.lang.Class[]) java.lang.reflect.Field.getName() + java.lang.Class.getConstructor(java.lang.Class[]) In class org.slf4j.LoggerFactory in method public static org.slf4j.Logger getLogger(java.lang.Class) java.lang.Class.getName() @@ -143,610 +143,590 @@ In class org.zeroturnaround.zip.extra.ExtraFieldUtils in method public static org.zeroturnaround.zip.extra.ZipExtraField createExtraField(org.zeroturnaround.zip.extra.ZipShort) java.lang.Class.newInstance() -546 classes opened in 1 seconds. 83222K of memory used. 51433K of memory free. +553 classes opened in 1 seconds. 92534K of memory used. 43145K of memory free. -[2020.08.25 16:42:53] Setting trim exclusions... -[2020.08.25 16:42:53] Trimming... +[2020.08.27 16:27:09] Setting trim exclusions... +[2020.08.27 16:27:09] Trimming... Using internal default trim exclusions. File 'C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\defaultTrimExclude.txt' not found -[2020.08.25 16:42:55] Setting exclusions... -[2020.08.25 16:42:55] Obfuscating classes... +[2020.08.27 16:27:10] Setting exclusions... +[2020.08.27 16:27:10] Obfuscating classes... Using internal default exclusions. File 'C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\defaultExclude.txt' not found -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$17'=>'com.volmit.iris.util.inventory.C$i'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$16'=>'com.volmit.iris.util.inventory.C$h'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$15'=>'com.volmit.iris.util.inventory.C$g'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$14'=>'com.volmit.iris.util.inventory.C$f'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$13'=>'com.volmit.iris.util.inventory.C$e'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$12'=>'com.volmit.iris.util.inventory.C$d'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$11'=>'com.volmit.iris.util.inventory.C$c'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$10'=>'com.volmit.iris.util.inventory.C$b'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$19'=>'com.volmit.iris.util.inventory.C$k'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$18'=>'com.volmit.iris.util.inventory.C$j'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.Cuboid$1'=>'com.volmit.iris.util.Cuboid$a'. Only 8 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$20'=>'com.volmit.iris.util.inventory.C$m'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$22'=>'com.volmit.iris.util.inventory.C$o'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$21'=>'com.volmit.iris.util.inventory.C$n'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.J$1'=>'com.volmit.iris.util.J$a'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$9'=>'com.volmit.iris.util.inventory.C$v'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$3'=>'com.volmit.iris.util.inventory.C$p'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$4'=>'com.volmit.iris.util.inventory.C$q'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$1'=>'com.volmit.iris.util.inventory.C$a'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$2'=>'com.volmit.iris.util.inventory.C$l'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$7'=>'com.volmit.iris.util.inventory.C$t'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$8'=>'com.volmit.iris.util.inventory.C$u'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$5'=>'com.volmit.iris.util.inventory.C$r'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.inventory.C$6'=>'com.volmit.iris.util.inventory.C$s'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.Board$1'=>'com.volmit.iris.util.Board$a'. Only 7 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.CellularNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'byte[] height'=>'byte[] a' in class 'com.volmit.iris.util.HeightMap'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.DataOutputStream os'=>'java.io.DataOutputStream a' in class 'com.volmit.iris.util.NBTOutputStream'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.StringBuilder builder'=>'java.lang.StringBuilder a' in class 'org.zeroturnaround.zip.commons.StringBuilderWriter'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String d' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap commands'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.util.MortarPlugin'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean isDirectory'=>'boolean e' in class 'org.zeroturnaround.zip.ZTFilePermissions'. Given that the prefix 'is' is common, only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Object OWNER_READ'=>'java.lang.Object p' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Object GROUP_READ'=>'java.lang.Object a' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Class filesClass'=>'java.lang.Class o' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Class pathClass'=>'java.lang.Class g' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long index'=>'long a' in class 'com.volmit.iris.util.JSONTokener'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'char previous'=>'char b' in class 'com.volmit.iris.util.JSONTokener'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean eof'=>'boolean f' in class 'com.volmit.iris.util.JSONTokener'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long line'=>'long e' in class 'com.volmit.iris.util.JSONTokener'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.Reader reader'=>'java.io.Reader g' in class 'com.volmit.iris.util.JSONTokener'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'long character'=>'long d' in class 'com.volmit.iris.util.JSONTokener'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int xc'=>'int a' in class 'com.volmit.iris.util.TaskExecutor'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService service'=>'java.util.concurrent.ExecutorService b' in class 'com.volmit.iris.util.TaskExecutor'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap commands'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.util.MortarPlugin'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean a'=>'boolean e' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Object OWNER_READ'=>'java.lang.Object g' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Object GROUP_READ'=>'java.lang.Object o' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Class filesClass'=>'java.lang.Class l' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.Class pathClass'=>'java.lang.Class p' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean isDirectory'=>'boolean d' in class 'org.zeroturnaround.zip.ZTFilePermissions'. Given that the prefix 'is' is common, only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long index'=>'long d' in class 'com.volmit.iris.util.JSONTokener'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'char previous'=>'char c' in class 'com.volmit.iris.util.JSONTokener'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean eof'=>'boolean g' in class 'com.volmit.iris.util.JSONTokener'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long line'=>'long f' in class 'com.volmit.iris.util.JSONTokener'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.Reader reader'=>'java.io.Reader a' in class 'com.volmit.iris.util.JSONTokener'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'long character'=>'long b' in class 'com.volmit.iris.util.JSONTokener'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int xc'=>'int b' in class 'com.volmit.iris.util.TaskExecutor'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService service'=>'java.util.concurrent.ExecutorService a' in class 'com.volmit.iris.util.TaskExecutor'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalCubicNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.command.CommandExecutor ex'=>'org.bukkit.command.CommandExecutor a' in class 'com.volmit.iris.util.RouterCommand'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String usage'=>'java.lang.String b' in class 'com.volmit.iris.util.RouterCommand'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.GlobNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int a'=>'int d' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] a'=>'java.lang.String[] d' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG e' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG fracture'=>'com.volmit.iris.noise.CNG h' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG fracture'=>'com.volmit.iris.noise.CNG j' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double down'=>'double o' in class 'com.volmit.iris.noise.CNG'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double scale'=>'double k' in class 'com.volmit.iris.noise.CNG'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double patch'=>'double n' in class 'com.volmit.iris.noise.CNG'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG j' in class 'com.volmit.iris.noise.CNG'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double up'=>'double a' in class 'com.volmit.iris.noise.CNG'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double power'=>'double e' in class 'com.volmit.iris.noise.CNG'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.NoiseInjector injector'=>'com.volmit.iris.util.NoiseInjector f' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int oct'=>'int c' in class 'com.volmit.iris.noise.CNG'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean noscale'=>'boolean b' in class 'com.volmit.iris.noise.CNG'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList children'=>'com.volmit.iris.util.KList g' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseGenerator generator'=>'com.volmit.iris.noise.NoiseGenerator m' in class 'com.volmit.iris.noise.CNG'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double fscale'=>'double d' in class 'com.volmit.iris.noise.CNG'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double opacity'=>'double l' in class 'com.volmit.iris.noise.CNG'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double bakedScale'=>'double i' in class 'com.volmit.iris.noise.CNG'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'long interval'=>'long a' in class 'com.volmit.iris.util.ChronoLatch'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long since'=>'long b' in class 'com.volmit.iris.util.ChronoLatch'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double max'=>'double f' in class 'com.volmit.iris.util.RollingSequence'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double median'=>'double j' in class 'com.volmit.iris.util.RollingSequence'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double min'=>'double i' in class 'com.volmit.iris.util.RollingSequence'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean precision'=>'boolean e' in class 'com.volmit.iris.util.RollingSequence'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double patch'=>'double e' in class 'com.volmit.iris.noise.CNG'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG l' in class 'com.volmit.iris.noise.CNG'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double up'=>'double b' in class 'com.volmit.iris.noise.CNG'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double power'=>'double f' in class 'com.volmit.iris.noise.CNG'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.NoiseInjector injector'=>'com.volmit.iris.util.NoiseInjector n' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int oct'=>'int h' in class 'com.volmit.iris.noise.CNG'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean noscale'=>'boolean c' in class 'com.volmit.iris.noise.CNG'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList children'=>'com.volmit.iris.util.KList d' in class 'com.volmit.iris.noise.CNG'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseGenerator generator'=>'com.volmit.iris.noise.NoiseGenerator g' in class 'com.volmit.iris.noise.CNG'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double fscale'=>'double m' in class 'com.volmit.iris.noise.CNG'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double opacity'=>'double i' in class 'com.volmit.iris.noise.CNG'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double bakedScale'=>'double a' in class 'com.volmit.iris.noise.CNG'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'long interval'=>'long b' in class 'com.volmit.iris.util.ChronoLatch'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long since'=>'long a' in class 'com.volmit.iris.util.ChronoLatch'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double max'=>'double i' in class 'com.volmit.iris.util.RollingSequence'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double median'=>'double g' in class 'com.volmit.iris.util.RollingSequence'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double min'=>'double h' in class 'com.volmit.iris.util.RollingSequence'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean precision'=>'boolean f' in class 'com.volmit.iris.util.RollingSequence'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String value'=>'java.lang.String b' in class 'com.volmit.iris.util.StringTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureSave save'=>'com.volmit.iris.command.CommandIrisStructureSave k' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureClose close'=>'com.volmit.iris.command.CommandIrisStructureClose l' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureMore more'=>'com.volmit.iris.command.CommandIrisStructureMore m' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureCreate create'=>'com.volmit.iris.command.CommandIrisStructureCreate j' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureOpen open'=>'com.volmit.iris.command.CommandIrisStructureOpen i' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureVariants variants'=>'com.volmit.iris.command.CommandIrisStructureVariants h' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureExpand expand'=>'com.volmit.iris.command.CommandIrisStructureExpand g' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World c' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap lastChunk'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long last'=>'long f' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap lastRegion'=>'com.volmit.iris.util.KMap g' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String prefix'=>'java.lang.String h' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureClose close'=>'com.volmit.iris.command.CommandIrisStructureClose j' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureMore more'=>'com.volmit.iris.command.CommandIrisStructureMore g' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureCreate create'=>'com.volmit.iris.command.CommandIrisStructureCreate m' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureOpen open'=>'com.volmit.iris.command.CommandIrisStructureOpen h' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureVariants variants'=>'com.volmit.iris.command.CommandIrisStructureVariants l' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructureExpand expand'=>'com.volmit.iris.command.CommandIrisStructureExpand i' in class 'com.volmit.iris.command.CommandIrisStructure'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World g' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap lastChunk'=>'com.volmit.iris.util.KMap e' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long last'=>'long b' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap lastRegion'=>'com.volmit.iris.util.KMap c' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String prefix'=>'java.lang.String a' in class 'com.volmit.iris.gen.atomics.AtomicWorldData'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Cuboid$CuboidDirection[] $VALUES'=>'com.volmit.iris.util.Cuboid$CuboidDirection[] a' in class 'com.volmit.iris.util.Cuboid$CuboidDirection'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache dimCache'=>'com.volmit.iris.gen.atomics.AtomicCache e' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.IrisDataManager data'=>'com.volmit.iris.IrisDataManager a' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicMulticache cache'=>'com.volmit.iris.gen.atomics.AtomicMulticache d' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean fastPregen'=>'boolean c' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean a'=>'boolean b' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList noLoot'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache dimCache'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.BlockPosition allowLoot'=>'com.volmit.iris.util.BlockPosition g' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.IrisDataManager data'=>'com.volmit.iris.IrisDataManager d' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicMulticache cache'=>'com.volmit.iris.gen.atomics.AtomicMulticache f' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean fastPregen'=>'boolean e' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MortarPlugin[] a'=>'com.volmit.iris.util.MortarPlugin[] h' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList EMPTY'=>'com.volmit.iris.util.KList b' in class 'com.volmit.iris.gen.layer.GenLayerCave'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise gg'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.gen.layer.GenLayerCave'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache spot'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisRegionRidge'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache ridge'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisRegionRidge'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap watchers'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.util.FolderWatcher'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList changed'=>'com.volmit.iris.util.KList g' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList deleted'=>'com.volmit.iris.util.KList d' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList created'=>'com.volmit.iris.util.KList e' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap watchers'=>'com.volmit.iris.util.KMap g' in class 'com.volmit.iris.util.FolderWatcher'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList changed'=>'com.volmit.iris.util.KList d' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList deleted'=>'com.volmit.iris.util.KList e' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList created'=>'com.volmit.iris.util.KList f' in class 'com.volmit.iris.util.FolderWatcher'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$FractalType[] $VALUES'=>'com.volmit.iris.noise.FastNoise$FractalType[] a' in class 'com.volmit.iris.noise.FastNoise$FractalType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int threads'=>'int g' in class 'com.volmit.iris.gen.ParallelChunkGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.GroupedExecutor accelerant'=>'com.volmit.iris.util.GroupedExecutor h' in class 'com.volmit.iris.gen.ParallelChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.ElementEvent[] $VALUES'=>'com.volmit.iris.util.inventory.ElementEvent[] a' in class 'com.volmit.iris.util.inventory.ElementEvent'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int threads'=>'int j' in class 'com.volmit.iris.gen.ParallelChunkGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.GroupedExecutor accelerant'=>'com.volmit.iris.util.GroupedExecutor i' in class 'com.volmit.iris.gen.ParallelChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'char[] CHARGEN'=>'char[] a' in class 'com.volmit.iris.util.RNG'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long sx'=>'long b' in class 'com.volmit.iris.util.RNG'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList tasks'=>'com.volmit.iris.util.KList b' in class 'com.volmit.iris.util.TaskExecutor$TaskGroup'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor e'=>'com.volmit.iris.util.TaskExecutor a' in class 'com.volmit.iris.util.TaskExecutor$TaskGroup'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList tasks'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.util.TaskExecutor$TaskGroup'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor e'=>'com.volmit.iris.util.TaskExecutor b' in class 'com.volmit.iris.util.TaskExecutor$TaskGroup'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MortarPermission parent'=>'com.volmit.iris.util.MortarPermission a' in class 'com.volmit.iris.util.MortarPermission'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String name'=>'java.lang.String a' in class 'com.volmit.iris.util.Tag'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cellGen'=>'com.volmit.iris.gen.atomics.AtomicCache d' in class 'com.volmit.iris.object.IrisGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhatHand hand'=>'com.volmit.iris.command.CommandIrisWhatHand g' in class 'com.volmit.iris.command.CommandIrisWhat'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhatBlock block'=>'com.volmit.iris.command.CommandIrisWhatBlock h' in class 'com.volmit.iris.command.CommandIrisWhat'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String tag'=>'java.lang.String a' in class 'com.volmit.iris.util.MortarSender'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.command.CommandSender s'=>'org.bukkit.command.CommandSender b' in class 'com.volmit.iris.util.MortarSender'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String command'=>'java.lang.String c' in class 'com.volmit.iris.util.MortarSender'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'byte[] SIMPLEX_4D'=>'byte[] f' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String q' in class 'com.volmit.iris.noise.FastNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Interp m_interp'=>'com.volmit.iris.noise.FastNoise$Interp i' in class 'com.volmit.iris.noise.FastNoise'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float2[] GRAD_2D'=>'com.volmit.iris.noise.FastNoise$Float2[] p' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float3[] GRAD_3D'=>'com.volmit.iris.noise.FastNoise$Float3[] c' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int m_seed'=>'int b' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float3[] CELL_3D'=>'com.volmit.iris.noise.FastNoise$Float3[] j' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhatHand hand'=>'com.volmit.iris.command.CommandIrisWhatHand h' in class 'com.volmit.iris.command.CommandIrisWhat'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhatBlock block'=>'com.volmit.iris.command.CommandIrisWhatBlock g' in class 'com.volmit.iris.command.CommandIrisWhat'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.WindowResolution[] $VALUES'=>'com.volmit.iris.util.WindowResolution[] a' in class 'com.volmit.iris.util.WindowResolution'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int width'=>'int b' in class 'com.volmit.iris.util.WindowResolution'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int maxHeight'=>'int d' in class 'com.volmit.iris.util.WindowResolution'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.event.inventory.InventoryType type'=>'org.bukkit.event.inventory.InventoryType c' in class 'com.volmit.iris.util.WindowResolution'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.StructureTileCondition[] $VALUES'=>'com.volmit.iris.object.StructureTileCondition[] a' in class 'com.volmit.iris.object.StructureTileCondition'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] a'=>'java.lang.String[] b' in class 'com.volmit.iris.noise.FastNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'byte[] SIMPLEX_4D'=>'byte[] g' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Interp m_interp'=>'com.volmit.iris.noise.FastNoise$Interp f' in class 'com.volmit.iris.noise.FastNoise'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float3[] GRAD_3D'=>'com.volmit.iris.noise.FastNoise$Float3[] p' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float2[] GRAD_2D'=>'com.volmit.iris.noise.FastNoise$Float2[] m' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int m_seed'=>'int j' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float3[] CELL_3D'=>'com.volmit.iris.noise.FastNoise$Float3[] e' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Float2[] CELL_2D'=>'com.volmit.iris.noise.FastNoise$Float2[] k' in class 'com.volmit.iris.noise.FastNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'float m_gain'=>'float r' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int m_octaves'=>'int g' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.WindowResolution[] $VALUES'=>'com.volmit.iris.util.inventory.WindowResolution[] a' in class 'com.volmit.iris.util.inventory.WindowResolution'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int width'=>'int c' in class 'com.volmit.iris.util.inventory.WindowResolution'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int maxHeight'=>'int b' in class 'com.volmit.iris.util.inventory.WindowResolution'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.event.inventory.InventoryType type'=>'org.bukkit.event.inventory.InventoryType d' in class 'com.volmit.iris.util.inventory.WindowResolution'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioOpen open'=>'com.volmit.iris.command.CommandIrisStudioOpen l' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioUpdate update'=>'com.volmit.iris.command.CommandIrisStudioUpdate m' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioList list'=>'com.volmit.iris.command.CommandIrisStudioList n' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioClose close'=>'com.volmit.iris.command.CommandIrisStudioClose j' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioCreate create'=>'com.volmit.iris.command.CommandIrisStudioCreate i' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisMap map'=>'com.volmit.iris.command.CommandIrisMap h' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioVerify verify'=>'com.volmit.iris.command.CommandIrisStudioVerify g' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioPackage pkg'=>'com.volmit.iris.command.CommandIrisStudioPackage k' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'float m_gain'=>'float h' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int m_octaves'=>'int s' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String tag'=>'java.lang.String c' in class 'com.volmit.iris.util.MortarSender'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.command.CommandSender s'=>'org.bukkit.command.CommandSender b' in class 'com.volmit.iris.util.MortarSender'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String command'=>'java.lang.String a' in class 'com.volmit.iris.util.MortarSender'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisEditBiome ebiome'=>'com.volmit.iris.command.CommandIrisEditBiome o' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioOpen open'=>'com.volmit.iris.command.CommandIrisStudioOpen m' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisGoto got0'=>'com.volmit.iris.command.CommandIrisGoto r' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisHotload hotload'=>'com.volmit.iris.command.CommandIrisHotload g' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioUpdate update'=>'com.volmit.iris.command.CommandIrisStudioUpdate t' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioList list'=>'com.volmit.iris.command.CommandIrisStudioList s' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioClose close'=>'com.volmit.iris.command.CommandIrisStudioClose v' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioCreate create'=>'com.volmit.iris.command.CommandIrisStudioCreate j' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisMap map'=>'com.volmit.iris.command.CommandIrisMap k' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisPregen pregen'=>'com.volmit.iris.command.CommandIrisPregen u' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisTC tc'=>'com.volmit.iris.command.CommandIrisTC l' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisMetrics metrics'=>'com.volmit.iris.command.CommandIrisMetrics q' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisPregen world'=>'com.volmit.iris.command.CommandIrisPregen p' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisLoot loot'=>'com.volmit.iris.command.CommandIrisLoot h' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioVerify verify'=>'com.volmit.iris.command.CommandIrisStudioVerify n' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudioPackage pkg'=>'com.volmit.iris.command.CommandIrisStudioPackage i' in class 'com.volmit.iris.command.CommandIrisStudio'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.CubicNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] b' in class 'com.volmit.iris.util.KList'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'short value'=>'short b' in class 'com.volmit.iris.util.ShortTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.atomic.AtomicInteger z'=>'java.util.concurrent.atomic.AtomicInteger c' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.atomic.AtomicInteger x'=>'java.util.concurrent.atomic.AtomicInteger f' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.atomic.AtomicInteger z'=>'java.util.concurrent.atomic.AtomicInteger b' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.atomic.AtomicInteger x'=>'java.util.concurrent.atomic.AtomicInteger a' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap rawBiome'=>'com.volmit.iris.util.KMap e' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap height'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap region'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap biome'=>'com.volmit.iris.util.KMap b' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player viewer'=>'org.bukkit.entity.Player e' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int clickcheck'=>'int g' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.inventory.Inventory inventory'=>'org.bukkit.inventory.Inventory k' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int highestRow'=>'int c' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.WindowDecorator decorator'=>'com.volmit.iris.util.inventory.WindowDecorator a' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean visible'=>'boolean b' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.WindowResolution resolution'=>'com.volmit.iris.util.inventory.WindowResolution f' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String title'=>'java.lang.String d' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap elements'=>'com.volmit.iris.util.KMap i' in class 'com.volmit.iris.util.inventory.UIWindow'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap height'=>'com.volmit.iris.util.KMap c' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap region'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap biome'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructureTile tile'=>'com.volmit.iris.object.IrisStructureTile b' in class 'com.volmit.iris.util.IrisStructureResult'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructure structure'=>'com.volmit.iris.object.IrisStructure a' in class 'com.volmit.iris.util.IrisStructureResult'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String b' in class 'org.zeroturnaround.zip.ZipException'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.text.NumberFormat NF'=>'java.text.NumberFormat c' in class 'com.volmit.iris.util.Form'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] b' in class 'org.zeroturnaround.zip.ZipException'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.text.NumberFormat NF'=>'java.text.NumberFormat a' in class 'com.volmit.iris.util.Form'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] NAMES'=>'java.lang.String[] d' in class 'com.volmit.iris.util.Form'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.text.DecimalFormat DF'=>'java.text.DecimalFormat e' in class 'com.volmit.iris.util.Form'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.math.BigInteger THOUSAND'=>'java.math.BigInteger b' in class 'com.volmit.iris.util.Form'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.NavigableMap MAP'=>'java.util.NavigableMap a' in class 'com.volmit.iris.util.Form'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.text.DecimalFormat DF'=>'java.text.DecimalFormat b' in class 'com.volmit.iris.util.Form'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.math.BigInteger THOUSAND'=>'java.math.BigInteger c' in class 'com.volmit.iris.util.Form'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.NavigableMap MAP'=>'java.util.NavigableMap e' in class 'com.volmit.iris.util.Form'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'char code'=>'char l' in class 'com.volmit.iris.util.C'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map BY_CHAR'=>'java.util.Map a' in class 'com.volmit.iris.util.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.String toString'=>'java.lang.String e' in class 'com.volmit.iris.util.C'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int intCode'=>'int i' in class 'com.volmit.iris.util.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean isFormat'=>'boolean j' in class 'com.volmit.iris.util.C'. Given that the prefix 'is' is common, only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map dyeChatMap'=>'java.util.Map f' in class 'com.volmit.iris.util.C'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.C[] COLORS'=>'com.volmit.iris.util.C[] k' in class 'com.volmit.iris.util.C'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map dyeHexMap'=>'java.util.Map c' in class 'com.volmit.iris.util.C'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.C[] $VALUES'=>'com.volmit.iris.util.C[] d' in class 'com.volmit.iris.util.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map BY_ID'=>'java.util.Map g' in class 'com.volmit.iris.util.C'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map chatHexMap'=>'java.util.Map h' in class 'com.volmit.iris.util.C'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap types'=>'com.volmit.iris.util.KMap c' in class 'com.volmit.iris.util.B'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap solid'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.util.B'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap bdc'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.util.B'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList nulls'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.util.B'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData AIR'=>'org.bukkit.block.data.BlockData e' in class 'com.volmit.iris.util.B'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap solid'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.util.B'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap bdc'=>'com.volmit.iris.util.KMap e' in class 'com.volmit.iris.util.B'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList nulls'=>'com.volmit.iris.util.KList b' in class 'com.volmit.iris.util.B'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData AIR'=>'org.bukkit.block.data.BlockData a' in class 'com.volmit.iris.util.B'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.WhiteNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int tid'=>'int c' in class 'com.volmit.iris.util.J'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int tid'=>'int e' in class 'com.volmit.iris.util.J'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean started'=>'boolean d' in class 'com.volmit.iris.util.J'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService e'=>'java.util.concurrent.ExecutorService b' in class 'com.volmit.iris.util.J'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList queue'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.util.IrisPostBlockFilter'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int phase'=>'int c' in class 'com.volmit.iris.util.IrisPostBlockFilter'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String key'=>'java.lang.String b' in class 'com.volmit.iris.util.IrisPostBlockFilter'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock b' in class 'com.volmit.iris.gen.atomics.MasterLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap locks'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.gen.atomics.MasterLock'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int phase'=>'int b' in class 'com.volmit.iris.util.IrisPostBlockFilter'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String key'=>'java.lang.String c' in class 'com.volmit.iris.util.IrisPostBlockFilter'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock a' in class 'com.volmit.iris.gen.atomics.MasterLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap locks'=>'com.volmit.iris.util.KMap b' in class 'com.volmit.iris.gen.atomics.MasterLock'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList observers'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.util.O'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object t'=>'java.lang.Object b' in class 'com.volmit.iris.util.O'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'byte[] value'=>'byte[] b' in class 'com.volmit.iris.util.ByteArrayTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'float[] sin'=>'float[] a' in class 'com.volmit.iris.util.M'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CellGenerator cell'=>'com.volmit.iris.noise.CellGenerator a' in class 'com.volmit.iris.gen.layer.GenLayerCarve'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock u' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerUpdate glUpdate'=>'com.volmit.iris.gen.layer.GenLayerUpdate t' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock v' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerUpdate glUpdate'=>'com.volmit.iris.gen.layer.GenLayerUpdate w' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.MasterLock masterLock'=>'com.volmit.iris.gen.atomics.MasterLock r' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lockq'=>'com.volmit.iris.util.IrisLock o' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock flock'=>'com.volmit.iris.util.IrisLock p' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerText glText'=>'com.volmit.iris.gen.layer.GenLayerText s' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalBillowSimplexNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lockq'=>'com.volmit.iris.util.IrisLock q' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock flock'=>'com.volmit.iris.util.IrisLock u' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerText glText'=>'com.volmit.iris.gen.layer.GenLayerText t' in class 'com.volmit.iris.gen.ParallaxChunkGenerator'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object o'=>'java.lang.Object a' in class 'com.volmit.iris.util.V'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean suppress'=>'boolean c' in class 'com.volmit.iris.util.V'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean local'=>'boolean b' in class 'com.volmit.iris.util.V'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.scheduler.BukkitTask updateTask'=>'org.bukkit.scheduler.BukkitTask c' in class 'com.volmit.iris.util.BoardManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.plugin.java.JavaPlugin plugin'=>'org.bukkit.plugin.java.JavaPlugin b' in class 'com.volmit.iris.util.BoardManager'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean suppress'=>'boolean b' in class 'com.volmit.iris.util.V'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean local'=>'boolean c' in class 'com.volmit.iris.util.V'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalBillowSimplexNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.scheduler.BukkitTask updateTask'=>'org.bukkit.scheduler.BukkitTask a' in class 'com.volmit.iris.util.BoardManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.plugin.java.JavaPlugin plugin'=>'org.bukkit.plugin.java.JavaPlugin c' in class 'com.volmit.iris.util.BoardManager'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Element element'=>'com.volmit.iris.util.Element a' in class 'com.volmit.iris.util.UIStaticDecorator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor$TaskState state'=>'com.volmit.iris.util.TaskExecutor$TaskState a' in class 'com.volmit.iris.util.TaskExecutor$AssignedTask'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.NastyRunnable task'=>'com.volmit.iris.util.NastyRunnable b' in class 'com.volmit.iris.util.TaskExecutor$AssignedTask'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cng'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisGeneratorStyle'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock time'=>'com.volmit.iris.util.IrisLock e' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock write'=>'com.volmit.iris.util.IrisLock a' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] b'=>'java.lang.String[] c' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long a'=>'long h' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock check'=>'com.volmit.iris.util.IrisLock f' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object t'=>'java.lang.Object d' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisBiome[] height'=>'com.volmit.iris.object.IrisBiome[] a' in class 'com.volmit.iris.util.BiomeMap'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock time'=>'com.volmit.iris.util.IrisLock f' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock write'=>'com.volmit.iris.util.IrisLock g' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long a'=>'long b' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] b'=>'int[] i' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock check'=>'com.volmit.iris.util.IrisLock e' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object t'=>'java.lang.Object h' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lastSum'=>'double a' in class 'com.volmit.iris.util.Average'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double average'=>'double c' in class 'com.volmit.iris.util.Average'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean dirty'=>'boolean d' in class 'com.volmit.iris.util.Average'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean brandNew'=>'boolean b' in class 'com.volmit.iris.util.Average'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int c' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int b' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int a' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache rad'=>'com.volmit.iris.gen.atomics.AtomicCache d' in class 'com.volmit.iris.object.IrisDimension'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache rockData'=>'com.volmit.iris.gen.atomics.AtomicCache k' in class 'com.volmit.iris.object.IrisDimension'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache sinr'=>'com.volmit.iris.gen.atomics.AtomicCache m' in class 'com.volmit.iris.object.IrisDimension'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache fluidData'=>'com.volmit.iris.gen.atomics.AtomicCache i' in class 'com.volmit.iris.object.IrisDimension'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cosr'=>'com.volmit.iris.gen.atomics.AtomicCache j' in class 'com.volmit.iris.object.IrisDimension'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'byte value'=>'byte b' in class 'com.volmit.iris.util.ByteTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lastSum'=>'double b' in class 'com.volmit.iris.util.Average'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double average'=>'double a' in class 'com.volmit.iris.util.Average'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean dirty'=>'boolean c' in class 'com.volmit.iris.util.Average'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean brandNew'=>'boolean d' in class 'com.volmit.iris.util.Average'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int a' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int c' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int b' in class 'com.volmit.iris.util.BlockPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache rad'=>'com.volmit.iris.gen.atomics.AtomicCache h' in class 'com.volmit.iris.object.IrisDimension'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache rockData'=>'com.volmit.iris.gen.atomics.AtomicCache d' in class 'com.volmit.iris.object.IrisDimension'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache sinr'=>'com.volmit.iris.gen.atomics.AtomicCache e' in class 'com.volmit.iris.object.IrisDimension'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache fluidData'=>'com.volmit.iris.gen.atomics.AtomicCache f' in class 'com.volmit.iris.object.IrisDimension'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cosr'=>'com.volmit.iris.gen.atomics.AtomicCache k' in class 'com.volmit.iris.object.IrisDimension'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache blockData'=>'com.volmit.iris.gen.atomics.AtomicCache d' in class 'com.volmit.iris.object.IrisBiomeDecorator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap b'=>'com.volmit.iris.util.KMap y' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisBiome hb'=>'com.volmit.iris.object.IrisBiome w' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisRegion hr'=>'com.volmit.iris.object.IrisRegion x' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int k' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.File folder'=>'java.io.File n' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData STONE'=>'org.bukkit.block.data.BlockData q' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World m' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean use3d'=>'boolean d' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG variants'=>'com.volmit.iris.noise.CNG o' in class 'com.volmit.iris.util.StructureTemplate'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap updates'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.util.StructureTemplate'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch u'=>'com.volmit.iris.util.ChronoLatch p' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData RED'=>'org.bukkit.block.data.BlockData c' in class 'com.volmit.iris.util.StructureTemplate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Location center'=>'org.bukkit.Location t' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData GREEN'=>'org.bukkit.block.data.BlockData u' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructure structure'=>'com.volmit.iris.object.IrisStructure s' in class 'com.volmit.iris.util.StructureTemplate'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG g' in class 'com.volmit.iris.util.StructureTemplate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int task'=>'int i' in class 'com.volmit.iris.util.StructureTemplate'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch gLatch'=>'com.volmit.iris.util.ChronoLatch f' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int size'=>'int e' in class 'com.volmit.iris.util.StructureTemplate'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch dirtyLatch'=>'com.volmit.iris.util.ChronoLatch r' in class 'com.volmit.iris.util.StructureTemplate'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player worker'=>'org.bukkit.entity.Player h' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Location focus'=>'org.bukkit.Location l' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int j' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'byte value'=>'byte b' in class 'com.volmit.iris.util.ByteTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap b'=>'com.volmit.iris.util.KMap B' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisBiome hb'=>'com.volmit.iris.object.IrisBiome x' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisRegion hr'=>'com.volmit.iris.object.IrisRegion y' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'short cacheID'=>'short z' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG d' in class 'com.volmit.iris.gen.post.PostSlabber'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int rcz'=>'int l' in class 'com.volmit.iris.util.PregenJob'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int r' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.File folder'=>'java.io.File n' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData STONE'=>'org.bukkit.block.data.BlockData m' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World j' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean use3d'=>'boolean k' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG variants'=>'com.volmit.iris.noise.CNG f' in class 'com.volmit.iris.util.StructureTemplate'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap updates'=>'com.volmit.iris.util.KMap q' in class 'com.volmit.iris.util.StructureTemplate'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch u'=>'com.volmit.iris.util.ChronoLatch d' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData RED'=>'org.bukkit.block.data.BlockData o' in class 'com.volmit.iris.util.StructureTemplate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Location center'=>'org.bukkit.Location s' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData GREEN'=>'org.bukkit.block.data.BlockData e' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructure structure'=>'com.volmit.iris.object.IrisStructure p' in class 'com.volmit.iris.util.StructureTemplate'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG i' in class 'com.volmit.iris.util.StructureTemplate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int task'=>'int c' in class 'com.volmit.iris.util.StructureTemplate'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch gLatch'=>'com.volmit.iris.util.ChronoLatch u' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int size'=>'int t' in class 'com.volmit.iris.util.StructureTemplate'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch dirtyLatch'=>'com.volmit.iris.util.ChronoLatch b' in class 'com.volmit.iris.util.StructureTemplate'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player worker'=>'org.bukkit.entity.Player h' in class 'com.volmit.iris.util.StructureTemplate'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Location focus'=>'org.bukkit.Location a' in class 'com.volmit.iris.util.StructureTemplate'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int l' in class 'com.volmit.iris.util.StructureTemplate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int rcz'=>'int b' in class 'com.volmit.iris.util.PregenJob'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.PrecisionStopwatch s'=>'com.volmit.iris.util.PrecisionStopwatch c' in class 'com.volmit.iris.util.PregenJob'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World d' in class 'com.volmit.iris.util.PregenJob'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Runnable onDone'=>'java.lang.Runnable a' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MortarSender sender'=>'com.volmit.iris.util.MortarSender e' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int rcx'=>'int j' in class 'com.volmit.iris.util.PregenJob'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean completed'=>'boolean i' in class 'com.volmit.iris.util.PregenJob'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int genned'=>'int b' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mcaZ'=>'int f' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch cl'=>'com.volmit.iris.util.ChronoLatch m' in class 'com.volmit.iris.util.PregenJob'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mcaX'=>'int k' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int total'=>'int g' in class 'com.volmit.iris.util.PregenJob'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int size'=>'int h' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'char[] hexArray'=>'char[] a' in class 'com.volmit.iris.util.IO'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World f' in class 'com.volmit.iris.util.PregenJob'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Runnable onDone'=>'java.lang.Runnable e' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MortarSender sender'=>'com.volmit.iris.util.MortarSender j' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int rcx'=>'int i' in class 'com.volmit.iris.util.PregenJob'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean completed'=>'boolean d' in class 'com.volmit.iris.util.PregenJob'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int genned'=>'int g' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mcaZ'=>'int l' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch cl'=>'com.volmit.iris.util.ChronoLatch h' in class 'com.volmit.iris.util.PregenJob'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mcaX'=>'int m' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int total'=>'int k' in class 'com.volmit.iris.util.PregenJob'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int size'=>'int a' in class 'com.volmit.iris.util.PregenJob'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache generator'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisNoiseGenerator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'char[] hexArray'=>'char[] a' in class 'com.volmit.iris.util.IO'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNGFactory f'=>'com.volmit.iris.noise.CNGFactory b' in class 'com.volmit.iris.object.NoiseStyle'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.NoiseStyle[] $VALUES'=>'com.volmit.iris.object.NoiseStyle[] a' in class 'com.volmit.iris.object.NoiseStyle'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int a' in class 'com.volmit.iris.util.ChunkPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int b' in class 'com.volmit.iris.util.ChunkPosition'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap positions'=>'com.volmit.iris.util.KMap l' in class 'com.volmit.iris.gui.IrisVision'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.O m'=>'com.volmit.iris.util.O u' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double tfps'=>'double f' in class 'com.volmit.iris.gui.IrisVision'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int tid'=>'int w' in class 'com.volmit.iris.gui.IrisVision'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lx'=>'double q' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lz'=>'double s' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double scale'=>'double r' in class 'com.volmit.iris.gui.IrisVision'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gui.IrisRenderer renderer'=>'com.volmit.iris.gui.IrisRenderer v' in class 'com.volmit.iris.gui.IrisVision'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String j' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'short lid'=>'short i' in class 'com.volmit.iris.gui.IrisVision'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double ozp'=>'double e' in class 'com.volmit.iris.gui.IrisVision'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int x' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double oxp'=>'double o' in class 'com.volmit.iris.gui.IrisVision'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence rs'=>'com.volmit.iris.util.RollingSequence m' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double ox'=>'double a' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double oz'=>'double t' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int posX'=>'int c' in class 'com.volmit.iris.gui.IrisVision'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double mscale'=>'double k' in class 'com.volmit.iris.gui.IrisVision'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService eh'=>'java.util.concurrent.ExecutorService b' in class 'com.volmit.iris.gui.IrisVision'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int posZ'=>'int g' in class 'com.volmit.iris.gui.IrisVision'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KSet working'=>'com.volmit.iris.util.KSet d' in class 'com.volmit.iris.gui.IrisVision'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService e'=>'java.util.concurrent.ExecutorService p' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int y' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.Envelope[] $VALUES'=>'com.volmit.iris.object.Envelope[] a' in class 'com.volmit.iris.object.Envelope'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData AIR'=>'org.bukkit.block.data.BlockData d' in class 'com.volmit.iris.gen.post.PostFloatingNibDeleter'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$CellularDistanceFunction[] $VALUES'=>'com.volmit.iris.noise.FastNoise$CellularDistanceFunction[] a' in class 'com.volmit.iris.noise.FastNoise$CellularDistanceFunction'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] a'=>'java.lang.String[] b' in class 'com.volmit.iris.command.PermissionIris'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache debug'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.gen.layer.GenLayerText'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache sideACache'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisBiomeMutation'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache sideBCache'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisBiomeMutation'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList deposits'=>'com.volmit.iris.util.KList i' in class 'com.volmit.iris.object.IrisRegion'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cacheRidge'=>'com.volmit.iris.gen.atomics.AtomicCache k' in class 'com.volmit.iris.object.IrisRegion'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cacheSpot'=>'com.volmit.iris.gen.atomics.AtomicCache j' in class 'com.volmit.iris.object.IrisRegion'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache debug'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.gen.layer.GenLayerText'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String mem'=>'java.lang.String a' in class 'com.volmit.iris.IrisBoardManager'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch cl'=>'com.volmit.iris.util.ChronoLatch b' in class 'com.volmit.iris.IrisBoardManager'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.BoardManager manager'=>'com.volmit.iris.util.BoardManager c' in class 'com.volmit.iris.IrisBoardManager'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.DecorationPart[] $VALUES'=>'com.volmit.iris.object.DecorationPart[] a' in class 'com.volmit.iris.object.DecorationPart'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList deposits'=>'com.volmit.iris.util.KList h' in class 'com.volmit.iris.object.IrisRegion'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cacheRidge'=>'com.volmit.iris.gen.atomics.AtomicCache j' in class 'com.volmit.iris.object.IrisRegion'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cacheSpot'=>'com.volmit.iris.gen.atomics.AtomicCache e' in class 'com.volmit.iris.object.IrisRegion'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache blockData'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisBiomePaletteLayer'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Byte data'=>'java.lang.Byte a' in class 'com.volmit.iris.util.inventory.MaterialBlock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.Material material'=>'org.bukkit.Material b' in class 'com.volmit.iris.util.inventory.MaterialBlock'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisGoto got0'=>'com.volmit.iris.command.CommandIrisGoto l' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisHotload hotload'=>'com.volmit.iris.command.CommandIrisHotload m' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisPregen pregen'=>'com.volmit.iris.command.CommandIrisPregen i' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisTC tc'=>'com.volmit.iris.command.CommandIrisTC g' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisMetrics metrics'=>'com.volmit.iris.command.CommandIrisMetrics k' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisPregen world'=>'com.volmit.iris.command.CommandIrisPregen j' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisLoot loot'=>'com.volmit.iris.command.CommandIrisLoot h' in class 'com.volmit.iris.command.CommandIrisWorld'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch useFlip'=>'com.volmit.iris.util.ChronoLatch b' in class 'com.volmit.iris.util.ObjectResourceLoader'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap useCache'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.util.ObjectResourceLoader'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World w'=>'org.bukkit.World c' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int e' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int f' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseZ'=>'int g' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int h' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseY'=>'int d' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeZ'=>'int b' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeY'=>'int j' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeX'=>'int i' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseX'=>'int a' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch useFlip'=>'com.volmit.iris.util.ChronoLatch a' in class 'com.volmit.iris.util.ObjectResourceLoader'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap useCache'=>'com.volmit.iris.util.KMap b' in class 'com.volmit.iris.util.ObjectResourceLoader'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World w'=>'org.bukkit.World g' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int c' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int a' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseZ'=>'int f' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int j' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseY'=>'int i' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeZ'=>'int h' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeY'=>'int e' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int sizeX'=>'int b' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int baseX'=>'int d' in class 'com.volmit.iris.util.Cuboid$CuboidIterator'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.StructureTileFace[] $VALUES'=>'com.volmit.iris.object.StructureTileFace[] a' in class 'com.volmit.iris.object.StructureTileFace'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.slf4j.Logger log'=>'org.slf4j.Logger a' in class 'org.zeroturnaround.zip.ZipUtil'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.Element element'=>'com.volmit.iris.util.inventory.Element a' in class 'com.volmit.iris.util.inventory.UIStaticDecorator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] e' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MortarPlugin[] a'=>'com.volmit.iris.util.MortarPlugin[] d' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map map'=>'java.util.Map a' in class 'com.volmit.iris.util.JSONObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalBillowPerlinNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache gen'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisBiomeGeneratorLink'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap structures'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.gen.atomics.AtomicSliverMap'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicSliver[] slivers'=>'com.volmit.iris.gen.atomics.AtomicSliver[] a' in class 'com.volmit.iris.gen.atomics.AtomicSliverMap'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File outputDir'=>'java.io.File b' in class 'org.zeroturnaround.zip.ZipUtil$Unpacker'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.zeroturnaround.zip.NameMapper mapper'=>'org.zeroturnaround.zip.NameMapper a' in class 'org.zeroturnaround.zip.ZipUtil$Unpacker'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicSliver[] slivers'=>'com.volmit.iris.gen.atomics.AtomicSliver[] c' in class 'com.volmit.iris.gen.atomics.AtomicSliverMap'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File outputDir'=>'java.io.File a' in class 'org.zeroturnaround.zip.ZipUtil$Unpacker'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.zeroturnaround.zip.NameMapper mapper'=>'org.zeroturnaround.zip.NameMapper b' in class 'org.zeroturnaround.zip.ZipUtil$Unpacker'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double value'=>'double b' in class 'com.volmit.iris.util.DoubleTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double distance'=>'double a' in class 'com.volmit.iris.util.BiomeResult'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisBiome biome'=>'com.volmit.iris.object.IrisBiome b' in class 'com.volmit.iris.util.BiomeResult'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double distance'=>'double b' in class 'com.volmit.iris.util.BiomeResult'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisBiome biome'=>'com.volmit.iris.object.IrisBiome a' in class 'com.volmit.iris.util.BiomeResult'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.InferredType[] $VALUES'=>'com.volmit.iris.object.InferredType[] a' in class 'com.volmit.iris.object.InferredType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor$TaskState[] $VALUES'=>'com.volmit.iris.util.TaskExecutor$TaskState[] a' in class 'com.volmit.iris.util.TaskExecutor$TaskState'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache tt'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisLootReference'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long value'=>'long a' in class 'org.zeroturnaround.zip.extra.ZipLong'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.DimensionChunkGenerator iris'=>'com.volmit.iris.gen.DimensionChunkGenerator b' in class 'com.volmit.iris.gen.layer.GenLayerBiome'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long value'=>'long b' in class 'org.zeroturnaround.zip.extra.ZipLong'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.DimensionChunkGenerator iris'=>'com.volmit.iris.gen.DimensionChunkGenerator e' in class 'com.volmit.iris.gen.layer.GenLayerBiome'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache config'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisStructurePlacement'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache chanceCell'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisStructurePlacement'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache structure'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisStructurePlacement'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache chanceCell'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisStructurePlacement'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache structure'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisStructurePlacement'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map value'=>'java.util.Map b' in class 'com.volmit.iris.util.CompoundTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.List value'=>'java.util.List b' in class 'com.volmit.iris.util.ListTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Class type'=>'java.lang.Class c' in class 'com.volmit.iris.util.ListTag'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.List value'=>'java.util.List c' in class 'com.volmit.iris.util.ListTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Class type'=>'java.lang.Class b' in class 'com.volmit.iris.util.ListTag'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'long startNano'=>'long e' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean profiling'=>'boolean b' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long nanos'=>'long c' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long nanos'=>'long f' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean profiling'=>'boolean c' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long millis'=>'long d' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double time'=>'double f' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double tz'=>'double o' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[][] co'=>'int[][] x' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double ascale'=>'double b' in class 'com.volmit.iris.gui.NoiseView'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'javax.swing.JComboBox combo'=>'javax.swing.JComboBox k' in class 'com.volmit.iris.gui.NoiseView'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] a'=>'java.lang.String[] w' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lx'=>'double q' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double lz'=>'double a' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double scale'=>'double f' in class 'com.volmit.iris.gui.NoiseView'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG cng'=>'com.volmit.iris.noise.CNG t' in class 'com.volmit.iris.gui.NoiseView'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence r'=>'com.volmit.iris.util.RollingSequence B' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean down'=>'boolean z' in class 'com.volmit.iris.gui.NoiseView'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double ozp'=>'double d' in class 'com.volmit.iris.gui.NoiseView'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int i' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double oxp'=>'double p' in class 'com.volmit.iris.gui.NoiseView'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean hd'=>'boolean e' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.locks.ReentrantLock l'=>'java.util.concurrent.locks.ReentrantLock n' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double mzz'=>'double y' in class 'com.volmit.iris.gui.NoiseView'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double mxx'=>'double s' in class 'com.volmit.iris.gui.NoiseView'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double mz'=>'double j' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double ox'=>'double m' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double oz'=>'double l' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double mx'=>'double u' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double t'=>'double v' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean colorMode'=>'boolean r' in class 'com.volmit.iris.gui.NoiseView'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Function2 renderer'=>'com.volmit.iris.util.Function2 A' in class 'com.volmit.iris.gui.NoiseView'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.GroupedExecutor gx'=>'com.volmit.iris.util.GroupedExecutor g' in class 'com.volmit.iris.gui.NoiseView'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int c' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double time'=>'double a' in class 'com.volmit.iris.util.PrecisionStopwatch'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.zeroturnaround.zip.extra.ZipShort headerId'=>'org.zeroturnaround.zip.extra.ZipShort b' in class 'org.zeroturnaround.zip.extra.UnrecognizedExtraField'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'byte[] localData'=>'byte[] a' in class 'org.zeroturnaround.zip.extra.UnrecognizedExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int value'=>'int b' in class 'com.volmit.iris.util.IntTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long value'=>'long b' in class 'com.volmit.iris.util.LongTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int count'=>'int m' in class 'com.volmit.iris.util.inventory.UIElement'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.MaterialBlock material'=>'com.volmit.iris.util.inventory.MaterialBlock h' in class 'com.volmit.iris.util.inventory.UIElement'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String name'=>'java.lang.String c' in class 'com.volmit.iris.util.inventory.UIElement'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String id'=>'java.lang.String l' in class 'com.volmit.iris.util.inventory.UIElement'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.Callback eShiftLeft'=>'com.volmit.iris.util.inventory.Callback d' in class 'com.volmit.iris.util.inventory.UIElement'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean enchanted'=>'boolean f' in class 'com.volmit.iris.util.inventory.UIElement'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String b' in class 'com.volmit.iris.util.inventory.UIElement'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.Callback eLeft'=>'com.volmit.iris.util.inventory.Callback k' in class 'com.volmit.iris.util.inventory.UIElement'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.Callback eRight'=>'com.volmit.iris.util.inventory.Callback j' in class 'com.volmit.iris.util.inventory.UIElement'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double progress'=>'double e' in class 'com.volmit.iris.util.inventory.UIElement'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList lore'=>'com.volmit.iris.util.KList n' in class 'com.volmit.iris.util.inventory.UIElement'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'char code'=>'char k' in class 'com.volmit.iris.util.inventory.C'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map BY_CHAR'=>'java.util.Map c' in class 'com.volmit.iris.util.inventory.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.C[] COLORS'=>'com.volmit.iris.util.inventory.C[] h' in class 'com.volmit.iris.util.inventory.C'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.String toString'=>'java.lang.String j' in class 'com.volmit.iris.util.inventory.C'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int intCode'=>'int d' in class 'com.volmit.iris.util.inventory.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean isFormat'=>'boolean g' in class 'com.volmit.iris.util.inventory.C'. Given that the prefix 'is' is common, only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map dyeChatMap'=>'java.util.Map f' in class 'com.volmit.iris.util.inventory.C'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map dyeHexMap'=>'java.util.Map e' in class 'com.volmit.iris.util.inventory.C'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.Map BY_ID'=>'java.util.Map a' in class 'com.volmit.iris.util.inventory.C'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.util.Map chatHexMap'=>'java.util.Map l' in class 'com.volmit.iris.util.inventory.C'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.inventory.C[] $VALUES'=>'com.volmit.iris.util.inventory.C[] b' in class 'com.volmit.iris.util.inventory.C'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int value'=>'int b' in class 'com.volmit.iris.util.IntTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalFBMSimplexNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.scoreboard.Team team'=>'org.bukkit.scoreboard.Team g' in class 'com.volmit.iris.util.Board'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean ready'=>'boolean d' in class 'com.volmit.iris.util.Board'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.scoreboard.Objective objective'=>'org.bukkit.scoreboard.Objective a' in class 'com.volmit.iris.util.Board'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player player'=>'org.bukkit.entity.Player e' in class 'com.volmit.iris.util.Board'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhat what'=>'com.volmit.iris.command.CommandIrisWhat k' in class 'com.volmit.iris.command.CommandIris'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructure structure'=>'com.volmit.iris.command.CommandIrisStructure l' in class 'com.volmit.iris.command.CommandIris'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWorld world'=>'com.volmit.iris.command.CommandIrisWorld j' in class 'com.volmit.iris.command.CommandIris'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObject object'=>'com.volmit.iris.command.CommandIrisObject h' in class 'com.volmit.iris.command.CommandIris'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.scoreboard.Team team'=>'org.bukkit.scoreboard.Team f' in class 'com.volmit.iris.util.Board'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean ready'=>'boolean a' in class 'com.volmit.iris.util.Board'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.scoreboard.Objective objective'=>'org.bukkit.scoreboard.Objective d' in class 'com.volmit.iris.util.Board'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player player'=>'org.bukkit.entity.Player c' in class 'com.volmit.iris.util.Board'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisWhat what'=>'com.volmit.iris.command.CommandIrisWhat i' in class 'com.volmit.iris.command.CommandIris'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStructure structure'=>'com.volmit.iris.command.CommandIrisStructure h' in class 'com.volmit.iris.command.CommandIris'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObject object'=>'com.volmit.iris.command.CommandIrisObject j' in class 'com.volmit.iris.command.CommandIris'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisCreate create'=>'com.volmit.iris.command.CommandIrisCreate g' in class 'com.volmit.iris.command.CommandIris'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudio studio'=>'com.volmit.iris.command.CommandIrisStudio i' in class 'com.volmit.iris.command.CommandIris'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisStudio studio'=>'com.volmit.iris.command.CommandIrisStudio k' in class 'com.volmit.iris.command.CommandIris'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] value'=>'int[] b' in class 'com.volmit.iris.util.IntArrayTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock e' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean modified'=>'boolean c' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap truebiome'=>'com.volmit.iris.util.KMap g' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long last'=>'long j' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock c' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean modified'=>'boolean j' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap truebiome'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long last'=>'long i' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap block'=>'com.volmit.iris.util.KMap d' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int f' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int b' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap biome'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache replaceGen'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisObjectReplace'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int h' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int k' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap biome'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.gen.atomics.AtomicSliver'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache replaceGen'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisObjectReplace'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache findData'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisObjectReplace'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean exists'=>'boolean a' in class 'com.volmit.iris.util.FileWatcher'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long size'=>'long b' in class 'com.volmit.iris.util.FileWatcher'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch latch'=>'com.volmit.iris.util.ChronoLatch b' in class 'com.volmit.iris.IrisHotloadManager'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.FolderWatcher w'=>'com.volmit.iris.util.FolderWatcher a' in class 'com.volmit.iris.IrisHotloadManager'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.PerlinNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int octaves'=>'int b' in class 'com.volmit.iris.noise.PerlinNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int a'=>'int b' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.ParallaxChunkGenerator gen'=>'com.volmit.iris.gen.ParallaxChunkGenerator c' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int a'=>'int b' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG a' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache latch'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisEffect'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache pt'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisEffect'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean exists'=>'boolean c' in class 'com.volmit.iris.util.FileWatcher'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'long size'=>'long a' in class 'com.volmit.iris.util.FileWatcher'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch latch'=>'com.volmit.iris.util.ChronoLatch a' in class 'com.volmit.iris.IrisHotloadManager'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.FolderWatcher w'=>'com.volmit.iris.util.FolderWatcher b' in class 'com.volmit.iris.IrisHotloadManager'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise b' in class 'com.volmit.iris.noise.PerlinNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int octaves'=>'int a' in class 'com.volmit.iris.noise.PerlinNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String[] a'=>'java.lang.String[] b' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache data'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisBlockDrops'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList blocks'=>'com.volmit.iris.util.KList a' in class 'com.volmit.iris.object.IrisBlockDrops'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.ParallaxChunkGenerator gen'=>'com.volmit.iris.gen.ParallaxChunkGenerator d' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] b' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rng'=>'com.volmit.iris.util.RNG c' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache latch'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisEffect'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache pt'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisEffect'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache objects'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisDepositGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache blockData'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisDepositGenerator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerCave glCave'=>'com.volmit.iris.gen.layer.GenLayerCave l' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerCarve glCarve'=>'com.volmit.iris.gen.layer.GenLayerCarve j' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rockRandom'=>'com.volmit.iris.util.RNG m' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap generators'=>'com.volmit.iris.util.KMap i' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence parallax'=>'com.volmit.iris.util.RollingSequence a' in class 'com.volmit.iris.IrisMetrics'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence update'=>'com.volmit.iris.util.RollingSequence b' in class 'com.volmit.iris.IrisMetrics'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence total'=>'com.volmit.iris.util.RollingSequence d' in class 'com.volmit.iris.IrisMetrics'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence post'=>'com.volmit.iris.util.RollingSequence f' in class 'com.volmit.iris.IrisMetrics'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence perSecond'=>'com.volmit.iris.util.RollingSequence c' in class 'com.volmit.iris.IrisMetrics'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerCave glCave'=>'com.volmit.iris.gen.layer.GenLayerCave n' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerCarve glCarve'=>'com.volmit.iris.gen.layer.GenLayerCarve o' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RNG rockRandom'=>'com.volmit.iris.util.RNG l' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap generators'=>'com.volmit.iris.util.KMap p' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence parallax'=>'com.volmit.iris.util.RollingSequence d' in class 'com.volmit.iris.IrisMetrics'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence update'=>'com.volmit.iris.util.RollingSequence f' in class 'com.volmit.iris.IrisMetrics'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence total'=>'com.volmit.iris.util.RollingSequence a' in class 'com.volmit.iris.IrisMetrics'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence post'=>'com.volmit.iris.util.RollingSequence c' in class 'com.volmit.iris.IrisMetrics'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence perSecond'=>'com.volmit.iris.util.RollingSequence b' in class 'com.volmit.iris.IrisMetrics'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.RollingSequence terrain'=>'com.volmit.iris.util.RollingSequence e' in class 'com.volmit.iris.IrisMetrics'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.InterpolationMethod[] $VALUES'=>'com.volmit.iris.object.InterpolationMethod[] a' in class 'com.volmit.iris.object.InterpolationMethod'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$Interp[] $VALUES'=>'com.volmit.iris.noise.FastNoise$Interp[] a' in class 'com.volmit.iris.noise.FastNoise$Interp'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int value'=>'int a' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean a'=>'boolean b' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseFactory f'=>'com.volmit.iris.noise.NoiseFactory b' in class 'com.volmit.iris.noise.NoiseType'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseType[] $VALUES'=>'com.volmit.iris.noise.NoiseType[] a' in class 'com.volmit.iris.noise.NoiseType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String b' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int value'=>'int c' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseFactory f'=>'com.volmit.iris.noise.NoiseFactory a' in class 'com.volmit.iris.noise.NoiseType'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.NoiseType[] $VALUES'=>'com.volmit.iris.noise.NoiseType[] b' in class 'com.volmit.iris.noise.NoiseType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$CellularReturnType[] $VALUES'=>'com.volmit.iris.noise.FastNoise$CellularReturnType[] a' in class 'com.volmit.iris.noise.FastNoise$CellularReturnType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object k'=>'java.lang.Object a' in class 'com.volmit.iris.util.KeyPair'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object v'=>'java.lang.Object b' in class 'com.volmit.iris.util.KeyPair'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache maxFaces'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisStructureTile'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache minFaces'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisStructureTile'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch clf'=>'com.volmit.iris.util.ChronoLatch h' in class 'com.volmit.iris.Iris'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock l' in class 'com.volmit.iris.Iris'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String mem'=>'java.lang.String n' in class 'com.volmit.iris.Iris'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList lines'=>'com.volmit.iris.util.KList j' in class 'com.volmit.iris.Iris'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] b'=>'int[] k' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ChronoLatch cl'=>'com.volmit.iris.util.ChronoLatch i' in class 'com.volmit.iris.Iris'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.BoardManager manager'=>'com.volmit.iris.util.BoardManager m' in class 'com.volmit.iris.Iris'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object k'=>'java.lang.Object b' in class 'com.volmit.iris.util.KeyPair'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Object v'=>'java.lang.Object a' in class 'com.volmit.iris.util.KeyPair'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ElementEvent[] $VALUES'=>'com.volmit.iris.util.ElementEvent[] a' in class 'com.volmit.iris.util.ElementEvent'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gui.Renderer renderer'=>'com.volmit.iris.gui.Renderer a' in class 'com.volmit.iris.gui.IrisRenderer'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.LootMode[] $VALUES'=>'com.volmit.iris.object.LootMode[] a' in class 'com.volmit.iris.object.LootMode'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache maxFaces'=>'com.volmit.iris.gen.atomics.AtomicCache b' in class 'com.volmit.iris.object.IrisStructureTile'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache minFaces'=>'com.volmit.iris.gen.atomics.AtomicCache c' in class 'com.volmit.iris.object.IrisStructureTile'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.IrisLock lock'=>'com.volmit.iris.util.IrisLock h' in class 'com.volmit.iris.Iris'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String b'=>'java.lang.String i' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Byte data'=>'java.lang.Byte a' in class 'com.volmit.iris.util.MaterialBlock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.Material material'=>'org.bukkit.Material b' in class 'com.volmit.iris.util.MaterialBlock'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int count'=>'int b' in class 'com.volmit.iris.util.UIElement'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Callback eLeft'=>'com.volmit.iris.util.Callback h' in class 'com.volmit.iris.util.UIElement'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Callback eRight'=>'com.volmit.iris.util.Callback g' in class 'com.volmit.iris.util.UIElement'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String name'=>'java.lang.String e' in class 'com.volmit.iris.util.UIElement'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String id'=>'java.lang.String i' in class 'com.volmit.iris.util.UIElement'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean enchanted'=>'boolean j' in class 'com.volmit.iris.util.UIElement'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.MaterialBlock material'=>'com.volmit.iris.util.MaterialBlock d' in class 'com.volmit.iris.util.UIElement'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double progress'=>'double m' in class 'com.volmit.iris.util.UIElement'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList lore'=>'com.volmit.iris.util.KList l' in class 'com.volmit.iris.util.UIElement'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Callback eShiftLeft'=>'com.volmit.iris.util.Callback c' in class 'com.volmit.iris.util.UIElement'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache findData'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisCompatabilityFilter'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File loadFile'=>'java.io.File c' in class 'com.volmit.iris.object.IrisRegistrant'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String a'=>'java.lang.String b' in class 'com.volmit.iris.object.IrisRegistrant'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String loadKey'=>'java.lang.String a' in class 'com.volmit.iris.object.IrisRegistrant'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File loadFile'=>'java.io.File a' in class 'com.volmit.iris.object.IrisRegistrant'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] b' in class 'com.volmit.iris.object.IrisRegistrant'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String loadKey'=>'java.lang.String c' in class 'com.volmit.iris.object.IrisRegistrant'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int a'=>'int b' in class 'com.volmit.iris.activation.IrisActivation2'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructureTile tile'=>'com.volmit.iris.object.IrisStructureTile c' in class 'com.volmit.iris.object.TileResult'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructure structure'=>'com.volmit.iris.object.IrisStructure b' in class 'com.volmit.iris.object.TileResult'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisObjectPlacement placement'=>'com.volmit.iris.object.IrisObjectPlacement a' in class 'com.volmit.iris.object.TileResult'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisStructure structure'=>'com.volmit.iris.object.IrisStructure a' in class 'com.volmit.iris.object.TileResult'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisObjectPlacement placement'=>'com.volmit.iris.object.IrisObjectPlacement b' in class 'com.volmit.iris.object.TileResult'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String prefix'=>'java.lang.String a' in class 'com.volmit.iris.util.BoardEntry'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String suffix'=>'java.lang.String b' in class 'com.volmit.iris.util.BoardEntry'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String node'=>'java.lang.String c' in class 'com.volmit.iris.util.MortarCommand'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String node'=>'java.lang.String d' in class 'com.volmit.iris.util.MortarCommand'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList nodes'=>'com.volmit.iris.util.KList e' in class 'com.volmit.iris.util.MortarCommand'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.String category'=>'java.lang.String d' in class 'com.volmit.iris.util.MortarCommand'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.lang.String category'=>'java.lang.String b' in class 'com.volmit.iris.util.MortarCommand'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KList children'=>'com.volmit.iris.util.KList f' in class 'com.volmit.iris.util.MortarCommand'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise$NoiseType[] $VALUES'=>'com.volmit.iris.noise.FastNoise$NoiseType[] a' in class 'com.volmit.iris.noise.FastNoise$NoiseType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String tag'=>'java.lang.String a' in class 'com.volmit.iris.util.VirtualCommand'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ICommand command'=>'com.volmit.iris.util.ICommand c' in class 'com.volmit.iris.util.VirtualCommand'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap children'=>'com.volmit.iris.util.KMap b' in class 'com.volmit.iris.util.VirtualCommand'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean dirFlag'=>'boolean a' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int PERM_MASK'=>'int i' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.zeroturnaround.zip.extra.ZipShort HEADER_ID'=>'org.zeroturnaround.zip.extra.ZipShort m' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int DIR_FLAG'=>'int l' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int gid'=>'int k' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.zip.CRC32 crc'=>'java.util.zip.CRC32 e' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int uid'=>'int b' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String link'=>'java.lang.String d' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int FILE_FLAG'=>'int j' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mode'=>'int n' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String tag'=>'java.lang.String b' in class 'com.volmit.iris.util.VirtualCommand'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ICommand command'=>'com.volmit.iris.util.ICommand a' in class 'com.volmit.iris.util.VirtualCommand'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap children'=>'com.volmit.iris.util.KMap c' in class 'com.volmit.iris.util.VirtualCommand'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean dirFlag'=>'boolean d' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int PERM_MASK'=>'int l' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.zeroturnaround.zip.extra.ZipShort HEADER_ID'=>'org.zeroturnaround.zip.extra.ZipShort c' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int DIR_FLAG'=>'int n' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int gid'=>'int b' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.zip.CRC32 crc'=>'java.util.zip.CRC32 g' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int uid'=>'int j' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String link'=>'java.lang.String f' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int mode'=>'int a' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int FILE_FLAG'=>'int k' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int LINK_FLAG'=>'int h' in class 'org.zeroturnaround.zip.extra.AsiExtraField'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.Throwable cause'=>'java.lang.Throwable a' in class 'com.volmit.iris.util.JSONException'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ScoreDirection[] $VALUES'=>'com.volmit.iris.util.ScoreDirection[] a' in class 'com.volmit.iris.util.ScoreDirection'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise fd'=>'com.volmit.iris.noise.FastNoise c' in class 'com.volmit.iris.noise.CellGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise fd'=>'com.volmit.iris.noise.FastNoise e' in class 'com.volmit.iris.noise.CellGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG cng'=>'com.volmit.iris.noise.CNG d' in class 'com.volmit.iris.noise.CellGenerator'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double cellScale'=>'double b' in class 'com.volmit.iris.noise.CellGenerator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise fn'=>'com.volmit.iris.noise.FastNoise e' in class 'com.volmit.iris.noise.CellGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double shuffle'=>'double a' in class 'com.volmit.iris.noise.CellGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache chance'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisLoot'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'double cellScale'=>'double c' in class 'com.volmit.iris.noise.CellGenerator'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise fn'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.CellGenerator'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'double shuffle'=>'double b' in class 'com.volmit.iris.noise.CellGenerator'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ScoreDirection[] $VALUES'=>'com.volmit.iris.util.ScoreDirection[] a' in class 'com.volmit.iris.util.ScoreDirection'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.FractalRigidMultiSimplexNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.IrisRegistrant[] a'=>'com.volmit.iris.object.IrisRegistrant[] b' in class 'org.zeroturnaround.zip.commons.FileUtilsV2_2'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache chance'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisLoot'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] a'=>'int[] b' in class 'org.zeroturnaround.zip.commons.FileUtilsV2_2'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.ObjectPlaceMode[] $VALUES'=>'com.volmit.iris.object.ObjectPlaceMode[] a' in class 'com.volmit.iris.object.ObjectPlaceMode'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'boolean disabled'=>'boolean a' in class 'com.volmit.iris.util.IrisLock'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String name'=>'java.lang.String c' in class 'com.volmit.iris.util.IrisLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.locks.ReentrantLock lock'=>'java.util.concurrent.locks.ReentrantLock b' in class 'com.volmit.iris.util.IrisLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String name'=>'java.lang.String b' in class 'com.volmit.iris.util.IrisLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.locks.ReentrantLock lock'=>'java.util.concurrent.locks.ReentrantLock c' in class 'com.volmit.iris.util.IrisLock'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache spot'=>'com.volmit.iris.gen.atomics.AtomicCache a' in class 'com.volmit.iris.object.IrisRegionSpot'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache maxHeight'=>'com.volmit.iris.gen.atomics.AtomicCache k' in class 'com.volmit.iris.object.IrisBiome'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int[] b'=>'int[] e' in class 'com.volmit.iris.object.IrisBiome'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache maxHeight'=>'com.volmit.iris.gen.atomics.AtomicCache j' in class 'com.volmit.iris.object.IrisBiome'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.atomics.AtomicCache cacheColor'=>'com.volmit.iris.gen.atomics.AtomicCache e' in class 'com.volmit.iris.object.IrisBiome'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.CellHeightNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.VascularNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'float value'=>'float b' in class 'com.volmit.iris.util.FloatTag'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectSave save'=>'com.volmit.iris.command.CommandIrisObjectSave n' in class 'com.volmit.iris.command.CommandIrisObject'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectP2 p2'=>'com.volmit.iris.command.CommandIrisObjectP2 l' in class 'com.volmit.iris.command.CommandIrisObject'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectPaste paste'=>'com.volmit.iris.command.CommandIrisObjectPaste h' in class 'com.volmit.iris.command.CommandIrisObject'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectXPY xpy'=>'com.volmit.iris.command.CommandIrisObjectXPY g' in class 'com.volmit.iris.command.CommandIrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectP2 p2'=>'com.volmit.iris.command.CommandIrisObjectP2 m' in class 'com.volmit.iris.command.CommandIrisObject'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectPaste paste'=>'com.volmit.iris.command.CommandIrisObjectPaste k' in class 'com.volmit.iris.command.CommandIrisObject'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectXPY xpy'=>'com.volmit.iris.command.CommandIrisObjectXPY i' in class 'com.volmit.iris.command.CommandIrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectP1 p1'=>'com.volmit.iris.command.CommandIrisObjectP1 o' in class 'com.volmit.iris.command.CommandIrisObject'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectXAY xay'=>'com.volmit.iris.command.CommandIrisObjectXAY p' in class 'com.volmit.iris.command.CommandIrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectWand wand'=>'com.volmit.iris.command.CommandIrisObjectWand m' in class 'com.volmit.iris.command.CommandIrisObject'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectExpand expand'=>'com.volmit.iris.command.CommandIrisObjectExpand i' in class 'com.volmit.iris.command.CommandIrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectShift shift'=>'com.volmit.iris.command.CommandIrisObjectShift j' in class 'com.volmit.iris.command.CommandIrisObject'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectContract contract'=>'com.volmit.iris.command.CommandIrisObjectContract k' in class 'com.volmit.iris.command.CommandIrisObject'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int xc'=>'int a' in class 'com.volmit.iris.util.GroupedExecutor'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap mirror'=>'com.volmit.iris.util.KMap b' in class 'com.volmit.iris.util.GroupedExecutor'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService service'=>'java.util.concurrent.ExecutorService c' in class 'com.volmit.iris.util.GroupedExecutor'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectXAY xay'=>'com.volmit.iris.command.CommandIrisObjectXAY l' in class 'com.volmit.iris.command.CommandIrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectWand wand'=>'com.volmit.iris.command.CommandIrisObjectWand h' in class 'com.volmit.iris.command.CommandIrisObject'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectExpand expand'=>'com.volmit.iris.command.CommandIrisObjectExpand p' in class 'com.volmit.iris.command.CommandIrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectShift shift'=>'com.volmit.iris.command.CommandIrisObjectShift g' in class 'com.volmit.iris.command.CommandIrisObject'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.command.CommandIrisObjectContract contract'=>'com.volmit.iris.command.CommandIrisObjectContract j' in class 'com.volmit.iris.command.CommandIrisObject'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int xc'=>'int c' in class 'com.volmit.iris.util.GroupedExecutor'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap mirror'=>'com.volmit.iris.util.KMap a' in class 'com.volmit.iris.util.GroupedExecutor'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.ExecutorService service'=>'java.util.concurrent.ExecutorService b' in class 'com.volmit.iris.util.GroupedExecutor'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.locks.ReentrantLock lock'=>'java.util.concurrent.locks.ReentrantLock c' in class 'com.volmit.iris.ProjectManager'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor tx'=>'com.volmit.iris.util.TaskExecutor b' in class 'com.volmit.iris.ProjectManager'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData WATER'=>'org.bukkit.block.data.BlockData d' in class 'com.volmit.iris.gen.post.PostWaterlogger'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.util.concurrent.locks.ReentrantLock lock'=>'java.util.concurrent.locks.ReentrantLock a' in class 'com.volmit.iris.ProjectManager'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.TaskExecutor tx'=>'com.volmit.iris.util.TaskExecutor c' in class 'com.volmit.iris.ProjectManager'. Only 2 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Direction[] $VALUES'=>'com.volmit.iris.util.Direction[] b' in class 'com.volmit.iris.util.Direction'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int a' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int d' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap permute'=>'com.volmit.iris.util.KMap e' in class 'com.volmit.iris.util.Direction'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Cuboid$CuboidDirection f'=>'com.volmit.iris.util.Cuboid$CuboidDirection g' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int c' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Direction[] $VALUES'=>'com.volmit.iris.util.Direction[] d' in class 'com.volmit.iris.util.Direction'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int y'=>'int e' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int x'=>'int b' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap permute'=>'com.volmit.iris.util.KMap f' in class 'com.volmit.iris.util.Direction'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Cuboid$CuboidDirection f'=>'com.volmit.iris.util.Cuboid$CuboidDirection c' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int z'=>'int a' in class 'com.volmit.iris.util.Direction'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.CNG generator'=>'com.volmit.iris.noise.CNG a' in class 'com.volmit.iris.gen.layer.BiomeDataProvider'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.InferredType type'=>'com.volmit.iris.object.InferredType b' in class 'com.volmit.iris.gen.layer.BiomeDataProvider'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.gen.layer.GenLayerBiome layer'=>'com.volmit.iris.gen.layer.GenLayerBiome c' in class 'com.volmit.iris.gen.layer.BiomeDataProvider'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ResourceLoader lootLoader'=>'com.volmit.iris.util.ResourceLoader b' in class 'com.volmit.iris.IrisDataManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File dataFolder'=>'java.io.File g' in class 'com.volmit.iris.IrisDataManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean prod'=>'boolean c' in class 'com.volmit.iris.IrisDataManager'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.File packs'=>'java.io.File a' in class 'com.volmit.iris.IrisDataManager'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.entity.Player viewer'=>'org.bukkit.entity.Player k' in class 'com.volmit.iris.util.UIWindow'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.WindowResolution resolution'=>'com.volmit.iris.util.WindowResolution i' in class 'com.volmit.iris.util.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int clickcheck'=>'int e' in class 'com.volmit.iris.util.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.WindowDecorator decorator'=>'com.volmit.iris.util.WindowDecorator l' in class 'com.volmit.iris.util.UIWindow'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'org.bukkit.inventory.Inventory inventory'=>'org.bukkit.inventory.Inventory d' in class 'com.volmit.iris.util.UIWindow'. Only 9 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'int highestRow'=>'int h' in class 'com.volmit.iris.util.UIWindow'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean visible'=>'boolean a' in class 'com.volmit.iris.util.UIWindow'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.lang.String title'=>'java.lang.String g' in class 'com.volmit.iris.util.UIWindow'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap elements'=>'com.volmit.iris.util.KMap j' in class 'com.volmit.iris.util.UIWindow'. Only 8 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.ResourceLoader lootLoader'=>'com.volmit.iris.util.ResourceLoader g' in class 'com.volmit.iris.IrisDataManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Field mapping 'java.io.File dataFolder'=>'java.io.File h' in class 'com.volmit.iris.IrisDataManager'. Only 10 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'boolean prod'=>'boolean i' in class 'com.volmit.iris.IrisDataManager'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.File packs'=>'java.io.File j' in class 'com.volmit.iris.IrisDataManager'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.World world'=>'org.bukkit.World a' in class 'com.volmit.iris.gen.atomics.AtomicRegionData'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.Tag[] tag'=>'com.volmit.iris.util.Tag[] b' in class 'com.volmit.iris.gen.atomics.AtomicRegionData'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.object.InventorySlotType[] $VALUES'=>'com.volmit.iris.object.InventorySlotType[] a' in class 'com.volmit.iris.object.InventorySlotType'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'java.io.DataInputStream is'=>'java.io.DataInputStream a' in class 'com.volmit.iris.util.NBTInputStream'. Given that the prefix 'is' is common, only 0 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int ceiling'=>'int a' in class 'com.volmit.iris.util.CaveResult'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int floor'=>'int b' in class 'com.volmit.iris.util.CaveResult'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.noise.FastNoise n'=>'com.volmit.iris.noise.FastNoise a' in class 'com.volmit.iris.noise.SimplexNoise'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int octaves'=>'int b' in class 'com.volmit.iris.noise.SimplexNoise'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int i' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.util.BlockVector center'=>'org.bukkit.util.BlockVector l' in class 'com.volmit.iris.object.IrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap blocks'=>'com.volmit.iris.util.KMap g' in class 'com.volmit.iris.object.IrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int d'=>'int e' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Material SNOW'=>'org.bukkit.Material m' in class 'com.volmit.iris.object.IrisObject'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData AIR'=>'org.bukkit.block.data.BlockData k' in class 'com.volmit.iris.object.IrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int f' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int ceiling'=>'int a' in class 'com.volmit.iris.util.CaveResult'. Only 7 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int floor'=>'int b' in class 'com.volmit.iris.util.CaveResult'. Only 5 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int h'=>'int k' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.util.BlockVector center'=>'org.bukkit.util.BlockVector g' in class 'com.volmit.iris.object.IrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'com.volmit.iris.util.KMap blocks'=>'com.volmit.iris.util.KMap e' in class 'com.volmit.iris.object.IrisObject'. Only 6 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int d'=>'int i' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.Material SNOW'=>'org.bukkit.Material d' in class 'com.volmit.iris.object.IrisObject'. Only 4 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'org.bukkit.block.data.BlockData AIR'=>'org.bukkit.block.data.BlockData h' in class 'com.volmit.iris.object.IrisObject'. Only 3 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Field mapping 'int w'=>'int j' in class 'com.volmit.iris.object.IrisObject'. Only 1 characters have to be guessed in field name. If field is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'rethrow(java.io.IOException)'=>'a(java.io.IOException)' in class 'org.zeroturnaround.zip.ZipExceptionUtil'. Only 7 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'fromFile(java.lang.String, java.io.File)'=>'a(java.lang.String, java.io.File)' in class 'org.zeroturnaround.zip.ZipEntryUtil'. Only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'invoke(java.lang.reflect.Method, java.lang.Object, java.lang.Object[])'=>'a(java.lang.reflect.Method, java.lang.Object, java.lang.Object[])' in class 'org.zeroturnaround.zip.ZTZipReflectionUtil'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setDirectory(boolean)'=>'b(boolean)' in class 'org.zeroturnaround.zip.ZTFilePermissions'. Given that the prefix 'set' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setExecutable(java.io.File, boolean, boolean)'=>'b(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setWritable(java.io.File, boolean, boolean)'=>'a(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'canExecute(java.io.File)'=>'a(java.io.File)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setReadable(java.io.File, boolean, boolean)'=>'c(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'fromFile(java.lang.String, java.io.File)'=>'a(java.lang.String, java.io.File)' in class 'org.zeroturnaround.zip.ZipEntryUtil'. Only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'addFlag(boolean, int)'=>'a(boolean, int)' in class 'org.zeroturnaround.zip.ZTFilePermissionsUtil'. Only 7 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'isPosix()'=>'a()' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Given that the prefix 'is' is common, only 5 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'toPath(java.io.File)'=>'a(java.io.File)' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'addIf(boolean, java.util.Set, java.lang.Object)'=>'a(boolean, java.util.Set, java.lang.Object)' in class 'org.zeroturnaround.zip.Java7Nio2ApiPermissionsStrategy'. Only 5 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setExecutable(java.io.File, boolean, boolean)'=>'a(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setWritable(java.io.File, boolean, boolean)'=>'c(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'canExecute(java.io.File)'=>'a(java.io.File)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setReadable(java.io.File, boolean, boolean)'=>'b(java.io.File, boolean, boolean)' in class 'org.zeroturnaround.zip.Java6FileApiPermissionsStrategy'. Given that the prefix 'set' is common, only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'setDirectory(boolean)'=>'j(boolean)' in class 'org.zeroturnaround.zip.ZTFilePermissions'. Given that the prefix 'set' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'f(double)'=>'a(double)' in class 'com.volmit.iris.noise.GlobNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int)'=>'b(int)' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'a()' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'FastFloor(float)'=>'b(float)' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.noise.FastNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'ValCoord3D(int, int, int, int)'=>'b(int, int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'FastRound(float)'=>'c(float)' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'com.volmit.iris.gen.post.PostWallPatcher'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.noise.FastNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'ValCoord2D(int, int, int)'=>'b(int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'FastFloor(float)'=>'e(float)' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'ValCoord3D(int, int, int, int)'=>'a(int, int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'com.volmit.iris.noise.FastNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'FastRound(float)'=>'d(float)' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'ValCoord2D(int, int, int)'=>'a(int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'CubicLerp(float, float, float, float, float)'=>'a(float, float, float, float, float)' in class 'com.volmit.iris.noise.FastNoise'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Hash2D(int, int, int)'=>'a(int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Hash3D(int, int, int, int)'=>'a(int, int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Lerp(float, float, float)'=>'i(float, float, float)' in class 'com.volmit.iris.noise.FastNoise'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'remove(org.bukkit.entity.Player)'=>'b(org.bukkit.entity.Player)' in class 'com.volmit.iris.util.BoardManager'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'setup(org.bukkit.entity.Player)'=>'a(org.bukkit.entity.Player)' in class 'com.volmit.iris.util.BoardManager'. Given that the prefix 'set' is common, only 2 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Hash2D(int, int, int)'=>'b(int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Hash3D(int, int, int, int)'=>'b(int, int, int, int)' in class 'com.volmit.iris.noise.FastNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'Lerp(float, float, float)'=>'h(float, float, float)' in class 'com.volmit.iris.noise.FastNoise'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'render(double, double)'=>'a(double, double)' in class 'com.volmit.iris.gen.IrisChunkGenerator'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'verify(int, int)'=>'a(int, int)' in class 'com.volmit.iris.util.PregenJob'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'doCopyFile(java.io.File, java.io.File, boolean)'=>'a(java.io.File, java.io.File, boolean)' in class 'com.volmit.iris.util.IO'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.command.PermissionIris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'com.volmit.iris.command.PermissionIris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'isIrisWorld(org.bukkit.World)'=>'a(org.bukkit.World)' in class 'com.volmit.iris.IrisBoardManager'. Given that the prefix 'is' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(com.volmit.iris.util.MortarPlugin[])'=>'b(com.volmit.iris.util.MortarPlugin[])' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'class$(java.lang.String)'=>'b(java.lang.String)' in class 'org.slf4j.LoggerFactory'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'bind()'=>'e()' in class 'org.slf4j.LoggerFactory'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'com.volmit.iris.gui.NoiseView'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.util.inventory.UIElement'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.util.inventory.UIElement'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'d()' in class 'org.slf4j.LoggerFactory'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'bind()'=>'b()' in class 'org.slf4j.LoggerFactory'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'scramble(org.bukkit.inventory.Inventory, com.volmit.iris.util.RNG)'=>'a(org.bukkit.inventory.Inventory, com.volmit.iris.util.RNG)' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int)'=>'b(int)' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'a()' in class 'com.volmit.iris.gen.layer.GenLayerUpdate'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'touchesSea(int, int)'=>'b(int, int)' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'touchesSea(int, int)'=>'a(int, int)' in class 'com.volmit.iris.gen.TerrainChunkGenerator'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'fitsWalls(com.volmit.iris.util.KList, int, int)'=>'a(com.volmit.iris.util.KList, int, int)' in class 'com.volmit.iris.object.IrisStructureTile'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'a()' in class 'com.volmit.iris.object.IrisBiome'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getMaxHeight()'=>'c()' in class 'com.volmit.iris.object.IrisBiome'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.object.IrisBiome'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getMaxHeight()'=>'a()' in class 'com.volmit.iris.object.IrisBiome'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'filter(double)'=>'a(double)' in class 'com.volmit.iris.noise.CellHeightNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'filter(double)'=>'a(double)' in class 'com.volmit.iris.noise.VascularNoise'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'readTag(int)'=>'a(int)' in class 'com.volmit.iris.util.NBTInputStream'. Only 7 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(boolean)'=>'b(boolean)' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'chain(com.volmit.iris.util.MortarPermission, org.bukkit.configuration.file.FileConfiguration)'=>'a(com.volmit.iris.util.MortarPermission, org.bukkit.configuration.file.FileConfiguration)' in class 'com.volmit.iris.util.MortarPlugin'. Only 5 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'j()' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'outputInfo()'=>'d()' in class 'com.volmit.iris.util.MortarPlugin'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'i()' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'outputInfo()'=>'j()' in class 'com.volmit.iris.util.MortarPlugin'. Only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'d()' in class 'com.volmit.iris.util.MortarPlugin'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'chain(com.volmit.iris.util.MortarCommand, java.lang.String, org.bukkit.configuration.file.FileConfiguration)'=>'a(com.volmit.iris.util.MortarCommand, java.lang.String, org.bukkit.configuration.file.FileConfiguration)' in class 'com.volmit.iris.util.MortarPlugin'. Only 5 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'f(double)'=>'a(double)' in class 'com.volmit.iris.noise.FractalCubicNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(boolean)'=>'b(boolean)' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'tick()'=>'b()' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(com.volmit.iris.util.MortarPlugin[])'=>'b(com.volmit.iris.util.MortarPlugin[])' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'tick()'=>'c()' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'init(org.bukkit.World, com.volmit.iris.util.RNG)'=>'a(org.bukkit.World, com.volmit.iris.util.RNG)' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'c()' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'a()' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gen.ContextualChunkGenerator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'f(double)'=>'a(double)' in class 'com.volmit.iris.noise.CubicNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.util.KList'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.util.KList'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'pos(int, int)'=>'a(int, int)' in class 'com.volmit.iris.gen.atomics.AtomicMulticache'. Only 3 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'org.zeroturnaround.zip.ZipException'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'org.zeroturnaround.zip.ZipException'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'org.zeroturnaround.zip.ZipException'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'f(double)'=>'a(double)' in class 'com.volmit.iris.noise.WhiteNoise'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'com.volmit.iris.gen.atomics.AtomicCache'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'mod(org.bukkit.Location)'=>'a(org.bukkit.Location)' in class 'com.volmit.iris.util.StructureTemplate'. Only 3 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.gui.IrisVision'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'getOldest()'=>'a()' in class 'com.volmit.iris.util.ObjectResourceLoader'. Given that the prefix 'get' is common, only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'unload(java.lang.String)'=>'a(java.lang.String)' in class 'com.volmit.iris.util.ObjectResourceLoader'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'pack(java.io.File, java.util.zip.ZipOutputStream, org.zeroturnaround.zip.NameMapper, java.lang.String, boolean)'=>'a(java.io.File, java.util.zip.ZipOutputStream, org.zeroturnaround.zip.NameMapper, java.lang.String, boolean)' in class 'org.zeroturnaround.zip.ZipUtil'. Only 4 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) @@ -760,25 +740,55 @@ WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to br WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'p(java.lang.String, java.lang.Object)'=>'a(java.lang.String, java.lang.Object)' in class 'com.volmit.iris.util.Violator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'g(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.util.Violator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'h(java.lang.String)'=>'a(java.lang.String)' in class 'com.volmit.iris.util.Violator'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int)'=>'b(int)' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'c()' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'nextBlock(com.volmit.iris.util.RNG)'=>'a(com.volmit.iris.util.RNG)' in class 'com.volmit.iris.object.IrisDepositGenerator'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(boolean)'=>'b(boolean)' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String[])'=>'b(java.lang.String[])' in class 'org.slf4j.helpers.MarkerIgnoringBase'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'nextBlock(com.volmit.iris.util.RNG)'=>'b(com.volmit.iris.util.RNG)' in class 'com.volmit.iris.object.IrisDepositGenerator'. Only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'a()' in class 'org.zeroturnaround.zip.extra.ZipShort'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'o()' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.object.IrisRegistrant'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(java.lang.String)'=>'b(java.lang.String)' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'c()'=>'p()' in class 'com.volmit.iris.Iris'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBakedCode()'=>'a()' in class 'com.volmit.iris.activation.IrisActivation4'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'com.volmit.iris.object.IrisRegistrant'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.object.IrisRegistrant'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int)'=>'b(int)' in class 'com.volmit.iris.activation.IrisActivation2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'com.volmit.iris.activation.IrisActivation2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'b()'=>'d()' in class 'com.volmit.iris.activation.IrisActivation2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBakedCode()'=>'c()' in class 'com.volmit.iris.activation.IrisActivation2'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBakedCode()'=>'a()' in class 'com.volmit.iris.activation.IrisActivation3'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBakedCode()'=>'a()' in class 'com.volmit.iris.activation.IrisActivation1'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(int[])'=>'b(int[])' in class 'org.zeroturnaround.zip.commons.FileUtilsV2_2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a()'=>'b()' in class 'org.zeroturnaround.zip.commons.FileUtilsV2_2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'a(com.volmit.iris.object.IrisRegistrant[])'=>'b(com.volmit.iris.object.IrisRegistrant[])' in class 'org.zeroturnaround.zip.commons.FileUtilsV2_2'. Only 1 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'ex(com.volmit.iris.util.JSONArray, java.lang.Class, com.volmit.iris.IrisDataManager, java.lang.String)'=>'a(com.volmit.iris.util.JSONArray, java.lang.Class, com.volmit.iris.IrisDataManager, java.lang.String)' in class 'com.volmit.iris.ProjectManager'. Only 2 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBiomeList(com.volmit.iris.IrisDataManager)'=>'g(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getBiomeList(com.volmit.iris.IrisDataManager)'=>'a(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 9 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Method mapping 'verify(com.volmit.iris.util.JSONObject, java.lang.Object, com.volmit.iris.util.KList, java.io.File)'=>'a(com.volmit.iris.util.JSONObject, java.lang.Object, com.volmit.iris.util.KList, java.io.File)' in class 'com.volmit.iris.ProjectManager'. Only 6 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (B) WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getLootList(com.volmit.iris.IrisDataManager)'=>'c(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 8 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getRegionList(com.volmit.iris.IrisDataManager)'=>'b(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getObjectList(com.volmit.iris.IrisDataManager)'=>'f(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) -[2020.08.25 16:43:02] Saving 354 classes in "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\out" +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getRegionList(com.volmit.iris.IrisDataManager)'=>'f(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Method mapping 'getObjectList(com.volmit.iris.IrisDataManager)'=>'e(com.volmit.iris.IrisDataManager)' in class 'com.volmit.iris.ProjectManager'. Given that the prefix 'get' is common, only 10 characters have to be guessed in method name. If method is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.Cuboid$1'=>'com.volmit.iris.util.Cuboid$a'. Only 8 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$5'=>'com.volmit.iris.util.C$r'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$4'=>'com.volmit.iris.util.C$q'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$3'=>'com.volmit.iris.util.C$p'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$2'=>'com.volmit.iris.util.C$l'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$1'=>'com.volmit.iris.util.C$a'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$9'=>'com.volmit.iris.util.C$v'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$8'=>'com.volmit.iris.util.C$u'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$7'=>'com.volmit.iris.util.C$t'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$6'=>'com.volmit.iris.util.C$s'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$22'=>'com.volmit.iris.util.C$o'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$20'=>'com.volmit.iris.util.C$m'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$21'=>'com.volmit.iris.util.C$n'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.J$1'=>'com.volmit.iris.util.J$a'. Only 3 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$11'=>'com.volmit.iris.util.C$c'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$12'=>'com.volmit.iris.util.C$d'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$10'=>'com.volmit.iris.util.C$b'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$15'=>'com.volmit.iris.util.C$g'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$16'=>'com.volmit.iris.util.C$h'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$13'=>'com.volmit.iris.util.C$e'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$14'=>'com.volmit.iris.util.C$f'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$19'=>'com.volmit.iris.util.C$k'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$17'=>'com.volmit.iris.util.C$i'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.C$18'=>'com.volmit.iris.util.C$j'. Only 4 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +WARNING: Auto Reflection Handling : AutoReflection hash is very vulnerable to brute force attack : Class mapping 'com.volmit.iris.util.Board$1'=>'com.volmit.iris.util.Board$a'. Only 7 characters have to be guessed in class name. If class is not actually accessed via Reflection then use ZKM Script 'accessedByReflection' statement to specify only those classes, methods and fields that are accessed by Reflection. (A) +[2020.08.27 16:27:18] Saving 365 classes in "C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\out" WARNING: File 'C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\out\in.jar' already exists in 'C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\out'. Renaming to 'C:\Users\cyberpwn\Documents\development\workspace\Iris\lint\out\in.jar.BACKUP'. -[2020.08.25 16:43:03] Terminating normally. +[2020.08.27 16:27:19] Terminating normally. diff --git a/lint/out/in.jar b/lint/out/in.jar index 68ea767ccb683591b84ae6d9b77e2c43ce96451b..66cff1494e1dd5227b64cc6946830f1a8c87bda8 100644 GIT binary patch literal 847069 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�|^MDa|#SexFnp} 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ν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

v}!Rn$^g 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

ir1pctvpOE?c4E{HvHK(r(3#{1t-~P2>* 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ϐ(4dQdp8!0Wu+FON(jB(v6$! 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%0DGv2`K%VSjM+?1DBMGbef-*S_{ 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

3%>6iTl)QQe_eYTl!Df4iark$ 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�pxjsC-=Hc5o_?TcF_BH(C8j$ci-C~ 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