#1499: Make Fluid an interface and add missing entry

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2024-10-29 06:43:20 +11:00
parent 08c83835f3
commit af6f2c9b41
5 changed files with 91 additions and 16 deletions

View File

@@ -88,7 +88,8 @@ public class Commodore {
"org/bukkit/entity/Cat$Type", "NOP",
"org/bukkit/map/MapCursor$Type", "NOP",
"org/bukkit/block/banner/PatternType", "NOP",
"org/bukkit/attribute/Attribute", "NOP"
"org/bukkit/attribute/Attribute", "NOP",
"org/bukkit/Fluid", "NOP"
);
private final List<Reroute> reroutes = new ArrayList<>(); // only for testing