All Downloads are FREE. Search and download functionalities are using the official Maven repository.

walkmc.nbt.AbstractTag.kt Maven / Gradle / Ivy

package walkmc.nbt

import net.minecraft.server.*

/**
 * Represents a tag object to use with named binary tag (NBT).
 */
abstract class AbstractTag : NBTTagCompound() {
   
   /**
    * Injects all edited tags to the NBT.
    */
   abstract fun inject()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy