ForgePatch/src/main/java/net/minecraftforge/fml/network
cpw 71a4828809
Some tweaks around the code base. A functional consumer for networking - return a bool from your consumer function, rather than setPacketHandled.
Tweak the server modloading behaviour to try and be a bit clearer that a mod errored.

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
2019-09-16 20:14:25 -04:00
..
event Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
simple Some tweaks around the code base. A functional consumer for networking - return a bool from your consumer function, rather than setPacketHandled. 2019-09-16 20:14:25 -04:00
ConnectionType.java Allow login packets to only generate on server based connections 2019-03-15 23:22:28 -04:00
FMLHandshakeHandler.java Add a modfolderfactory. Fix up login payload exposure. 2019-09-01 14:40:39 -04:00
FMLHandshakeMessages.java Add a modfolderfactory. Fix up login payload exposure. 2019-09-01 14:40:39 -04:00
FMLLoginWrapper.java Tidy up network initialization, and force it to classload early in 2019-03-04 08:22:46 -05:00
FMLMCRegisterPacketHandler.java Add new DeferredRegistry helper, and change RegistryObject to update when overrides are registered. 2019-09-10 16:02:07 -07:00
FMLNetworkConstants.java Add in MC REGISTER nonsense. Shut up #5730 2019-08-31 13:55:46 -04:00
FMLPlayMessages.java Added getters for FMLPlayMessages.SpawnEntity 2019-08-31 13:55:46 -04:00
FMLStatusPing.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
IContainerFactory.java Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
ICustomPacket.java Fix naming conflicts with official names. 2019-09-04 22:33:17 -07:00
NetworkDirection.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
NetworkEvent.java Fix naming conflicts with official names. 2019-09-04 22:33:17 -07:00
NetworkHooks.java Add in MC REGISTER nonsense. Shut up #5730 2019-08-31 13:55:46 -04:00
NetworkInitialization.java Add in MC REGISTER nonsense. Shut up #5730 2019-08-31 13:55:46 -04:00
NetworkInstance.java Allow login packets to only generate on server based connections 2019-03-15 23:22:28 -04:00
NetworkRegistry.java Add in MC REGISTER nonsense. Shut up #5730 2019-08-31 13:55:46 -04:00
PacketDispatcher.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
PacketDistributor.java Provisional update to 1.14.4. Missing a lot of playerinteractionmanager patches because everything moved and I'm tired. 2019-07-20 00:35:40 -04:00