类 NBTReader
java.lang.Object
top.r3944realms.superleadrope.util.nbt.NBTReader
The type Nbt reader.
-
方法概要
修饰符和类型方法说明static @NotNull net.minecraft.world.phys.Vec3readVec3(@NotNull net.minecraft.nbt.CompoundTag nbt) Read vec 3 vec 3.
-
方法详细资料
-
readVec3
@Contract("_ -> new") @NotNull public static @NotNull net.minecraft.world.phys.Vec3 readVec3(@NotNull @NotNull net.minecraft.nbt.CompoundTag nbt) Read vec 3 vec 3.- 参数:
nbt- the nbt- 返回:
- the vec 3
-