Class CTag
java.lang.Object
com.github.darksoulq.abyssallib.world.util.CTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getBoolean(String key) Optional<byte[]> getByteArray(String key) getCompound(String key) static CTaggetCTag(org.bukkit.inventory.ItemStack stack) Optional<int[]> getIntArray(String key) Optional<long[]> getLongArray(String key) Optional<net.minecraft.nbt.Tag> booleanvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidstatic voidnet.minecraft.nbt.CompoundTag
-
Constructor Details
-
CTag
public CTag() -
CTag
public CTag(net.minecraft.nbt.CompoundTag base)
-
-
Method Details
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
has
-
getString
-
getInt
-
getIntArray
-
getBoolean
-
getFloat
-
getDouble
-
getByte
-
getByteArray
-
getShort
-
getLong
-
getLongArray
-
getTag
-
getCompound
-
clear
public void clear() -
toVanilla
public net.minecraft.nbt.CompoundTag toVanilla() -
getCTag
-
setCTag
-