类 NBTWriter
java.lang.Object
top.r3944realms.superleadrope.util.nbt.NBTWriter
The type Nbt writer.
-
方法概要
修饰符和类型方法说明static @NotNull net.minecraft.nbt.CompoundTagwriteVec3(net.minecraft.world.phys.Vec3 vec) Write vec 3 compound tag.
-
方法详细资料
-
writeVec3
@Contract("null -> fail") @NotNull public static @NotNull net.minecraft.nbt.CompoundTag writeVec3(net.minecraft.world.phys.Vec3 vec) Write vec 3 compound tag.- 参数:
vec- the vec- 返回:
- the compound tag
-