Class NbtNumeric

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

    
    public abstract class NbtNumeric<NMS extends RefNbtNumber>
    extends Nbt<NMS> implements NbtNumericLike
                        
    • 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
      long getAsLong()
      int getAsInt()
      short getAsShort()
      byte getAsByte()
      double getAsDouble()
      float getAsFloat()
      Number getAsNumber()
      abstract NbtNumeric<NMS> clone()
      • Methods inherited from class pers.neige.neigeitems.libs.bot.inker.bukkit.nbt.Nbt

        compareTo, 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.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait