mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5c89ccf428
commit
57c19c41c5
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.
|
* Vanilla item tag representing all banner items.
|
||||||
*/
|
*/
|
||||||
Tag<Material> ITEMS_BANNERS = Bukkit.getTag(REGISTRY_ITEMS, NamespacedKey.minecraft("banners"), Material.class);
|
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.
|
* Vanilla item tag representing all boat items.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue