Uses of Interface
dev.wyck.wrapper.internal.RegisteredConstantTranslator
Packages that use RegisteredConstantTranslator
-
Uses of RegisteredConstantTranslator in dev.wyck.wrapper.environment.particle
Fields in dev.wyck.wrapper.environment.particle declared as RegisteredConstantTranslatorModifier and TypeFieldDescriptionstatic final RegisteredConstantTranslator<ParticleTypes> ParticleTypes.TRANSLATORMethods in dev.wyck.wrapper.environment.particle that return RegisteredConstantTranslator -
Uses of RegisteredConstantTranslator in dev.wyck.wrapper.internal
Methods in dev.wyck.wrapper.internal that return RegisteredConstantTranslatorModifier and TypeMethodDescriptionstatic <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(RegistryId registry, Function<W, ResourceKey> keyExtractor, W[] values) static <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(Lazy<WyckRegistry> passedRegistry, Function<W, ResourceKey> keyExtractor, W[] values) Translator that resolves a wrapper against the given registry by the key extracted from it and inverts through a lazily built identity map from the resolved registry value back to the wrapper.static <W> RegisteredConstantTranslator<W> RegisteredConstantTranslator.of(String name, Function<W, ResourceKey> keyExtractor, W[] values) WrappedConstant.translator()