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 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 TypeFieldDescriptionstatic final RegistryEntry.Reference<OutgoingRpcMethod<RpcPlayer, Void>> OutgoingRpcMethods.ALLOWLIST_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<RpcPlayer, Void>> OutgoingRpcMethods.ALLOWLIST_REMOVEDOutgoingRpcMethods.BAN_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<RpcPlayer, Void>> OutgoingRpcMethods.BAN_REMOVEDOutgoingRpcMethods.GAMERULE_UPDATEDOutgoingRpcMethods.IP_BAN_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<String, Void>> OutgoingRpcMethods.IP_BAN_REMOVEDprivate final RegistryEntry.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> PendingResponse.methodThe field for themethodrecord component.OutgoingRpcMethods.OPERATOR_ADDEDOutgoingRpcMethods.OPERATOR_REMOVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<RpcPlayer, Void>> OutgoingRpcMethods.PLAYER_JOINEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<RpcPlayer, Void>> OutgoingRpcMethods.PLAYER_LEFTstatic final RegistryEntry.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_ACTIVITYstatic final RegistryEntry.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_SAVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_SAVINGstatic final RegistryEntry.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_STARTEDOutgoingRpcMethods.SERVER_STATUS_HEARTBEATstatic final RegistryEntry.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_STOPPINGMethods in net.minecraft.server.dedicated.management that return OutgoingRpcMethodModifier and TypeMethodDescriptionprivate OutgoingRpcMethod<Params, Result> OutgoingRpcMethod.Builder.build()OutgoingRpcMethod.Factory.create(RpcMethodInfo<Params, Result> methodInfo, OutgoingRpcMethod.Attributes attributes) Methods in net.minecraft.server.dedicated.management that return types with arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionprivate RegistryEntry.Reference<OutgoingRpcMethod<Params, Result>> OutgoingRpcMethod.Builder.buildAndRegister(Identifier id) OutgoingRpcMethod.Builder.buildAndRegisterVanilla(String path) RegistryEntry.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>> method, CompletableFuture<Result> resultFuture, long timeoutTime) Creates an instance of aPendingResponserecord class. -
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)