Uses of Record Class
net.minecraft.server.jsonrpc.api.ResultInfo
Packages that use ResultInfo
-
Uses of ResultInfo in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as ResultInfoModifier and TypeFieldDescriptionprivate @Nullable ResultInfo<Result> IncomingRpcMethod.IncomingRpcMethodBuilder.resultInfoprivate @Nullable ResultInfo<Result> OutgoingRpcMethod.OutgoingRpcMethodBuilder.resultInfo -
Uses of ResultInfo in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type ResultInfoModifier and TypeFieldDescriptionprivate final Optional<ResultInfo<Result>> MethodInfo.resultThe field for theresultrecord component.Methods in net.minecraft.server.jsonrpc.api that return types with arguments of type ResultInfoModifier and TypeMethodDescriptionMethodInfo.result()Returns the value of theresultrecord component.static <Result> com.mojang.serialization.Codec<ResultInfo<Result>> ResultInfo.typedCodec()Constructors in net.minecraft.server.jsonrpc.api with parameters of type ResultInfoModifierConstructorDescriptionMethodInfo(String description, @Nullable ParamInfo<Params> paramInfo, @Nullable ResultInfo<Result> resultInfo)