Package foundry.veil.api.network
Interface VeilPacketManager.Factory
- Enclosing interface:
VeilPacketManager
@Internal
public static interface VeilPacketManager.Factory
Factory class for
This class is loaded using
registration providers
. This class is loaded using
Service Loaders
, and only one
should exist per mod loader.-
Method Summary
-
Method Details
-
create
Creates aVeilPacketManager
.- Parameters:
modId
- The id of the mod to register the channel underversion
- The NeoForge channel version- Returns:
- The packet manager
-