Uses of Enum Class
dev.wyck.environment.attribute.modifier.AttributeOperation
Packages that use AttributeOperation
Package
Description
-
Uses of AttributeOperation in dev.wyck.environment.attribute
Methods in dev.wyck.environment.attribute that return AttributeOperationModifier and TypeMethodDescriptionEnvironmentAttributeMap.Modification.operation()Returns the value of theoperationrecord component.Methods in dev.wyck.environment.attribute with parameters of type AttributeOperationModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.modify(EnvironmentAttributeSupplier<V> supplier, AttributeOperation operation, A argument) Adds an attribute modifier to the builder.<V,A> EnvironmentAttributeMap EnvironmentAttributeMap.withModifier(EnvironmentAttributeSupplier<V> supplier, AttributeOperation operation, A argument) Creates a new map with a modifier for the given attribute.Constructors in dev.wyck.environment.attribute with parameters of type AttributeOperationModifierConstructorDescriptionModification(EnvironmentAttribute<V> attribute, AttributeOperation operation, A argument) Creates an instance of aModificationrecord class. -
Uses of AttributeOperation in dev.wyck.environment.attribute.modifier
Subclasses with type arguments of type AttributeOperation in dev.wyck.environment.attribute.modifierClasses in dev.wyck.environment.attribute.modifier that implement interfaces with type arguments of type AttributeOperationFields in dev.wyck.environment.attribute.modifier with type parameters of type AttributeOperationModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<AttributeOperation> AttributeOperation.TRANSLATORMethods in dev.wyck.environment.attribute.modifier that return AttributeOperationModifier and TypeMethodDescriptionAttributeModification.operation()Gets the operation applied to the attribute.static AttributeOperationReturns the enum constant of this class with the specified name.static AttributeOperation[]AttributeOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.environment.attribute.modifier that return types with arguments of type AttributeOperation -
Uses of AttributeOperation in dev.wyck.level.dimension.timeline
Methods in dev.wyck.level.dimension.timeline that return AttributeOperationMethods in dev.wyck.level.dimension.timeline with parameters of type AttributeOperationModifier and TypeMethodDescriptionstatic <V> AttributeTrack<V> AttributeTrack.of(EnvironmentAttribute<V> attribute, AttributeOperation operation, Easing easing, List<Keyframe<?>> keyframes) Creates a new attribute track.AttributeTrack.Builder.operation(AttributeOperation operation) Sets the operation of the track. -
Uses of AttributeOperation in dev.wyck.level.dimension.timeline.types
Methods in dev.wyck.level.dimension.timeline.types with parameters of type AttributeOperationModifier and TypeMethodDescriptionComposedTimeline.Builder.track(EnvironmentAttributeSupplier<V> attribute, AttributeOperation operation, Consumer<AttributeTrack.Builder<V>> track)