Uses of Record Class
net.minecraft.server.jsonrpc.api.ParamInfo
Packages that use ParamInfo
-
Uses of ParamInfo in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as ParamInfoModifier and TypeFieldDescriptionprivate ParamInfoIncomingRpcMethod.IncomingRpcMethodBuilder.paramInfoprivate ParamInfoOutgoingRpcMethod.OutgoingRpcMethodBuilder.paramInfoMethods in net.minecraft.server.jsonrpc with parameters of type ParamInfoModifier and TypeMethodDescription -
Uses of ParamInfo in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type ParamInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ParamInfo> ParamInfo.CODECMethodInfo.paramsThe field for theparamsrecord component.MethodInfo.PARAMS_CODECMethods in net.minecraft.server.jsonrpc.api that return types with arguments of type ParamInfoModifier and TypeMethodDescriptionMethodInfo.params()Returns the value of theparamsrecord component.Constructors in net.minecraft.server.jsonrpc.api with parameters of type ParamInfoModifierConstructorDescriptionMethodInfo(String p_442898_, ParamInfo p_451419_, ResultInfo p_450926_) Constructor parameters in net.minecraft.server.jsonrpc.api with type arguments of type ParamInfoModifierConstructorDescriptionMethodInfo(String description, Optional<ParamInfo> params, Optional<ResultInfo> result) Creates an instance of aMethodInforecord class.