public final class NativeCode<T> extends Object
| Constructor and Description |
|---|
NativeCode(String name,
Class<? extends T> javaImpl,
Class<? extends T> nativeImpl) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSupported() |
boolean |
load() |
T |
newInstance() |
Copyright © 2015–2020 WaterfallMC. All rights reserved.