Uses of Package
net.minecraftforge.network
Packages that use net.minecraftforge.network
Package
Description
-
Classes in net.minecraftforge.network used by net.minecraft.network.protocol.game
-
Classes in net.minecraftforge.network used by net.minecraft.network.protocol.login
-
Classes in net.minecraftforge.network used by net.minecraft.network.protocol.status
-
Classes in net.minecraftforge.network used by net.minecraft.world.entityClassDescriptionUsed to spawn a custom entity without the same restrictions as
ClientboundAddEntityPacket
-
Classes in net.minecraftforge.network used by net.minecraftforge.client.guiClassDescriptionA class for holding the mod mismatch data of a failed handshake.
-
Classes in net.minecraftforge.network used by net.minecraftforge.common
-
Classes in net.minecraftforge.network used by net.minecraftforge.common.extensions
-
Classes in net.minecraftforge.network used by net.minecraftforge.networkClassDescriptionA class for holding the mod mismatch data of a failed handshake.Instance responsible for handling the overall FML impl handshake.Notifies the client of a channel mismatch on the server, so a
ModMismatchDisconnectedScreen
is used to notify the user of the disconnection.Prefixes S2CModList by sending additional data about the mods installed on the server to the client The mod data is stored as follows: [modId -> [modName, modVersion]]Server to client "list of mods".Wrapper for custom login packets.Context forNetworkEvent
Dispatcher for sending packets in response to a received packet.Builder for constructing impl channels using a builder style API.Tracks individual outbound messages for dispatch to clients during login handling.Means to distribute packets in various waysA Distributor curried with a specific value instance, for actual dispatchUsed to spawn a custom entity without the same restrictions asClientboundAddEntityPacket
Represents additional data sent by FML when a server is pinged. -
Classes in net.minecraftforge.network used by net.minecraftforge.network.event
-
Classes in net.minecraftforge.network used by net.minecraftforge.network.filters
-
Classes in net.minecraftforge.network used by net.minecraftforge.network.simpleClassDescriptionFired when the channel registration (see minecraft custom channel documentation) changes.Context for
NetworkEvent
A Distributor curried with a specific value instance, for actual dispatch -
Classes in net.minecraftforge.network used by net.minecraftforge.registries
-
Classes in net.minecraftforge.network used by net.minecraftforge.server