Class CLockDifficultyPacket
java.lang.Object
net.minecraft.network.play.client.CLockDifficultyPacket
- All Implemented Interfaces:
- IPacket<IServerPlayNetHandler>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandle(IServerPlayNetHandler p_148833_1_) booleanisLocked()voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacketisSkippable
- 
Field Details- 
lockedprivate boolean locked
 
- 
- 
Constructor Details- 
CLockDifficultyPacketpublic CLockDifficultyPacket()
- 
CLockDifficultyPacketpublic CLockDifficultyPacket(boolean p_i50760_1_) 
 
- 
- 
Method Details- 
handle- Specified by:
- handlein interface- IPacket<IServerPlayNetHandler>
 
- 
read- Specified by:
- readin interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
isLockedpublic boolean isLocked()
 
-