Class LastTickData
java.lang.Object
com.hammy275.immersivemc.server.data.LastTickData
-
Field Summary
Modifier and TypeFieldDescriptionfinal net.minecraft.world.phys.Vec3
final net.blf02.vrapi.api.data.IVRPlayer
final net.minecraft.world.phys.Vec3
-
Constructor Summary
ConstructorDescriptionLastTickData
(net.blf02.vrapi.api.data.IVRPlayer lastPlayer, net.minecraft.world.phys.Vec3 lastPlayerPos, net.minecraft.world.phys.Vec3 doubleLastPlayerPos) -
Method Summary
-
Field Details
-
lastPlayer
public final net.blf02.vrapi.api.data.IVRPlayer lastPlayer -
lastPlayerPos
public final net.minecraft.world.phys.Vec3 lastPlayerPos -
doubleLastPlayerPos
public final net.minecraft.world.phys.Vec3 doubleLastPlayerPos
-
-
Constructor Details
-
LastTickData
public LastTickData(net.blf02.vrapi.api.data.IVRPlayer lastPlayer, net.minecraft.world.phys.Vec3 lastPlayerPos, net.minecraft.world.phys.Vec3 doubleLastPlayerPos)
-