Class WrapperPlayClientRecipeSettings
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientRecipeSettings
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientRecipeSettings
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of field 'bookType'boolean
Retrieves the value of field 'isFiltering'boolean
Retrieves the value of field 'isOpen'void
Sets the value of field 'bookType'void
setIsFiltering
(boolean value) Sets the value of field 'isFiltering'void
setIsOpen
(boolean value) Sets the value of field 'isOpen'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
-
WrapperPlayClientRecipeSettings
public WrapperPlayClientRecipeSettings() -
WrapperPlayClientRecipeSettings
public WrapperPlayClientRecipeSettings(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getBookType
Retrieves the value of field 'bookType'- Returns:
- 'bookType'
-
setBookType
Sets the value of field 'bookType'- Parameters:
value
- New value for field 'bookType'
-
getIsOpen
public boolean getIsOpen()Retrieves the value of field 'isOpen'- Returns:
- 'isOpen'
-
setIsOpen
public void setIsOpen(boolean value) Sets the value of field 'isOpen'- Parameters:
value
- New value for field 'isOpen'
-
getIsFiltering
public boolean getIsFiltering()Retrieves the value of field 'isFiltering'- Returns:
- 'isFiltering'
-
setIsFiltering
public void setIsFiltering(boolean value) Sets the value of field 'isFiltering'- Parameters:
value
- New value for field 'isFiltering'
-