Uses of Record Class
net.minecraft.server.jsonrpc.api.Schema
Packages that use Schema
-
Uses of Schema in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api declared as SchemaModifier and TypeFieldDescriptionstatic final SchemaSchema.BOOL_SCHEMAstatic final SchemaSchema.INT_SCHEMAstatic final SchemaSchema.NUMBER_SCHEMAstatic final SchemaSchema.RULE_TYPE_SCHEMAprivate final SchemaParamInfo.schemaThe field for theschemarecord component.private final SchemaResultInfo.schemaThe field for theschemarecord component.private final SchemaSchemaComponent.schemaThe field for theschemarecord component.static final SchemaSchema.STRING_SCHEMAstatic final SchemaSchema.UUID_SCHEMAFields in net.minecraft.server.jsonrpc.api with type parameters of type SchemaModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<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 TypeMethodDescriptionstatic SchemaSchema.asArray()SchemaComponent.asArray()SchemaComponent.asRef()static <E extends Enum<E> & StringRepresentable>
Schemastatic Schemastatic Schemastatic Schemastatic SchemaSchema.record()static SchemaParamInfo.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.Methods in net.minecraft.server.jsonrpc.api with parameters of type SchemaModifier and TypeMethodDescriptionstatic Schemaprivate static SchemaComponentSchema.registerSchema(String pName, Schema pSchema) 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 schema) Creates an instance of aResultInforecord class.SchemaComponent(String name, URI ref, Schema schema) Creates an instance of aSchemaComponentrecord class. -
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.