Class WrapperPlayServerMoveMinecart.MinecartStep
java.lang.Object
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerMoveMinecart.MinecartStep
- Enclosing class:
WrapperPlayServerMoveMinecart
-
Constructor Summary
ConstructorDescriptionMinecartStep
(Vector3d position, Vector3d movement, float yaw, float pitch, float weight) -
Method Summary
Modifier and TypeMethodDescriptionboolean
float
getPitch()
float
float
getYaw()
int
hashCode()
read
(PacketWrapper<?> wrapper) void
setMovement
(Vector3d movement) void
setPitch
(float pitch) void
setPosition
(Vector3d position) void
setWeight
(float weight) void
setYaw
(float yaw) static void
write
(PacketWrapper<?> wrapper, WrapperPlayServerMoveMinecart.MinecartStep step)
-
Constructor Details
-
MinecartStep
-
-
Method Details
-
read
-
write
-
getPosition
-
setPosition
-
getMovement
-
setMovement
-
getYaw
public float getYaw() -
setYaw
public void setYaw(float yaw) -
getPitch
public float getPitch() -
setPitch
public void setPitch(float pitch) -
getWeight
public float getWeight() -
setWeight
public void setWeight(float weight) -
equals
-
hashCode
public int hashCode()
-