Uses of Record Class
net.minecraft.server.dedicated.management.schema.RpcSchema
Packages that use RpcSchema
Package
Description
-
Uses of RpcSchema in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as RpcSchemaModifier and TypeFieldDescriptionprivate final RpcSchemaRpcRequestParameter.schemaThe field for theschemarecord component.private final RpcSchemaRpcResponseResult.schemaThe field for theschemarecord component.Fields in net.minecraft.server.dedicated.management with type parameters of type RpcSchemaModifier and TypeFieldDescriptionRpcDiscover.Components.schemasThe field for theschemasrecord component.Methods in net.minecraft.server.dedicated.management that return RpcSchemaModifier and TypeMethodDescriptionRpcRequestParameter.schema()Returns the value of theschemarecord component.RpcResponseResult.schema()Returns the value of theschemarecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcSchemaModifier and TypeMethodDescriptionRpcDiscover.Components.schemas()Returns the value of theschemasrecord component.Constructors in net.minecraft.server.dedicated.management with parameters of type RpcSchemaModifierConstructorDescriptionRpcRequestParameter(String name, RpcSchema schema) RpcRequestParameter(String string, RpcSchema rpcSchema, boolean bool) RpcResponseResult(String string, RpcSchema rpcSchema) Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcSchema -
Uses of RpcSchema in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema declared as RpcSchemaModifier and TypeFieldDescriptionstatic final RpcSchemaRpcSchema.BOOLEANstatic final RpcSchemaRpcSchema.GAME_RULE_TYPEstatic final RpcSchemaRpcSchema.INTEGERstatic final RpcSchemaRpcSchema.NUMBERstatic final RpcSchemaRpcSchema.PLAYER_IDprivate final RpcSchemaRpcSchemaEntry.schemaThe field for theschemarecord component.static final RpcSchemaRpcSchema.STRINGFields in net.minecraft.server.dedicated.management.schema with type parameters of type RpcSchemaModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RpcSchema> RpcSchema.CODECRpcSchema.itemsThe field for theitemsrecord component.RpcSchema.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.server.dedicated.management.schema that return RpcSchemaModifier and TypeMethodDescriptionRpcSchemaEntry.array()RpcSchema.asArray()static RpcSchemastatic <E extends Enum<E> & StringIdentifiable>
RpcSchemastatic RpcSchemastatic RpcSchemastatic RpcSchemaRpcSchema.ofObject()static RpcSchemaRpcSchema.ofObjectWithProperties(Map<String, RpcSchema> itemSchemaMap) static RpcSchemaRpcSchema.ofReference(URI reference) RpcSchemaEntry.ref()RpcSchemaEntry.schema()Returns the value of theschemarecord component.RpcSchema.withProperty(String reference, RpcSchema schema) Methods in net.minecraft.server.dedicated.management.schema that return types with arguments of type RpcSchemaModifier and TypeMethodDescriptionRpcSchema.items()Returns the value of theitemsrecord component.RpcSchema.properties()Returns the value of thepropertiesrecord component.Methods in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchemaModifier and TypeMethodDescriptionstatic RpcSchemaprivate static RpcSchemaEntryRpcSchema.registerEntry(String reference, RpcSchema schema) RpcSchema.withProperty(String reference, RpcSchema schema) Method parameters in net.minecraft.server.dedicated.management.schema with type arguments of type RpcSchemaModifier and TypeMethodDescriptionstatic RpcSchemaRpcSchema.ofObjectWithProperties(Map<String, RpcSchema> itemSchemaMap) Constructors in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchema