Uses of Record Class
net.minecraft.server.jsonrpc.OutgoingRpcMethod.Method
Packages that use OutgoingRpcMethod.Method
-
Uses of OutgoingRpcMethod.Method in net.minecraft.server.jsonrpc
Methods in net.minecraft.server.jsonrpc that return types with arguments of type OutgoingRpcMethod.MethodModifier and TypeMethodDescriptionstatic <Params,Result>
OutgoingRpcMethod.OutgoingRpcMethodBuilder<OutgoingRpcMethod.Method<Params, Result>> OutgoingRpcMethod.request(com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec)