Uses of Class
net.minecraft.network.packet.c2s.play.UpdateDifficultyC2SPacket
Packages that use UpdateDifficultyC2SPacket
Package
Description
-
Uses of UpdateDifficultyC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type UpdateDifficultyC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayPacketListener.onUpdateDifficulty
(UpdateDifficultyC2SPacket packet) -
Uses of UpdateDifficultyC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type UpdateDifficultyC2SPacketModifier and TypeFieldDescriptionstatic final PacketType
<UpdateDifficultyC2SPacket> PlayPackets.CHANGE_DIFFICULTY_C2S
-
Uses of UpdateDifficultyC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type UpdateDifficultyC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, UpdateDifficultyC2SPacket> UpdateDifficultyC2SPacket.CODEC
Methods in net.minecraft.network.packet.c2s.play that return types with arguments of type UpdateDifficultyC2SPacket -
Uses of UpdateDifficultyC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type UpdateDifficultyC2SPacketModifier and TypeMethodDescriptionvoid
ServerPlayNetworkHandler.onUpdateDifficulty
(UpdateDifficultyC2SPacket packet)