Uses of Interface
net.minecraft.network.codec.PacketCodec.ResultFunction
Packages that use PacketCodec.ResultFunction
-
Uses of PacketCodec.ResultFunction in net.minecraft.network.codec
Methods in net.minecraft.network.codec that return PacketCodec.ResultFunctionModifier and TypeMethodDescriptionstatic <B extends ByteBuf,V, C extends Collection<V>>
PacketCodec.ResultFunction<B,V, C> PacketCodecs.collectionMapper(IntFunction<C> factory) static <B extends ByteBuf,V>
PacketCodec.ResultFunction<B,V, List<V>> PacketCodecs.listMapper()Methods in net.minecraft.network.codec with parameters of type PacketCodec.ResultFunctionModifier and TypeMethodDescriptiondefault <O> PacketCodec<B,O> PacketCodec.mapResult(PacketCodec.ResultFunction<B, V, O> function)