java.lang.Object
io.github.projectunified.craftitem.nbt.NBTRaw

public class NBTRaw extends Object
A class indicating the raw NBT data.
  • Field Details

    • value

      public final String value
  • Constructor Details

    • NBTRaw

      public NBTRaw(String value)
      Create the instance
      Parameters:
      value - the raw data
  • Method Details