Class NbtCraftItemComponent

  • All Implemented Interfaces:
    java.lang.Comparable , java.util.Map , pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtComponentLike , pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike

    @Deprecated() 
    public final class NbtCraftItemComponent
    extends NbtCompound implements NbtComponentLike
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.NbtCompound

        clear, clone, compareTo, contains, containsKey, containsKey, containsValue, coverWith, createUnsafe, delete, entrySet, get, get, getAllKeys, getBoolean, getBooleanOrNull, getByte, getByteArray, getByteOrNull, getCompound, getDeep, getDeep, getDeepBoolean, getDeepBooleanOrNull, getDeepByte, getDeepByteArray, getDeepByteOrNull, getDeepCompound, getDeepDouble, getDeepDoubleOrNull, getDeepFloat, getDeepFloatOrNull, getDeepInt, getDeepIntArray, getDeepIntOrNull, getDeepList, getDeepLong, getDeepLongArray, getDeepLongOrNull, getDeepShort, getDeepShortOrNull, getDeepString, getDeepUUID, getDouble, getDoubleOrNull, getFloat, getFloatOrNull, getInt, getIntArray, getIntOrNull, getList, getList, getLong, getLongArray, getLongOrNull, getOrCreateCompound, getOrCreateList, getShort, getShortOrNull, getString, getTagType, getUUID, isEmpty, keySet, put, putAll, putBoolean, putByte, putByteArray, putByteArray, putDeep, putDeepByteArray, putDeepByteArray, putDeepIntArray, putDeepIntArray, putDeepLongArray, putDeepLongArray, putDouble, putFloat, putInt, putIntArray, putIntArray, putLong, putLongArray, putLongArray, putShort, putString, putUUID, remove, saveTo, set, size, values
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtComponentLike

        clone, contains, contains, delete, getBoolean, getByte, getByteArray, getByteArrayOrNull, getCompound, getCompoundOrNull, getDeepBoolean, getDeepByte, getDeepByteArray, getDeepByteArrayOrNull, getDeepCompound, getDeepCompoundOrNull, getDeepDouble, getDeepFloat, getDeepInt, getDeepIntArray, getDeepIntArrayOrNull, getDeepList, getDeepListOrNull, getDeepLong, getDeepLongArray, getDeepLongArrayOrNull, getDeepShort, getDeepString, getDeepStringOrNull, getDeepUUID, getDeepUUIDOrNull, getDouble, getFloat, getInt, getIntArray, getIntArrayOrNull, getList, getListOrNull, getLong, getLongArray, getLongArrayOrNull, getShort, getString, getStringOrNull, getUUID, getUUIDOrNull, putDeep, putDeep, putDeepBoolean, putDeepBoolean, putDeepByte, putDeepByte, putDeepByteArray, putDeepByteArray, putDeepDouble, putDeepDouble, putDeepFloat, putDeepFloat, putDeepInt, putDeepInt, putDeepIntArray, putDeepIntArray, putDeepLong, putDeepLong, putDeepLongArray, putDeepLongArray, putDeepShort, putDeepShort, putDeepString, putDeepString, remove, removeDeep, removeDeep
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.Nbt

        clone, equals, getAsString, getId, hashCode, toString
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.api.NbtLike

        clone
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, copyOf, entry, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail