Class ValueWithForce<T>

  • All Implemented Interfaces:
    Value<T>, io.aether.utils.ToString

    public class ValueWithForce<T>
    extends ValueProxy<T>
    • Constructor Detail

      • ValueWithForce

        public ValueWithForce​(Value<T> self)
    • Method Detail

      • isForce

        public boolean isForce()
        Description copied from interface: Value
        Checks if this value is marked as "force". Force values typically bypass normal processing constraints and must be handled immediately regardless of system state.
        Specified by:
        isForce in interface Value<T>
        Overrides:
        isForce in class ValueProxy<T>
        Returns:
        true if this is a force value, false otherwise