Uses of Class
net.minecraft.network.protocol.game.ServerboundChangeDifficultyPacket
Packages that use ServerboundChangeDifficultyPacket
Package
Description
-
Uses of ServerboundChangeDifficultyPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundChangeDifficultyPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundChangeDifficultyPacket> GamePacketTypes.SERVERBOUND_CHANGE_DIFFICULTY
static final StreamCodec
<FriendlyByteBuf, ServerboundChangeDifficultyPacket> ServerboundChangeDifficultyPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundChangeDifficultyPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundChangeDifficultyPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleChangeDifficulty
(ServerboundChangeDifficultyPacket p_133742_) -
Uses of ServerboundChangeDifficultyPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundChangeDifficultyPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleChangeDifficulty
(ServerboundChangeDifficultyPacket p_9839_) -
Uses of ServerboundChangeDifficultyPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundChangeDifficultyPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleChangeDifficulty
(ServerboundChangeDifficultyPacket packet)