Uses of Record Class
net.minecraft.network.protocol.game.ServerboundChangeGameModePacket
Packages that use ServerboundChangeGameModePacket
-
Uses of ServerboundChangeGameModePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundChangeGameModePacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundChangeGameModePacket> GamePacketTypes.SERVERBOUND_CHANGE_GAME_MODEstatic final StreamCodec<io.netty.buffer.ByteBuf, ServerboundChangeGameModePacket> ServerboundChangeGameModePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundChangeGameModePacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundChangeGameModePacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleChangeGameMode(ServerboundChangeGameModePacket pPacket) -
Uses of ServerboundChangeGameModePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundChangeGameModePacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleChangeGameMode(ServerboundChangeGameModePacket p_425880_)