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 RpcRequestParameterIncomingRpcMethod.Builder.paramsprivate @Nullable RpcRequestParameterOutgoingRpcMethod.Builder.requestParameterFields in net.minecraft.server.dedicated.management with type parameters of type RpcRequestParameterModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RpcRequestParameter> RpcRequestParameter.CODECstatic final com.mojang.serialization.Codec<Optional<RpcRequestParameter>> RpcMethodInfo.PARAMETER_LIST_CODECprivate final Optional<RpcRequestParameter> RpcMethodInfo.paramsThe field for theparamsrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcRequestParameterModifier and TypeMethodDescriptionRpcMethodInfo.params()Returns the value of theparamsrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type RpcRequestParameterModifier and TypeMethodDescriptionIncomingRpcMethod.Builder.parameter(RpcRequestParameter parameter) OutgoingRpcMethod.Builder.requestParameter(RpcRequestParameter requestParameter) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcRequestParameterModifierConstructorDescriptionRpcMethodInfo(String description, @Nullable RpcRequestParameter param, @Nullable RpcResponseResult result) Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcRequestParameterModifierConstructorDescriptionRpcMethodInfo(String string, Optional<RpcRequestParameter> optional, Optional<RpcResponseResult> optional2)