Uses of Record Class
net.minecraft.server.jsonrpc.api.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in net.minecraft.server.jsonrpc
Methods in net.minecraft.server.jsonrpc with parameters of type SchemaModifier and TypeMethodDescription -
Uses of Schema in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api declared as SchemaModifier and TypeFieldDescriptionSchema.BOOL_OR_INT_SCHEMASchema.BOOL_SCHEMAstatic final Schema<DiscoveryService.DiscoverResponse> Schema.DISCOVERY_SCHEMASchema.INT_SCHEMASchema.NUMBER_SCHEMAstatic final Schema<PermissionLevel> Schema.PERMISSION_LEVEL_SCHEMAstatic final Schema<GameRuleType> Schema.RULE_TYPE_SCHEMAParamInfo.schemaThe field for theschemarecord component.ResultInfo.schemaThe field for theschemarecord component.SchemaComponent.schemaThe field for theschemarecord component.Schema.STRING_SCHEMASchema.UUID_SCHEMAFields in net.minecraft.server.jsonrpc.api with type parameters of type SchemaModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<? extends Schema<?>> Schema.CODECSchema.itemsThe field for theitemsrecord component.Schema.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.server.jsonrpc.api that return SchemaModifier and TypeMethodDescriptionSchema.asArray()SchemaComponent.asArray()SchemaComponent.asRef()Schema.info()static <E extends Enum<E> & StringRepresentable>
Schema<E> static <E extends Enum<E> & StringRepresentable>
Schema<E> static <T> Schema<T> static <T> Schema<T> static <T> Schema<T> static <T> Schema<T> static <T> Schema<T> Schema.record(com.mojang.serialization.Codec<T> codec) private static <T> Schema<T> ParamInfo.schema()Returns the value of theschemarecord component.ResultInfo.schema()Returns the value of theschemarecord component.SchemaComponent.schema()Returns the value of theschemarecord component.Methods in net.minecraft.server.jsonrpc.api that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchema.items()Returns the value of theitemsrecord component.Schema.properties()Returns the value of thepropertiesrecord component.static <T> com.mojang.serialization.Codec<Schema<T>> Schema.typedCodec()Methods in net.minecraft.server.jsonrpc.api with parameters of type SchemaModifier and TypeMethodDescriptionprivate static <T> SchemaComponent<T> Schema.registerSchema(String name, Schema<T> schema) Method parameters in net.minecraft.server.jsonrpc.api with type arguments of type SchemaConstructors in net.minecraft.server.jsonrpc.api with parameters of type SchemaModifierConstructorDescriptionCreates an instance of aParamInforecord class.ResultInfo(String name, Schema<Result> schema) Creates an instance of aResultInforecord class.SchemaComponent(String name, URI ref, Schema<T> schema) Creates an instance of aSchemaComponentrecord class.Constructor parameters in net.minecraft.server.jsonrpc.api with type arguments of type Schema -
Uses of Schema in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type SchemaModifier and TypeFieldDescriptionDiscoveryService.DiscoverComponents.schemasThe field for theschemasrecord component.Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type SchemaModifier and TypeMethodDescriptionDiscoveryService.DiscoverComponents.schemas()Returns the value of theschemasrecord component.Constructor parameters in net.minecraft.server.jsonrpc.methods with type arguments of type SchemaModifierConstructorDescriptionDiscoverComponents(Map<String, Schema<?>> schemas) Creates an instance of aDiscoverComponentsrecord class.