Uses of Record Class
net.minecraft.server.jsonrpc.api.MethodInfo.Named
Packages that use MethodInfo.Named
-
Uses of MethodInfo.Named in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type MethodInfo.NamedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MethodInfo.Named<?, ?>> MethodInfo.Named.CODECMethods in net.minecraft.server.jsonrpc.api that return MethodInfo.NamedMethods in net.minecraft.server.jsonrpc.api that return types with arguments of type MethodInfo.NamedModifier and TypeMethodDescriptionstatic <Params,Result>
com.mojang.serialization.Codec<MethodInfo.Named<Params, Result>> MethodInfo.Named.typedCodec() -
Uses of MethodInfo.Named in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type MethodInfo.NamedModifier and TypeFieldDescriptionprivate final List<MethodInfo.Named<?, ?>> DiscoveryService.DiscoverResponse.methodsThe field for themethodsrecord component.Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type MethodInfo.NamedModifier and TypeMethodDescriptionList<MethodInfo.Named<?, ?>> DiscoveryService.DiscoverResponse.methods()Returns the value of themethodsrecord component.Constructor parameters in net.minecraft.server.jsonrpc.methods with type arguments of type MethodInfo.NamedModifierConstructorDescriptionDiscoverResponse(String jsonRpcProtocolVersion, DiscoveryService.DiscoverInfo discoverInfo, List<MethodInfo.Named<?, ?>> methods, DiscoveryService.DiscoverComponents components) Creates an instance of aDiscoverResponserecord class.