Class NativeCodeLoader<T>

java.lang.Object
com.velocitypowered.natives.util.NativeCodeLoader<T>
Type Parameters:
T - the interface of the instance to load
All Implemented Interfaces:
Supplier<T>

public final class NativeCodeLoader<T> extends Object implements Supplier<T>
A loader for native code.
  • Method Details

    • get

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

      public String getLoadedVariant()