Uses of Class
net.mathias2246.buildmc.util.registry.DeferredRegistry
Packages that use DeferredRegistry
-
Uses of DeferredRegistry in net.mathias2246.buildmc.api.claims
Methods in net.mathias2246.buildmc.api.claims with parameters of type DeferredRegistryModifier and TypeMethodDescriptionstatic booleanProtection.isHiddenProtection(@NotNull DeferredRegistry<Protection> registry, @Nullable org.bukkit.NamespacedKey key) Checks if a protection is considered a "hidden" protection in the given registry. -
Uses of DeferredRegistry in net.mathias2246.buildmc.api.item
Fields in net.mathias2246.buildmc.api.item declared as DeferredRegistryModifier and TypeFieldDescriptionstatic final @NotNull DeferredRegistry<AbstractCustomItem> AbstractCustomItem.customItemsRegistryShared registry instance forAbstractCustomIteminstances