Uses of Package
net.minecraftforge.fml.network
-
Classes in net.minecraftforge.fml.network used by net.minecraft.entity Class Description FMLPlayMessages.SpawnEntity Used to spawn a custom entity without the same restrictions asSSpawnObjectPacket
orSSpawnMobPacket
To customize how your entity is created clientside (instead of using the default factory provided to theEntityType
) seeEntityType.Builder.setCustomClientFactory(java.util.function.BiFunction<net.minecraftforge.fml.network.FMLPlayMessages.SpawnEntity, net.minecraft.world.World, T>)
. -
Classes in net.minecraftforge.fml.network used by net.minecraft.network Class Description FMLStatusPing { "fmlNetworkVersion" : FMLNETVERSION, "channels": [ { "res": "fml:handshake", "version": "1.2.3.4", "required": true } ], "mods": [ { "modid": "modid", "modmarker": "" } ] } -
Classes in net.minecraftforge.fml.network used by net.minecraft.network.login.client Class Description ICustomPacket -
Classes in net.minecraftforge.fml.network used by net.minecraft.network.login.server Class Description ICustomPacket -
Classes in net.minecraftforge.fml.network used by net.minecraft.network.play.client Class Description ICustomPacket -
Classes in net.minecraftforge.fml.network used by net.minecraft.network.play.server Class Description ICustomPacket -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.common Class Description FMLPlayMessages.SyncCustomTagTypes -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.common.extensions Class Description IContainerFactory -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.fml.config Class Description FMLHandshakeMessages.S2CConfigData NetworkEvent.Context Context forNetworkEvent
-
Classes in net.minecraftforge.fml.network used by net.minecraftforge.fml.network.event Class Description NetworkEvent NetworkInstance -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.fml.network.simple Class Description NetworkDirection NetworkEvent NetworkEvent.ChannelRegistrationChangeEvent Fired when the channel registration (see minecraft custom channel documentation) changes.NetworkEvent.Context Context forNetworkEvent
NetworkEvent.GatherLoginPayloadsEvent NetworkInstance PacketDistributor.PacketTarget A Distributor curried with a specific value instance, for actual dispatch -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.fml.server Class Description ConnectionType -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.network Class Description NetworkEvent.ServerCustomPayloadEvent -
Classes in net.minecraftforge.fml.network used by net.minecraftforge.registries Class Description FMLHandshakeMessages.S2CRegistry