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_DIFFICULTYstatic final StreamCodec<FriendlyByteBuf, ServerboundLockDifficultyPacket> ServerboundLockDifficultyPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidServerGamePacketListener.handleLockDifficulty(ServerboundLockDifficultyPacket packet) -
Uses of ServerboundLockDifficultyPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundLockDifficultyPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleLockDifficulty(ServerboundLockDifficultyPacket packet) -
Uses of ServerboundLockDifficultyPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundLockDifficultyPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleLockDifficulty(ServerboundLockDifficultyPacket packet)