Class ConstantLifecycled<T>

java.lang.Object
com.sk89q.worldedit.util.lifecycle.ConstantLifecycled<T>
All Implemented Interfaces:
Lifecycled<T>

public final class ConstantLifecycled<T> extends Object implements Lifecycled<T>
A Lifecycled that never invalidates.
  • Constructor Details

    • ConstantLifecycled

      public ConstantLifecycled(T value)
  • Method Details