Uses of Interface
net.minecraft.server.dedicated.management.OutgoingRpcMethod
Packages that use OutgoingRpcMethod
Package
Description
-
Uses of OutgoingRpcMethod in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type OutgoingRpcMethodModifier and TypeFieldDescriptionstatic final Registry<OutgoingRpcMethod<?, ?>> Registries.OUTGOING_RPC_METHODstatic final RegistryKey<Registry<OutgoingRpcMethod<?, ?>>> RegistryKeys.OUTGOING_RPC_METHODS -
Uses of OutgoingRpcMethod in net.minecraft.server.dedicated.management
Classes in net.minecraft.server.dedicated.management with type parameters of type OutgoingRpcMethodModifier and TypeClassDescriptionstatic classOutgoingRpcMethod.Builder<T extends OutgoingRpcMethod<?,?>> Classes in net.minecraft.server.dedicated.management that implement OutgoingRpcMethodModifier and TypeClassDescriptionstatic final recordOutgoingRpcMethod.Notification<Params>static final recordOutgoingRpcMethod.Parameterized<Params,Result> static final recordOutgoingRpcMethod.Parameterless<Result>static final recordFields in net.minecraft.server.dedicated.management declared as OutgoingRpcMethodModifier and TypeFieldDescriptionprivate final OutgoingRpcMethod<?, Result> PendingResponse.methodThe field for themethodrecord component.Methods in net.minecraft.server.dedicated.management that return OutgoingRpcMethodModifier and TypeMethodDescriptionPendingResponse.method()Returns the value of themethodrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethodModifier and TypeMethodDescriptionvoidManagementConnectionHandler.sendNotification(OutgoingRpcMethod<Void, ?> method) <Params> voidManagementConnectionHandler.sendNotification(OutgoingRpcMethod<Params, ?> method, Params params) <Result> CompletableFuture<Result> ManagementConnectionHandler.sendRequest(OutgoingRpcMethod<Void, Result> method) <Params,Result>
CompletableFuture<Result> ManagementConnectionHandler.sendRequest(OutgoingRpcMethod<Params, Result> method, Params params) private <Params,Result>
@Nullable CompletableFuture<Result> ManagementConnectionHandler.sendRequest(OutgoingRpcMethod<Params, Result> method, Params params, boolean expectResponse) Constructors in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethodModifierConstructorDescriptionPendingResponse(OutgoingRpcMethod<?, Result> outgoingRpcMethod, CompletableFuture<Result> completableFuture, long long2) -
Uses of OutgoingRpcMethod in net.minecraft.server.dedicated.management.listener
Methods in net.minecraft.server.dedicated.management.listener with parameters of type OutgoingRpcMethodModifier and TypeMethodDescriptionprivate voidNotificationManagementListener.notifyAll(OutgoingRpcMethod<Void, ?> method) private <Params> voidNotificationManagementListener.notifyAll(OutgoingRpcMethod<Params, ?> method, Params params)