dynmap-neoforge/spigot/src/main/java/org/dynmap
BrainStone f6c45adc5f
Added a fallback for the case when numerical IDs have been removed from Bukkit
This fixes webbukkit/dynmap#3418.

The idea is to catch the case when numeric IDs have been removed from the code base and to then just use a fallback. Also doing it this way ensures maxium longevity, as `Material#getID` will be among the last ones removed, while other methods to get the numerical ID will get likely get removed earlier
2021-07-18 03:19:56 +02:00
..
bukkit Added a fallback for the case when numerical IDs have been removed from Bukkit 2021-07-18 03:19:56 +02:00