Package net.citizensnpcs.api.jnbt
Class CompoundTag
java.lang.Object
net.citizensnpcs.api.jnbt.Tag
net.citizensnpcs.api.jnbt.CompoundTag
The
TAG_Compound
tag.-
Constructor Summary
ConstructorsConstructorDescriptionCompoundTag
(String name) CompoundTag
(String name, Map<String, Tag> value) Creates the tag. -
Method Summary
-
Constructor Details
-
CompoundTag
-
CompoundTag
Creates the tag.- Parameters:
name
- The name.value
- The value.
-
-
Method Details