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 RpcResponseResultOutgoingRpcMethod.Builder.responseResultprivate @Nullable RpcResponseResultIncomingRpcMethod.Builder.resultFields in net.minecraft.server.dedicated.management with type parameters of type RpcResponseResultModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RpcResponseResult> RpcResponseResult.CODECprivate final Optional<RpcResponseResult> RpcMethodInfo.resultThe field for theresultrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcResponseResultModifier and TypeMethodDescriptionRpcMethodInfo.result()Returns the value of theresultrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type RpcResponseResultModifier and TypeMethodDescriptionOutgoingRpcMethod.Builder.responseResult(RpcResponseResult responseResult) IncomingRpcMethod.Builder.result(RpcResponseResult result) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcResponseResultModifierConstructorDescriptionRpcMethodInfo(String description, @Nullable RpcRequestParameter param, @Nullable RpcResponseResult result)