Package net.minecraft.network
Interface NetworkState<T extends PacketListener>
- All Known Implementing Classes:
NetworkStateBuilder.NetworkStateImpl
public interface NetworkState<T extends PacketListener>
- Mappings:
Namespace Name named net/minecraft/network/NetworkState
intermediary net/minecraft/class_9127
official wx
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
NetworkState.Factory<T extends PacketListener,
B extends ByteBuf> -
Method Summary
-
Method Details
-
id
NetworkPhase id()- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/network/NetworkState;id()Lnet/minecraft/network/NetworkPhase;
intermediary comp_2234
Lnet/minecraft/class_9127;comp_2234()Lnet/minecraft/class_2539;
official a
Lwx;a()Lwl;
-
side
NetworkSide side()- Mappings:
Namespace Name Mixin selector named side
Lnet/minecraft/network/NetworkState;side()Lnet/minecraft/network/NetworkSide;
intermediary comp_2235
Lnet/minecraft/class_9127;comp_2235()Lnet/minecraft/class_2598;
official b
Lwx;b()Lzx;
-
codec
PacketCodec<ByteBuf,Packet<? super T>> codec()- Mappings:
Namespace Name Mixin selector named codec
Lnet/minecraft/network/NetworkState;codec()Lnet/minecraft/network/codec/PacketCodec;
intermediary comp_2236
Lnet/minecraft/class_9127;comp_2236()Lnet/minecraft/class_9139;
official c
Lwx;c()Lzn;
-
bundleHandler
- Mappings:
Namespace Name Mixin selector named bundleHandler
Lnet/minecraft/network/NetworkState;bundleHandler()Lnet/minecraft/network/handler/PacketBundleHandler;
intermediary comp_2237
Lnet/minecraft/class_9127;comp_2237()Lnet/minecraft/class_8039;
official d
Lwx;d()Lzv;
-