TagVisitor.java
net.minecraft.nbt.TagVisitor
信息
- 全限定名:net.minecraft.nbt.TagVisitor
- 类型:public interface
- 包:net.minecraft.nbt
- 源码路径:src/main/java/net/minecraft/nbt/TagVisitor.java
- 起始行号:L3
- 职责:
TODO
字段/常量
- 无
内部类/嵌套类型
- 无
构造器
- 无
方法
下面的方法块按源码顺序生成。
void visitString(StringTag tag) @ L4
- 方法名:visitString
- 源码定位:L4
- 返回类型:void
- 修饰符:package-private
参数:
- tag: StringTag
说明:
TODO
void visitByte(ByteTag tag) @ L6
- 方法名:visitByte
- 源码定位:L6
- 返回类型:void
- 修饰符:package-private
参数:
- tag: ByteTag
说明:
TODO
void visitShort(ShortTag tag) @ L8
- 方法名:visitShort
- 源码定位:L8
- 返回类型:void
- 修饰符:package-private
参数:
- tag: ShortTag
说明:
TODO
void visitInt(IntTag tag) @ L10
- 方法名:visitInt
- 源码定位:L10
- 返回类型:void
- 修饰符:package-private
参数:
- tag: IntTag
说明:
TODO
void visitLong(LongTag tag) @ L12
- 方法名:visitLong
- 源码定位:L12
- 返回类型:void
- 修饰符:package-private
参数:
- tag: LongTag
说明:
TODO
void visitFloat(FloatTag tag) @ L14
- 方法名:visitFloat
- 源码定位:L14
- 返回类型:void
- 修饰符:package-private
参数:
- tag: FloatTag
说明:
TODO
void visitDouble(DoubleTag tag) @ L16
- 方法名:visitDouble
- 源码定位:L16
- 返回类型:void
- 修饰符:package-private
参数:
- tag: DoubleTag
说明:
TODO
void visitByteArray(ByteArrayTag tag) @ L18
- 方法名:visitByteArray
- 源码定位:L18
- 返回类型:void
- 修饰符:package-private
参数:
- tag: ByteArrayTag
说明:
TODO
void visitIntArray(IntArrayTag tag) @ L20
- 方法名:visitIntArray
- 源码定位:L20
- 返回类型:void
- 修饰符:package-private
参数:
- tag: IntArrayTag
说明:
TODO
void visitLongArray(LongArrayTag tag) @ L22
- 方法名:visitLongArray
- 源码定位:L22
- 返回类型:void
- 修饰符:package-private
参数:
- tag: LongArrayTag
说明:
TODO
void visitList(ListTag tag) @ L24
- 方法名:visitList
- 源码定位:L24
- 返回类型:void
- 修饰符:package-private
参数:
- tag: ListTag
说明:
TODO
void visitCompound(CompoundTag tag) @ L26
- 方法名:visitCompound
- 源码定位:L26
- 返回类型:void
- 修饰符:package-private
参数:
- tag: CompoundTag
说明:
TODO
void visitEnd(EndTag tag) @ L28
- 方法名:visitEnd
- 源码定位:L28
- 返回类型:void
- 修饰符:package-private
参数:
- tag: EndTag
说明:
TODO
代码
public interface TagVisitor {
void visitString(StringTag tag);
void visitByte(ByteTag tag);
void visitShort(ShortTag tag);
void visitInt(IntTag tag);
void visitLong(LongTag tag);
void visitFloat(FloatTag tag);
void visitDouble(DoubleTag tag);
void visitByteArray(ByteArrayTag tag);
void visitIntArray(IntArrayTag tag);
void visitLongArray(LongArrayTag tag);
void visitList(ListTag tag);
void visitCompound(CompoundTag tag);
void visitEnd(EndTag tag);
}引用的其他类
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置:
-
- 引用位置:
参数
- 引用位置: