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.instances
Methods in net.minecraftforge.network that return NetworkInstanceModifier and TypeMethodDescriptionprivate NetworkInstance
ChannelBuilder.createNetworkInstance()
Create the impl instancestatic @Nullable NetworkInstance
NetworkRegistry.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 NetworkInstanceModifierConstructorDescriptionprotected
Channel
(NetworkInstance instance) (package private)
EventNetworkChannel
(NetworkInstance instance) (package private)
SimpleChannel
(NetworkInstance instance)