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 MethodInfoIncomingRpcMethod.Method.infoThe field for theinforecord component.private final MethodInfoIncomingRpcMethod.ParameterlessMethod.infoThe field for theinforecord component.private final MethodInfoOutgoingRpcMethod.Method.infoThe field for theinforecord component.private final MethodInfoOutgoingRpcMethod.Notification.infoThe field for theinforecord component.private final MethodInfoOutgoingRpcMethod.ParameterlessMethod.infoThe field for theinforecord component.private final MethodInfoOutgoingRpcMethod.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 TypeMethodDescriptionIncomingRpcMethod.Factory.create(MethodInfo info, IncomingRpcMethod.Attributes attributes) OutgoingRpcMethod.Factory.create(MethodInfo info, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.jsonrpc with parameters of type MethodInfoModifierConstructorDescriptionMethod(MethodInfo info, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec, IncomingRpcMethod.RpcMethodFunction<Params, Result> function) Creates an instance of aMethodrecord class.Method(MethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec) Creates an instance of aMethodrecord class.Notification(MethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec) Creates an instance of aNotificationrecord class.ParameterlessMethod(MethodInfo info, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> resultCodec, IncomingRpcMethod.ParameterlessRpcMethodFunction<Result> supplier) Creates an instance of aParameterlessMethodrecord class.ParameterlessMethod(MethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> resultCodec) Creates an instance of aParameterlessMethodrecord class.ParmeterlessNotification(MethodInfo 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 MethodInfoMethodInfo.Named.contentsThe field for thecontentsrecord component.Fields in net.minecraft.server.jsonrpc.api with type parameters of type MethodInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<MethodInfo> MethodInfo.MAP_CODECMethods in net.minecraft.server.jsonrpc.api that return MethodInfoModifier and TypeMethodDescriptionMethodInfo.Named.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.server.jsonrpc.api with parameters of type MethodInfoModifierConstructorDescriptionNamed(ResourceLocation name, MethodInfo contents) Creates an instance of aNamedrecord class.