Uses of Class
net.minecraft.network.protocol.game.ClientboundChangeDifficultyPacket
Packages that use ClientboundChangeDifficultyPacket
-
Uses of ClientboundChangeDifficultyPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundChangeDifficultyPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleChangeDifficulty
(ClientboundChangeDifficultyPacket p_104984_) -
Uses of ClientboundChangeDifficultyPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundChangeDifficultyPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundChangeDifficultyPacket> GamePacketTypes.CLIENTBOUND_CHANGE_DIFFICULTY
static final StreamCodec
<FriendlyByteBuf, ClientboundChangeDifficultyPacket> ClientboundChangeDifficultyPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundChangeDifficultyPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundChangeDifficultyPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleChangeDifficulty
(ClientboundChangeDifficultyPacket p_131380_)