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