Class BrewingProjectProvider
java.lang.Object
com.github.darksoulq.abyssallib.bootstrap.compat.BrewingProjectProvider
- All Implemented Interfaces:
dev.jsinco.brewery.api.integration.Integration, dev.jsinco.brewery.bukkit.api.integration.ItemIntegration
public class BrewingProjectProvider
extends Object
implements dev.jsinco.brewery.bukkit.api.integration.ItemIntegration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.bukkit.inventory.ItemStack> createItem(String id) @Nullable net.kyori.adventure.text.ComponentdisplayName(String id) getId()@Nullable StringgetItemId(org.bukkit.inventory.ItemStack stack) @NonNull CompletableFuture<Void> booleanbooleanisIngredient(String id) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.jsinco.brewery.api.integration.Integration
onEnable, onLoadMethods inherited from interface dev.jsinco.brewery.bukkit.api.integration.ItemIntegration
createIngredient, getIngredient
-
Field Details
-
initialized
-
-
Constructor Details
-
BrewingProjectProvider
public BrewingProjectProvider()
-
-
Method Details
-
createItem
-
isIngredient
- Specified by:
isIngredientin interfacedev.jsinco.brewery.bukkit.api.integration.ItemIntegration
-
displayName
- Specified by:
displayNamein interfacedev.jsinco.brewery.bukkit.api.integration.ItemIntegration
-
getItemId
- Specified by:
getItemIdin interfacedev.jsinco.brewery.bukkit.api.integration.ItemIntegration
-
initialized
- Specified by:
initializedin interfacedev.jsinco.brewery.bukkit.api.integration.ItemIntegration
-
getId
- Specified by:
getIdin interfacedev.jsinco.brewery.api.integration.Integration
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfacedev.jsinco.brewery.api.integration.Integration
-