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 SimpleChannel
TierSortingRegistry.SYNC_CHANNEL
-
Uses of SimpleChannel in net.minecraftforge.network
Fields in net.minecraftforge.network declared as SimpleChannelModifier and TypeFieldDescriptionprivate final SimpleChannel
SimpleChannel.MessageBuilder.channel
static SimpleChannel
NetworkInitialization.LOGIN
static SimpleChannel
NetworkInitialization.PLAY
Methods in net.minecraftforge.network that return SimpleChannelModifier and TypeMethodDescriptionSimpleChannel.MessageBuilder.add()
Finishes building this packet.ChannelBuilder.simpleChannel()
Build a newSimpleChannel
with this builder's configuration.Constructors in net.minecraftforge.network with parameters of type SimpleChannelModifierConstructorDescriptionprivate
MessageBuilder
(SimpleChannel channel, Class<MSG> type, int id, @Nullable NetworkDirection networkDirection)