Uses of Class
net.minecraftforge.network.NetworkInstance
Packages that use NetworkInstance
-
Uses of NetworkInstance in net.minecraftforge.network
Fields in net.minecraftforge.network declared as NetworkInstanceFields in net.minecraftforge.network with type parameters of type NetworkInstanceModifier and TypeFieldDescription(package private) static Map<ResourceLocation,NetworkInstance> NetworkRegistry.instancesMethods in net.minecraftforge.network that return NetworkInstanceModifier and TypeMethodDescriptionprivate NetworkInstanceChannelBuilder.createNetworkInstance()Create the impl instancestatic @Nullable NetworkInstanceNetworkRegistry.findTarget(ResourceLocation resourceLocation) Method parameters in net.minecraftforge.network with type arguments of type NetworkInstanceModifier and TypeMethodDescriptionNetworkRegistry.listRejectedVanillaMods(Function<NetworkInstance, Channel.VersionTest> testFunction) Constructors in net.minecraftforge.network with parameters of type NetworkInstanceModifierConstructorDescriptionprotectedChannel(NetworkInstance instance) (package private)EventNetworkChannel(NetworkInstance instance) (package private)SimpleChannel(NetworkInstance instance)