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 TypeMethodDescriptionprivate static RpcSchemaRpcDiscover.resolveItemSchema(RpcItemSchema itemSchema, Function<String, String> referencePrefixAdder) private static RpcSchemaRpcDiscover.resolveSchema(RpcSchema schema, Function<String, String> referencePrefixAdder) RpcRequestParameter.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.Methods in net.minecraft.server.dedicated.management with parameters of type RpcSchemaModifier and TypeMethodDescriptionprivate static RpcSchemaRpcDiscover.resolveSchema(RpcSchema schema, Function<String, String> referencePrefixAdder) Method parameters in net.minecraft.server.dedicated.management with type arguments of type RpcSchemaModifier and TypeMethodDescriptionstatic RpcDiscover.DocumentRpcDiscover.handleRpcDiscover(Map<String, RpcSchema> schemas) 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.DIFFICULTYstatic final RpcSchemaRpcSchema.GAME_MODEstatic final RpcSchemaRpcSchema.GAME_RULE_TYPEstatic final RpcSchemaRpcSchema.INTEGERstatic final RpcSchemaRpcSchema.NUMBERstatic final RpcSchemaRpcSchema.PLAYER_IDstatic final RpcSchemaRpcSchema.PLAYER_IDSprivate 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.MapCodec<RpcSchema> RpcSchema.CODECRpcSchema.REGISTERED_SCHEMASMethods in net.minecraft.server.dedicated.management.schema that return RpcSchemaModifier and TypeMethodDescriptionRpcSchemaEntry.array()RpcSchema.asArray()static RpcSchemaRpcSchema.ofArray(RpcItemSchema itemSchema) static <E extends Enum<E> & StringIdentifiable>
RpcSchemastatic RpcSchemastatic RpcSchemastatic RpcSchemaRpcSchema.ofObject()static RpcSchemaRpcSchema.ofObjectWithProperties(Map<String, RpcItemSchema> itemSchemaMap) static RpcSchemaRpcSchema.ofReference(String reference) RpcSchemaEntry.ref()RpcSchemaEntry.schema()Returns the value of theschemarecord component.RpcSchema.withProperty(String reference, RpcItemSchema schema) Methods in net.minecraft.server.dedicated.management.schema that return types with arguments of type RpcSchemaMethods in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchemaModifier and TypeMethodDescriptionprivate static RpcSchemaEntryRpcSchema.registerEntry(String reference, RpcSchema schema) Constructors in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchema