Uses of Package
net.minecraftforge.network.packets
Packages that use net.minecraftforge.network.packets
Package
Description
-
Classes in net.minecraftforge.network.packets used by net.minecraft.world.entityClassDescriptionUsed to spawn a custom entity without the same restrictions as
ClientboundAddEntityPacket
-
Classes in net.minecraftforge.network.packets used by net.minecraftforge.networkClassDescriptionNotifies 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]] -
Classes in net.minecraftforge.network.packets used by net.minecraftforge.network.packetsClassDescriptionNotifies 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]]Used to spawn a custom entity without the same restrictions asClientboundAddEntityPacket
-
Classes in net.minecraftforge.network.packets used by net.minecraftforge.network.tasks