Uses of Record Class
net.minecraft.server.dedicated.management.OutgoingRpcMethod.Parameterized
Packages that use OutgoingRpcMethod.Parameterized
-
Uses of OutgoingRpcMethod.Parameterized in net.minecraft.server.dedicated.management
Methods in net.minecraft.server.dedicated.management that return types with arguments of type OutgoingRpcMethod.ParameterizedModifier and TypeMethodDescriptionstatic <Params,Result>
OutgoingRpcMethod.Builder<OutgoingRpcMethod.Parameterized<Params, Result>> OutgoingRpcMethod.createParameterizedBuilder(com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec)