Uses of Interface
dev.wyck.wrapper.environment.attribute.EnvironmentAttribute
Packages that use EnvironmentAttribute
-
Uses of EnvironmentAttribute in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type EnvironmentAttributeModifier and TypeFieldDescriptionstatic final ConstructWireProvider<EnvironmentAttribute<?>> EnvironmentAttribute.WIREMethods in dev.wyck.wrapper.environment.attribute that return EnvironmentAttributeModifier and TypeMethodDescriptionEnvironmentAttributeSupplier.get()Gets the WrappedEnvironmentAttribute from the supplier.static <V> EnvironmentAttribute<V> EnvironmentAttribute.of(ResourceKey key) Gets an EnvironmentAttribute instance for the given key.static <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter) Gets an EnvironmentAttribute instance for the given key.static <V,U> EnvironmentAttribute <V> EnvironmentAttribute.of(ResourceKey key, @Nullable EnvironmentAttribute.Converter<V, U> converter, @Nullable V defaultValue) Gets an EnvironmentAttribute instance for the given key and default value.Unboxes the value into a WrappedEnvironmentAttribute.Methods in dev.wyck.wrapper.environment.attribute that return types with arguments of type EnvironmentAttributeModifier and TypeMethodDescriptionEnvironmentAttributeMap.attributes()Returns the fully resolved attribute map.EnvironmentAttributeMap.values()Returns the wrapped attributes as a collection.Methods in dev.wyck.wrapper.environment.attribute with parameters of type EnvironmentAttributeModifier and TypeMethodDescriptionstatic <V> EnvironmentAttributeMapEnvironmentAttributeMap.of(EnvironmentAttribute<V>... attributes) Creates a new WrappedEnvironmentAttributeMap from the given attributes.Constructors in dev.wyck.wrapper.environment.attribute with parameters of type EnvironmentAttributeModifierConstructorDescriptionEnvironmentAttributeSupplier(EnvironmentAttribute<V> environmentAttribute) Creates a new WrappedEnvironmentAttributeSupplier with the given WrappedEnvironmentAttribute.FriendlyColorSupplier(EnvironmentAttribute<Integer> environmentAttribute) Constructor parameters in dev.wyck.wrapper.environment.attribute with type arguments of type EnvironmentAttributeModifierConstructorDescriptionEnvironmentAttributeMap(Map<ResourceKey, EnvironmentAttribute<?>> attributes) EnvironmentAttributeMap(Map<ResourceKey, EnvironmentAttribute<?>> attributes, List<EnvironmentAttributeMap.Pending<?>> pending) Creates an instance of aEnvironmentAttributeMaprecord class.