Uses of Enum Class
dev.wyck.registry.internal.RegistryId
Packages that use RegistryId
-
Uses of RegistryId in dev.wyck.registry.internal
Subclasses with type arguments of type RegistryId in dev.wyck.registry.internalMethods in dev.wyck.registry.internal that return RegistryIdModifier and TypeMethodDescriptionstatic RegistryIdReturns the enum constant of this class with the specified name.static RegistryId[]RegistryId.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.registry.internal with parameters of type RegistryIdModifier and TypeMethodDescriptionstatic Lazy<WyckRegistry> WyckRegistry.lazy(RegistryId reference) Creates a lazy FrozenRegistry.static WyckRegistryWyckRegistry.of(RegistryId reference) Creates a FrozenRegistry from a RegistryReference. -
Uses of RegistryId in dev.wyck.tags
Methods in dev.wyck.tags that return RegistryIdModifier and TypeMethodDescriptionTagKey.registryId()The registry this tag belongs to.TagSet.registryId()The registry the elements of this tag set resolve against.Methods in dev.wyck.tags with parameters of type RegistryIdModifier and TypeMethodDescriptionstatic TagKeyTagKey.of(RegistryId registry, ResourceKey key) Creates a tag key from its identifier, resolving against the given registry.TagKey.of(RegistryId registry, Tag<T> tag) Creates a tag key from a BukkitTag, resolving against the given registry.TagSet.of(@Nullable ResourceKey resourceKey, RegistryId registry, Either<Set<T>, TagKey> value) TagSet.of(@Nullable ResourceKey resourceKey, RegistryId registry, Set<T> elements) TagSet.Builder.registry(RegistryId registry) Sets the registry discriminator of the tag set.Constructors in dev.wyck.tags with parameters of type RegistryId -
Uses of RegistryId in dev.wyck.wrapper
Methods in dev.wyck.wrapper with parameters of type RegistryIdModifier and TypeMethodDescriptionstatic <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(RegistryId registry, Function<W, ResourceKey> keyExtractor, W[] values)