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<?,?>> static interfaceOutgoingRpcMethod.Factory<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 with type parameters of type OutgoingRpcMethodModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> PendingResponse.methodThe field for themethodrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionRegistryEntry.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> PendingResponse.method()Returns the value of themethodrecord component.Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type OutgoingRpcMethodModifierConstructorDescriptionPendingResponse(RegistryEntry.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> reference, CompletableFuture<Result> completableFuture, long long2) -
Uses of OutgoingRpcMethod in net.minecraft.server.dedicated.management.listener
Method parameters in net.minecraft.server.dedicated.management.listener with type arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionprivate voidNotificationManagementListener.notifyAll(RegistryEntry.Reference<? extends OutgoingRpcMethod<Void, ?>> method) private <Params> voidNotificationManagementListener.notifyAll(RegistryEntry.Reference<? extends OutgoingRpcMethod<Params, ?>> method, Params params) -
Uses of OutgoingRpcMethod in net.minecraft.server.dedicated.management.network
Method parameters in net.minecraft.server.dedicated.management.network with type arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionvoidManagementConnectionHandler.sendNotification(RegistryEntry.Reference<? extends OutgoingRpcMethod<Void, ?>> method) <Params> voidManagementConnectionHandler.sendNotification(RegistryEntry.Reference<? extends OutgoingRpcMethod<Params, ?>> method, Params params) <Result> CompletableFuture<Result> ManagementConnectionHandler.sendRequest(RegistryEntry.Reference<? extends OutgoingRpcMethod<Void, Result>> method) private <Params,Result>
@Nullable CompletableFuture<Result> ManagementConnectionHandler.sendRequest(RegistryEntry.Reference<? extends OutgoingRpcMethod<Params, ? extends Result>> method, Params params, boolean expectResponse) <Params,Result>
CompletableFuture<Result> ManagementConnectionHandler.sendRequest(RegistryEntry.Reference<? extends OutgoingRpcMethod<Params, Result>> method, Params params)