Uses of Class
net.minecraft.network.packet.c2s.play.UpdateDifficultyLockC2SPacket
Packages that use UpdateDifficultyLockC2SPacket
Package
Description
- 
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type UpdateDifficultyLockC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onUpdateDifficultyLock(UpdateDifficultyLockC2SPacket packet) 
- 
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type UpdateDifficultyLockC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<UpdateDifficultyLockC2SPacket> PlayPackets.LOCK_DIFFICULTY
- 
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.packet.c2s.playFields in net.minecraft.network.packet.c2s.play with type parameters of type UpdateDifficultyLockC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, UpdateDifficultyLockC2SPacket> UpdateDifficultyLockC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type UpdateDifficultyLockC2SPacket
- 
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type UpdateDifficultyLockC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onUpdateDifficultyLock(UpdateDifficultyLockC2SPacket packet)