Uses of Interface
net.minecraft.server.jsonrpc.OutgoingRpcMethod
Packages that use OutgoingRpcMethod
-
Uses of OutgoingRpcMethod in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type OutgoingRpcMethodModifier and TypeFieldDescriptionstatic final Registry<OutgoingRpcMethod<?, ?>> BuiltInRegistries.OUTGOING_RPC_METHODstatic final ResourceKey<Registry<OutgoingRpcMethod<?, ?>>> Registries.OUTGOING_RPC_METHOD -
Uses of OutgoingRpcMethod in net.minecraft.server.jsonrpc
Classes in net.minecraft.server.jsonrpc that implement OutgoingRpcMethodModifier and TypeClassDescriptionstatic final recordOutgoingRpcMethod.Method<Params,Result> static final recordOutgoingRpcMethod.Notification<Params>static final recordstatic final recordFields in net.minecraft.server.jsonrpc with type parameters of type OutgoingRpcMethodModifier and TypeFieldDescriptionstatic final Holder.Reference<OutgoingRpcMethod<GameRulesService.GameRuleUpdate<?>, Void>> OutgoingRpcMethods.GAMERULE_CHANGEDstatic final Holder.Reference<OutgoingRpcMethod<IpBanlistService.IpBanDto, Void>> OutgoingRpcMethods.IP_BANNEDstatic final Holder.Reference<OutgoingRpcMethod<String, Void>> OutgoingRpcMethods.IP_UNBANNEDprivate final Holder.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> PendingRpcRequest.methodThe field for themethodrecord component.static final Holder.Reference<OutgoingRpcMethod<PlayerDto, Void>> OutgoingRpcMethods.PLAYER_ADDED_TO_ALLOWLISTstatic final Holder.Reference<OutgoingRpcMethod<BanlistService.UserBanDto, Void>> OutgoingRpcMethods.PLAYER_BANNEDstatic final Holder.Reference<OutgoingRpcMethod<OperatorService.OperatorDto, Void>> OutgoingRpcMethods.PLAYER_DEOPEDstatic final Holder.Reference<OutgoingRpcMethod<PlayerDto, Void>> OutgoingRpcMethods.PLAYER_JOINEDstatic final Holder.Reference<OutgoingRpcMethod<PlayerDto, Void>> OutgoingRpcMethods.PLAYER_LEFTstatic final Holder.Reference<OutgoingRpcMethod<OperatorService.OperatorDto, Void>> OutgoingRpcMethods.PLAYER_OPEDstatic final Holder.Reference<OutgoingRpcMethod<PlayerDto, Void>> OutgoingRpcMethods.PLAYER_REMOVED_FROM_ALLOWLISTstatic final Holder.Reference<OutgoingRpcMethod<PlayerDto, Void>> OutgoingRpcMethods.PLAYER_UNBANNEDstatic final Holder.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_ACTIVITY_OCCURREDstatic final Holder.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_SAVE_COMPLETEDstatic final Holder.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_SAVE_STARTEDstatic final Holder.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_SHUTTING_DOWNstatic final Holder.Reference<OutgoingRpcMethod<Void, Void>> OutgoingRpcMethods.SERVER_STARTEDstatic final Holder.Reference<OutgoingRpcMethod<ServerStateService.ServerState, Void>> OutgoingRpcMethods.STATUS_HEARTBEATMethods in net.minecraft.server.jsonrpc that return OutgoingRpcMethodModifier and TypeMethodDescriptionprivate OutgoingRpcMethod<Params, Result> OutgoingRpcMethod.OutgoingRpcMethodBuilder.build()OutgoingRpcMethod.Factory.create(MethodInfo<Params, Result> pInfo, OutgoingRpcMethod.Attributes pAttributes) Methods in net.minecraft.server.jsonrpc that return types with arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionHolder.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> PendingRpcRequest.method()Returns the value of themethodrecord component.private Holder.Reference<OutgoingRpcMethod<Params, Result>> OutgoingRpcMethod.OutgoingRpcMethodBuilder.register(Identifier pName) Method parameters in net.minecraft.server.jsonrpc with type arguments of type OutgoingRpcMethodModifier and TypeMethodDescriptionprivate voidJsonRpcNotificationService.broadcastNotification(Holder.Reference<? extends OutgoingRpcMethod<Void, ?>> pMethod) private <Params> voidJsonRpcNotificationService.broadcastNotification(Holder.Reference<? extends OutgoingRpcMethod<Params, ?>> pMethod, Params pParams) voidConnection.sendNotification(Holder.Reference<? extends OutgoingRpcMethod<Void, ?>> pMethod) <Params> voidConnection.sendNotification(Holder.Reference<? extends OutgoingRpcMethod<Params, ?>> pMethod, Params pParams) <Result> CompletableFuture<Result> Connection.sendRequest(Holder.Reference<? extends OutgoingRpcMethod<Void, Result>> pMethod) private <Params,Result>
@Nullable CompletableFuture<Result> Connection.sendRequest(Holder.Reference<? extends OutgoingRpcMethod<Params, ? extends Result>> pMethod, @Nullable Params pParams, boolean pExpectResponse) <Params,Result>
CompletableFuture<Result> Connection.sendRequest(Holder.Reference<? extends OutgoingRpcMethod<Params, Result>> pMethod, Params pParams) Constructor parameters in net.minecraft.server.jsonrpc with type arguments of type OutgoingRpcMethodModifierConstructorDescriptionPendingRpcRequest(Holder.Reference<? extends OutgoingRpcMethod<?, ? extends Result>> method, CompletableFuture<Result> resultFuture, long timeoutTime) Creates an instance of aPendingRpcRequestrecord class.