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 ParamInfo -
Uses of ParamInfo in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type ParamInfoMethods in net.minecraft.server.jsonrpc.api that return types with arguments of type ParamInfoModifier and TypeMethodDescriptionMethodInfo.params()Returns the value of theparamsrecord component.MethodInfo.paramsTypedCodec()MethodInfo.toOptional(List<ParamInfo<Params>> pParams) static <Param> com.mojang.serialization.MapCodec<ParamInfo<Param>> ParamInfo.typedCodec()Method parameters in net.minecraft.server.jsonrpc.api with type arguments of type ParamInfoConstructors in net.minecraft.server.jsonrpc.api with parameters of type ParamInfoModifierConstructorDescriptionMethodInfo(String p_442898_, @Nullable ParamInfo<Params> p_451419_, @Nullable ResultInfo<Result> p_450926_) Constructor parameters in net.minecraft.server.jsonrpc.api with type arguments of type ParamInfoModifierConstructorDescriptionMethodInfo(String description, Optional<ParamInfo<Params>> params, Optional<ResultInfo<Result>> result) Creates an instance of aMethodInforecord class.