Uses of Record Class
net.minecraft.server.jsonrpc.api.MethodInfo
Packages that use MethodInfo
-
Uses of MethodInfo in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as MethodInfoModifier and TypeFieldDescriptionprivate final MethodInfo<Params, Result> IncomingRpcMethod.Method.infoThe field for theinforecord component.private final MethodInfo<Params, Result> IncomingRpcMethod.ParameterlessMethod.infoThe field for theinforecord component.private final MethodInfo<Params, Result> OutgoingRpcMethod.Method.infoThe field for theinforecord component.private final MethodInfo<Params, Void> OutgoingRpcMethod.Notification.infoThe field for theinforecord component.private final MethodInfo<Void, Result> OutgoingRpcMethod.ParameterlessMethod.infoThe field for theinforecord component.private final MethodInfo<Void, Void> OutgoingRpcMethod.ParmeterlessNotification.infoThe field for theinforecord component.Methods in net.minecraft.server.jsonrpc that return MethodInfoModifier and TypeMethodDescriptionIncomingRpcMethod.info()IncomingRpcMethod.Method.info()Returns the value of theinforecord component.IncomingRpcMethod.ParameterlessMethod.info()Returns the value of theinforecord component.OutgoingRpcMethod.info()OutgoingRpcMethod.Method.info()Returns the value of theinforecord component.OutgoingRpcMethod.Notification.info()Returns the value of theinforecord component.OutgoingRpcMethod.ParameterlessMethod.info()Returns the value of theinforecord component.OutgoingRpcMethod.ParmeterlessNotification.info()Returns the value of theinforecord component.Methods in net.minecraft.server.jsonrpc with parameters of type MethodInfoModifier and TypeMethodDescriptionOutgoingRpcMethod.Factory.create(MethodInfo<Params, Result> pInfo, OutgoingRpcMethod.Attributes pAttributes) Constructors in net.minecraft.server.jsonrpc with parameters of type MethodInfoModifierConstructorDescriptionMethod(MethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.RpcMethodFunction<Params, Result> function) Creates an instance of aMethodrecord class.Method(MethodInfo<Params, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aMethodrecord class.Notification(MethodInfo<Params, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aNotificationrecord class.ParameterlessMethod(MethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterlessRpcMethodFunction<Result> supplier) Creates an instance of aParameterlessMethodrecord class.ParameterlessMethod(MethodInfo<Void, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParameterlessMethodrecord class.ParmeterlessNotification(MethodInfo<Void, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParmeterlessNotificationrecord class. -
Uses of MethodInfo in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api declared as MethodInfoModifier and TypeFieldDescriptionprivate final MethodInfo<Params, Result> MethodInfo.Named.contentsThe field for thecontentsrecord component.Methods in net.minecraft.server.jsonrpc.api that return MethodInfoModifier and TypeMethodDescriptionMethodInfo.Named.contents()Returns the value of thecontentsrecord component.Methods in net.minecraft.server.jsonrpc.api that return types with arguments of type MethodInfoModifier and TypeMethodDescription(package private) static <Params,Result>
com.mojang.serialization.MapCodec<MethodInfo<Params, Result>> MethodInfo.typedCodec()Constructors in net.minecraft.server.jsonrpc.api with parameters of type MethodInfoModifierConstructorDescriptionNamed(Identifier name, MethodInfo<Params, Result> contents) Creates an instance of aNamedrecord class.