Package com.skillw.itemsystem.util.nms
Class NMS
-
- All Implemented Interfaces:
public abstract class NMS
Glom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
NMS.VersionType
public class
NMS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
itemsField
private final String
itemField
public final static NMS.Companion
Companion
-
Constructor Summary
Constructors Constructor Description NMS()
-
Method Summary
Modifier and Type Method Description final String
getItemsField()
final String
getItemField()
abstract Unit
computeCraftItems(Player player, Object packet, Function1<ItemStack, Unit> func)
abstract Unit
computeCraftItem(Player player, Object packet, Function1<ItemStack, Unit> func)
abstract Object
buildColorPacket(ChatColor chatColor, GlowColor.Operation type, Entity entity)
abstract Entity
getEntity(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)
-
-
-
-