mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD
This commit is contained in:
parent
58ce1b0f15
commit
ffaba05158
1 changed files with 4 additions and 0 deletions
|
@ -755,6 +755,10 @@ public interface Tag<T extends Keyed> extends Keyed {
|
|||
* Vanilla item tag representing all banner items.
|
||||
*/
|
||||
Tag<Material> ITEMS_BANNERS = Bukkit.getTag(REGISTRY_ITEMS, NamespacedKey.minecraft("banners"), Material.class);
|
||||
/**
|
||||
* Vanilla item tag representing all non flammable wood items.
|
||||
*/
|
||||
Tag<Material> ITEMS_NON_FLAMMABLE_WOOD = Bukkit.getTag(REGISTRY_ITEMS, NamespacedKey.minecraft("non_flammable_wood"), Material.class);
|
||||
/**
|
||||
* Vanilla item tag representing all boat items.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue