Class SetableSupplier<T>

java.lang.Object
dev.kosmx.playerAnim.core.util.SetableSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class SetableSupplier<T> extends Object implements Supplier<T>
  • Constructor Details

    • SetableSupplier

      public SetableSupplier()
  • Method Details

    • set

      public void set(T object)
      :D
      Parameters:
      object - T
    • get

      public T get()
      Specified by:
      get in interface Supplier<T>