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 ResultInfoIncomingRpcMethod.IncomingRpcMethodBuilder.resultInfoprivate ResultInfoOutgoingRpcMethod.OutgoingRpcMethodBuilder.resultInfoMethods in net.minecraft.server.jsonrpc with parameters of type ResultInfoModifier and TypeMethodDescriptionIncomingRpcMethod.IncomingRpcMethodBuilder.response(ResultInfo resultInfo) OutgoingRpcMethod.OutgoingRpcMethodBuilder.response(ResultInfo resultInfo) -
Uses of ResultInfo in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type ResultInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ResultInfo> ResultInfo.CODECprivate final Optional<ResultInfo> 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.Constructors in net.minecraft.server.jsonrpc.api with parameters of type ResultInfoModifierConstructorDescriptionMethodInfo(String p_442898_, ParamInfo p_451419_, ResultInfo p_450926_)