Class WrapperPlayClientDifficultyLock
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientDifficultyLock
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientDifficultyLock
(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
-
WrapperPlayClientDifficultyLock
public WrapperPlayClientDifficultyLock() -
WrapperPlayClientDifficultyLock
public WrapperPlayClientDifficultyLock(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getLocked
public boolean getLocked()Retrieves the value of field 'locked'- Returns:
- 'locked'
-
setLocked
public void setLocked(boolean value) Sets the value of field 'locked'- Parameters:
value
- New value for field 'locked'
-