Uses of Record Class
net.minecraft.server.dedicated.management.RpcRequestParameter
Packages that use RpcRequestParameter
-
Uses of RpcRequestParameter in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as RpcRequestParameterModifier and TypeFieldDescriptionprivate @Nullable RpcRequestParameter<Params> IncomingRpcMethod.Builder.paramsprivate @Nullable RpcRequestParameter<Params> OutgoingRpcMethod.Builder.requestParameterFields in net.minecraft.server.dedicated.management with type parameters of type RpcRequestParameterModifier and TypeFieldDescriptionprivate final Optional<RpcRequestParameter<Params>> RpcMethodInfo.paramsThe field for theparamsrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcRequestParameterModifier and TypeMethodDescriptionprivate static <Params> Optional<RpcRequestParameter<Params>> RpcMethodInfo.method_75574(List<RpcRequestParameter<Params>> list) private static <Params> List<RpcRequestParameter<Params>> RpcMethodInfo.method_75575(Optional<RpcRequestParameter<Params>> optional) private static <Params> com.mojang.serialization.Codec<Optional<RpcRequestParameter<Params>>> RpcMethodInfo.method_75576()static <Param> com.mojang.serialization.MapCodec<RpcRequestParameter<Param>> RpcRequestParameter.method_75580()RpcMethodInfo.params()Returns the value of theparamsrecord component.Method parameters in net.minecraft.server.dedicated.management with type arguments of type RpcRequestParameterModifier and TypeMethodDescriptionprivate static <Params> Optional<RpcRequestParameter<Params>> RpcMethodInfo.method_75574(List<RpcRequestParameter<Params>> list) private static <Params> List<RpcRequestParameter<Params>> RpcMethodInfo.method_75575(Optional<RpcRequestParameter<Params>> optional) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcRequestParameterModifierConstructorDescriptionRpcMethodInfo(String description, @Nullable RpcRequestParameter<Params> param, @Nullable RpcResponseResult<Result> result) Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcRequestParameterModifierConstructorDescriptionRpcMethodInfo(String description, Optional<RpcRequestParameter<Params>> params, Optional<RpcResponseResult<Result>> result) Creates an instance of aRpcMethodInforecord class.