Uses of Interface
net.minecraft.server.dedicated.management.IncomingRpcMethod.ParameterizedHandler
Packages that use IncomingRpcMethod.ParameterizedHandler
-
Uses of IncomingRpcMethod.ParameterizedHandler in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as IncomingRpcMethod.ParameterizedHandlerModifier and TypeFieldDescriptionIncomingRpcMethod.Builder.field_63668private final IncomingRpcMethod.ParameterizedHandler<Params, Result> IncomingRpcMethod.Parameterized.handlerThe field for thehandlerrecord component.Methods in net.minecraft.server.dedicated.management that return IncomingRpcMethod.ParameterizedHandlerModifier and TypeMethodDescriptionIncomingRpcMethod.Parameterized.handler()Returns the value of thehandlerrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type IncomingRpcMethod.ParameterizedHandlerModifier and TypeMethodDescriptionstatic <Params,Result>
IncomingRpcMethod.Builder<Params, Result> IncomingRpcMethod.createParameterizedBuilder(IncomingRpcMethod.ParameterizedHandler<Params, Result> handler) Constructors in net.minecraft.server.dedicated.management with parameters of type IncomingRpcMethod.ParameterizedHandlerModifierConstructorDescriptionBuilder(IncomingRpcMethod.ParameterizedHandler<Params, Result> parameterizedHandler) Parameterized(RpcMethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterizedHandler<Params, Result> function)