public class CompoundTag extends Tag<CompoundMap>
TAG_Compound tag.| Constructor and Description |
|---|
CompoundTag(String name,
CompoundMap value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundTag |
clone()
Clones the Tag
|
CompoundMap |
getValue()
Gets the value of this tag.
|
String |
toString() |
public CompoundTag(String name, CompoundMap value)
name - The name.value - The value.public CompoundMap getValue()
TaggetValue in class Tag<CompoundMap>public CompoundTag clone()
Tagclone in class Tag<CompoundMap>Copyright © 2011–2014 Flow Powered. All rights reserved.