PeaceBannerItem

public class PeaceBannerItem

Constructors

Link copied to clipboard
public void PeaceBannerItem()

Properties

Link copied to clipboard
public final static NamespacedKey PEACE_BANNER_KEY

Functions

Link copied to clipboard
public static ItemStack createPeaceBanner()
Creates a new Peace Banner ItemStack with the designer pattern, display name, lore, and PDC tag.
Link copied to clipboard
public static boolean isPeaceBanner(ItemStack item)
Checks whether the given ItemStack is a Peace Banner by looking for the PDC tag.
Link copied to clipboard
public static void registerRecipe()
Registers the Peace Banner crafting recipe with the server.
Link copied to clipboard
public static void unregisterRecipe()
Removes the Peace Banner crafting recipe from the server.