public class TagKey
extends java.lang.Object
Registry.RegistryEntrys together.| Constructor and Description |
|---|
TagKey(Registry registry,
net.lenni0451.mcstructs.core.Identifier tag) |
| Modifier and Type | Method and Description |
|---|---|
Registry |
getRegistry() |
net.lenni0451.mcstructs.core.Identifier |
getTag() |
static net.lenni0451.mcstructs.converter.codec.Codec<TagKey> |
hashedCodec(Registry registry) |
java.lang.String |
toString() |
public TagKey(Registry registry, net.lenni0451.mcstructs.core.Identifier tag)
public static net.lenni0451.mcstructs.converter.codec.Codec<TagKey> hashedCodec(Registry registry)
public Registry getRegistry()
public net.lenni0451.mcstructs.core.Identifier getTag()
public java.lang.String toString()
toString in class java.lang.Object