Class WrapperPlayClientSpectate
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSpectate
Send by the client to the server if the player (in spectator mode) wants to teleport to a target player
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientSpectate
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperPlayClientSpectate
public WrapperPlayClientSpectate() -
WrapperPlayClientSpectate
public WrapperPlayClientSpectate(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getUuid
Retrieves the uuid of the target player- Returns:
- 'uuid' of target players
-
setUuid
Sets the uuid of the target player- Parameters:
value
- uuid of target player
-