Package net.minecraft.world
Class TeleportTarget
java.lang.Object
net.minecraft.world.TeleportTarget
public class TeleportTarget extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TeleportTarget(Vec3d position, Vec3d velocity, float yaw, float pitch)
-
Method Summary
-
Field Details
-
position
-
velocity
-
yaw
public final float yaw -
pitch
public final float pitch
-
-
Constructor Details
-
TeleportTarget
-