Class ValueOnEnter<T>

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

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

      • ValueOnEnter

        public ValueOnEnter​(Value<T> self,
                            io.aether.utils.interfaces.AConsumer<java.lang.Object> f)
    • Method Detail

      • enter

        public void enter​(java.lang.Object owner)
        Description copied from interface: Value
        Marks the beginning of value processing by a handler. Called when a processor starts working with this value.
        Specified by:
        enter in interface Value<T>
        Overrides:
        enter in class ValueProxy<T>
        Parameters:
        owner - The object that begins processing this value