Package com.skillw.itemsystem.util.nms
Class NMS
-
- All Implemented Interfaces:
public abstract class NMSGlom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNMS.VersionTypepublic classNMS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringitemsFieldprivate final StringitemFieldpublic final static NMS.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NMS()
-
Method Summary
Modifier and Type Method Description final StringgetItemsField()final StringgetItemField()abstract UnitcomputeCraftItems(Player player, Object packet, Function1<ItemStack, Unit> func)abstract UnitcomputeCraftItem(Player player, Object packet, Function1<ItemStack, Unit> func)abstract ObjectbuildColorPacket(ChatColor chatColor, GlowColor.Operation type, Entity entity)abstract EntitygetEntity(World world, Integer id)-
-
Method Detail
-
getItemsField
final String getItemsField()
-
getItemField
final String getItemField()
-
computeCraftItems
abstract Unit computeCraftItems(Player player, Object packet, Function1<ItemStack, Unit> func)
-
computeCraftItem
abstract Unit computeCraftItem(Player player, Object packet, Function1<ItemStack, Unit> func)
-
buildColorPacket
abstract Object buildColorPacket(ChatColor chatColor, GlowColor.Operation type, Entity entity)
-
-
-
-