Package com.github.imdabigboss.easydatapack.api.utils.nbt


package com.github.imdabigboss.easydatapack.api.utils.nbt
  • Class Summary
    Class
    Description
    The TAG_Byte_Array tag.
    The TAG_Byte tag.
    The TAG_Compound tag.
    The TAG_Double tag.
    The TAG_End tag.
    The TAG_Float tag.
    The TAG_Int tag.
    The TAG_List tag.
    The TAG_Long tag.
    A class which holds constant values.
    This class reads NBT, or Named Binary Tag streams, and produces an object graph of subclasses of the Tag object.
    This class writes NBT, or Named Binary Tag Tag objects to an underlying OutputStream.
    A class which contains NBT-related utility methods.
    The TAG_Short tag.
    The TAG_String tag.
    Represents a single NBT tag.