Uses of Class
net.minecraftforge.network.SimpleChannel
Packages that use SimpleChannel
-
Uses of SimpleChannel in net.minecraftforge.common
Fields in net.minecraftforge.common declared as SimpleChannelModifier and TypeFieldDescriptionprivate static final SimpleChannelTierSortingRegistry.SYNC_CHANNEL -
Uses of SimpleChannel in net.minecraftforge.network
Fields in net.minecraftforge.network declared as SimpleChannelModifier and TypeFieldDescriptionprivate final SimpleChannelSimpleChannel.MessageBuilder.channelstatic SimpleChannelNetworkInitialization.LOGINstatic SimpleChannelNetworkInitialization.PLAYMethods in net.minecraftforge.network that return SimpleChannelModifier and TypeMethodDescriptionSimpleChannel.MessageBuilder.add()Finishes building this packet.ChannelBuilder.simpleChannel()Build a newSimpleChannelwith this builder's configuration.Constructors in net.minecraftforge.network with parameters of type SimpleChannelModifierConstructorDescriptionprivateMessageBuilder(SimpleChannel channel, Class<MSG> type, int id, @Nullable NetworkDirection networkDirection)