Class WrapperPlayClientSetJigsaw
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientSetJigsaw
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle -
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientSetJigsaw(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of field 'finalState'getJoint()Retrieves the value of field 'joint'com.comphenix.protocol.wrappers.MinecraftKeygetName()Retrieves the value of field 'name'com.comphenix.protocol.wrappers.MinecraftKeygetPool()Retrieves the value of field 'pool'com.comphenix.protocol.wrappers.BlockPositiongetPos()Retrieves the value of field 'pos'com.comphenix.protocol.wrappers.MinecraftKeyRetrieves the value of field 'target'voidsetFinalState(String value) Sets the value of field 'finalState'voidSets the value of field 'joint'voidsetName(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'name'voidsetPool(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'pool'voidsetPos(com.comphenix.protocol.wrappers.BlockPosition value) Sets the value of field 'pos'voidsetTarget(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'target'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
-
WrapperPlayClientSetJigsaw
public WrapperPlayClientSetJigsaw() -
WrapperPlayClientSetJigsaw
public WrapperPlayClientSetJigsaw(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getPos
public com.comphenix.protocol.wrappers.BlockPosition getPos()Retrieves the value of field 'pos'- Returns:
- 'pos'
-
setPos
public void setPos(com.comphenix.protocol.wrappers.BlockPosition value) Sets the value of field 'pos'- Parameters:
value- New value for field 'pos'
-
getName
public com.comphenix.protocol.wrappers.MinecraftKey getName()Retrieves the value of field 'name'- Returns:
- 'name'
-
setName
public void setName(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'name'- Parameters:
value- New value for field 'name'
-
getTarget
public com.comphenix.protocol.wrappers.MinecraftKey getTarget()Retrieves the value of field 'target'- Returns:
- 'target'
-
setTarget
public void setTarget(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'target'- Parameters:
value- New value for field 'target'
-
getPool
public com.comphenix.protocol.wrappers.MinecraftKey getPool()Retrieves the value of field 'pool'- Returns:
- 'pool'
-
setPool
public void setPool(com.comphenix.protocol.wrappers.MinecraftKey value) Sets the value of field 'pool'- Parameters:
value- New value for field 'pool'
-
getFinalState
Retrieves the value of field 'finalState'- Returns:
- 'finalState'
-
setFinalState
Sets the value of field 'finalState'- Parameters:
value- New value for field 'finalState'
-
getJoint
Retrieves the value of field 'joint'- Returns:
- 'joint'
-
setJoint
Sets the value of field 'joint'- Parameters:
value- New value for field 'joint'
-