Uses of Class
net.minecraft.network.packet.c2s.play.UpdateDifficultyLockC2SPacket
Package
Description
-
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onUpdateDifficultyLock
(UpdateDifficultyLockC2SPacket packet) -
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<UpdateDifficultyLockC2SPacket> PlayPackets.LOCK_DIFFICULTY
-
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, UpdateDifficultyLockC2SPacket> UpdateDifficultyLockC2SPacket.CODEC
-
Uses of UpdateDifficultyLockC2SPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onUpdateDifficultyLock
(UpdateDifficultyLockC2SPacket packet)