Uses of Record Class
net.minecraft.server.dedicated.management.RpcResponseResult
Packages that use RpcResponseResult
-
Uses of RpcResponseResult in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as RpcResponseResultModifier and TypeFieldDescriptionprivate @Nullable RpcResponseResult<Result> OutgoingRpcMethod.Builder.responseResultprivate @Nullable RpcResponseResult<Result> IncomingRpcMethod.Builder.resultFields in net.minecraft.server.dedicated.management with type parameters of type RpcResponseResultModifier and TypeFieldDescriptionprivate final Optional<RpcResponseResult<Result>> RpcMethodInfo.resultThe field for theresultrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcResponseResultModifier and TypeMethodDescriptionstatic <Result> com.mojang.serialization.Codec<RpcResponseResult<Result>> RpcResponseResult.method_75582()RpcMethodInfo.result()Returns the value of theresultrecord component.Constructors in net.minecraft.server.dedicated.management with parameters of type RpcResponseResultModifierConstructorDescriptionRpcMethodInfo(String description, @Nullable RpcRequestParameter<Params> param, @Nullable RpcResponseResult<Result> result)