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 Field
static boolean
static <T> T
instantiate
(Class<T> type) static boolean
isPaper()
static boolean
Since 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
-