Class WrapperPlayClientBEdit
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientBEdit
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientBEdit
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptiongetPages()
Retrieves the value of field 'pages'int
getSlot()
Retrieves the value of field 'slot'getTitle()
Retrieves the value of field 'title'void
Sets the value of field 'pages'void
setSlot
(int value) Sets the value of field 'slot'void
Sets the value of field 'title'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
-
WrapperPlayClientBEdit
public WrapperPlayClientBEdit() -
WrapperPlayClientBEdit
public WrapperPlayClientBEdit(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getSlot
public int getSlot()Retrieves the value of field 'slot'- Returns:
- 'slot'
-
setSlot
public void setSlot(int value) Sets the value of field 'slot'- Parameters:
value
- New value for field 'slot'
-
getPages
Retrieves the value of field 'pages'- Returns:
- 'pages'
-
setPages
Sets the value of field 'pages'- Parameters:
value
- New value for field 'pages'
-
getTitle
Retrieves the value of field 'title'- Returns:
- 'title'
-
setTitle
Sets the value of field 'title'- Parameters:
value
- New value for field 'title'
-