Class AzimuthWaypointInfo
java.lang.Object
com.github.retrooper.packetevents.protocol.world.waypoint.AzimuthWaypointInfo
- All Implemented Interfaces:
WaypointInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.retrooper.packetevents.protocol.world.waypoint.WaypointInfo
WaypointInfo.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getAngle()
getType()
static AzimuthWaypointInfo
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, WaypointInfo info)
-
Constructor Details
-
AzimuthWaypointInfo
public AzimuthWaypointInfo(float angle)
-
-
Method Details
-
read
-
write
-
getType
- Specified by:
getType
in interfaceWaypointInfo
-
getAngle
public float getAngle()
-