implements StreamCodec<B, V>
zh | |
net.minecraft.network.codec.IdDispatchCodec | |
net.minecraft.class_9136 |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
private static final int |
| ||||||
private final Function<V, ? extends T> |
| ||||||
private final List<IdDispatchCodec$Entry<B, V, T>> |
| ||||||
private final it.unimi.dsi.fastutil.objects.Object2IntMap<T> |
|
Constructor summary
Modifier | Constructor |
---|---|
(Function<V, ? extends T> arg0, List<IdDispatchCodec$Entry<B, V, T>> arg1, it.unimi.dsi.fastutil.objects.Object2IntMap<T> arg2) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public V |
| ||||||
public void |
| ||||||
public static <B extends io.netty.buffer.ByteBuf, V, T> IdDispatchCodec$Builder<B, V, T> |
|