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.wrapper.internal
Methods in dev.wyck.wrapper.internal with parameters of type RegistryIdModifier and TypeMethodDescriptionstatic <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(RegistryId registry, Function<W, ResourceKey> keyExtractor, W[] values)