Package beer.devs.fastnbt.nms
Class NMSImpl
java.lang.Object
beer.devs.fastnbt.nms.NMSImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Fieldstatic booleanstatic <T> Tinstantiate(Class<T> type) static booleanisPaper()static booleanSince Paper 1.20.5 the NMS classes might not be Spigot mapped anymore.
-
Field Details
-
isPaper
public static boolean isPaper
-
-
Constructor Details
-
NMSImpl
public NMSImpl()
-
-
Method Details
-
hasClass
-
isPaper
public static boolean isPaper() -
getField
-
isSpigotMapped
public static boolean isSpigotMapped()Since Paper 1.20.5 the NMS classes might not be Spigot mapped anymore. They might use the Mojang mappings. -
instantiate
-