Class CompoundTagType.OptionalCompoundTagType
java.lang.Object
com.viaversion.viaversion.api.type.Type<T>
com.viaversion.viaversion.api.type.OptionalType<com.viaversion.nbt.tag.CompoundTag>
com.viaversion.viaversion.api.type.types.misc.CompoundTagType.OptionalCompoundTagType
- All Implemented Interfaces:
ByteBufReader<com.viaversion.nbt.tag.CompoundTag>
,ByteBufWriter<com.viaversion.nbt.tag.CompoundTag>
- Enclosing class:
- CompoundTagType
public static final class CompoundTagType.OptionalCompoundTagType
extends OptionalType<com.viaversion.nbt.tag.CompoundTag>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.viaversion.viaversion.api.type.OptionalType
read, write
Methods inherited from class com.viaversion.viaversion.api.type.Type
getBaseClass, getOutputClass, getTypeName, readEither, toString, writeEither
-
Constructor Details
-
OptionalCompoundTagType
public OptionalCompoundTagType()
-