net.minecraft.network.state

public interface ContextAwareNetworkStateFactory<T extends PacketListener, B extends io.netty.buffer.ByteBuf, C>

extends NetworkState$Factory

net.minecraft.network.protocol.UnboundProtocol
net.minecraft.class_10947
net.minecraft.network.state.ContextAwareNetworkStateFactory

Method summary

Modifier and TypeMethod
NetworkState<T>
bind(Function<io.netty.buffer.ByteBuf, B> contextWrapper, C context)
method_68875(Function<io.netty.buffer.ByteBuf, B> arg0, C arg1)
bind(Function<io.netty.buffer.ByteBuf, B> registryBinder, C context)