#1504: Make Art an interface

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2024-11-02 11:00:13 +11:00
parent 42ebf1afa4
commit aefa65b696
6 changed files with 107 additions and 16 deletions

View File

@@ -88,6 +88,7 @@ public class Commodore {
Map.entry("org/bukkit/entity/Cat$Type", "NOP"),
Map.entry("org/bukkit/map/MapCursor$Type", "NOP"),
Map.entry("org/bukkit/block/banner/PatternType", "NOP"),
Map.entry("org/bukkit/Art", "NOP"),
Map.entry("org/bukkit/attribute/Attribute", "NOP"),
Map.entry("org/bukkit/block/Biome", "NOP"),
Map.entry("org/bukkit/Fluid", "NOP"),