Uses of Class
net.minecraft.network.protocol.game.ServerboundLockDifficultyPacket
Packages that use ServerboundLockDifficultyPacket
Package
Description
-
Uses of ServerboundLockDifficultyPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundLockDifficultyPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundLockDifficultyPacket> GamePacketTypes.SERVERBOUND_LOCK_DIFFICULTY
static final StreamCodec
<FriendlyByteBuf, ServerboundLockDifficultyPacket> ServerboundLockDifficultyPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundLockDifficultyPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundLockDifficultyPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleLockDifficulty
(ServerboundLockDifficultyPacket p_133757_) -
Uses of ServerboundLockDifficultyPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundLockDifficultyPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleLockDifficulty
(ServerboundLockDifficultyPacket p_9872_) -
Uses of ServerboundLockDifficultyPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundLockDifficultyPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleLockDifficulty
(ServerboundLockDifficultyPacket packet)