Uses of Class
net.minecraft.network.protocol.game.ClientboundLowDiskSpaceWarningPacket
Packages that use ClientboundLowDiskSpaceWarningPacket
-
Uses of ClientboundLowDiskSpaceWarningPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundLowDiskSpaceWarningPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleLowDiskSpaceWarning(ClientboundLowDiskSpaceWarningPacket packet) -
Uses of ClientboundLowDiskSpaceWarningPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundLowDiskSpaceWarningPacketModifier and TypeFieldDescriptionstatic final ClientboundLowDiskSpaceWarningPacketClientboundLowDiskSpaceWarningPacket.INSTANCEFields in net.minecraft.network.protocol.game with type parameters of type ClientboundLowDiskSpaceWarningPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundLowDiskSpaceWarningPacket> GamePacketTypes.CLIENTBOUND_LOW_DISK_SPACE_WARNINGstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundLowDiskSpaceWarningPacket> ClientboundLowDiskSpaceWarningPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundLowDiskSpaceWarningPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundLowDiskSpaceWarningPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleLowDiskSpaceWarning(ClientboundLowDiskSpaceWarningPacket packet)