Class WrapperPlayServerPlayerCombatKill
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPlayerCombatKill
Unused packet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.PacketType
The packet type that is wrapped by this wrapper.Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayServerPlayerCombatKill
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Removed in 1.20com.comphenix.protocol.wrappers.WrappedChatComponent
Retrieves the value of field 'message'int
Retrieves the value of field 'playerId'void
setKillerId
(int value) Deprecated.Removed in 1.20void
setMessage
(com.comphenix.protocol.wrappers.WrappedChatComponent value) Sets the value of field 'message'void
setPlayerId
(int value) Sets the value of field 'playerId'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 TYPEThe packet type that is wrapped by this wrapper.
-
-
Constructor Details
-
WrapperPlayServerPlayerCombatKill
public WrapperPlayServerPlayerCombatKill() -
WrapperPlayServerPlayerCombatKill
public WrapperPlayServerPlayerCombatKill(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getPlayerId
public int getPlayerId()Retrieves the value of field 'playerId'- Returns:
- 'playerId'
-
setPlayerId
public void setPlayerId(int value) Sets the value of field 'playerId'- Parameters:
value
- New value for field 'playerId'
-
getKillerId
Deprecated.Removed in 1.20Retrieves the value of field 'killerId'- Returns:
- 'killerId'
-
setKillerId
Deprecated.Removed in 1.20Sets the value of field 'killerId'- Parameters:
value
- New value for field 'killerId'
-
getMessage
public com.comphenix.protocol.wrappers.WrappedChatComponent getMessage()Retrieves the value of field 'message'- Returns:
- 'message'
-
setMessage
public void setMessage(com.comphenix.protocol.wrappers.WrappedChatComponent value) Sets the value of field 'message'- Parameters:
value
- New value for field 'message'
-