Uses of Class
net.minecraftforge.network.SimpleChannel
-
Uses of SimpleChannel in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static final SimpleChannel
TierSortingRegistry.SYNC_CHANNEL
-
Uses of SimpleChannel in net.minecraftforge.network
Modifier and TypeFieldDescriptionprivate final SimpleChannel
SimpleChannel.MessageBuilder.channel
static SimpleChannel
NetworkInitialization.LOGIN
static SimpleChannel
NetworkInitialization.PLAY
Modifier and TypeMethodDescriptionSimpleChannel.MessageBuilder.add()
Finishes building this packet.ChannelBuilder.simpleChannel()
Build a newSimpleChannel
with this builder's configuration.ModifierConstructorDescriptionprivate
MessageBuilder
(SimpleChannel channel, Class<MSG> type, int id, @Nullable NetworkDirection networkDirection)