Uses of Record Class
net.minecraft.server.dedicated.management.schema.RpcSchema
Packages that use RpcSchema
Package
Description
The base package for all Minecraft classes.
-
Uses of RpcSchema in net.minecraft
Fields in net.minecraft declared as RpcSchemaModifier and TypeFieldDescriptionprivate final RpcSchemaclass_11822.schemaThe field for theschemarecord component.Methods in net.minecraft that return RpcSchemaModifier and TypeMethodDescriptionclass_11822.array()class_11822.method_73727()class_11822.schema()Returns the value of theschemarecord component.Constructors in net.minecraft with parameters of type RpcSchema -
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.class_11840.schemasThe field for theschemasrecord component.Methods in net.minecraft.server.dedicated.management that return RpcSchemaModifier and TypeMethodDescriptionprivate static RpcSchemaRpcDiscover.method_73863(RpcItemSchema rpcItemSchema, Function<String, String> function) private static RpcSchemaRpcDiscover.method_73865(RpcSchema rpcSchema, Function<String, String> function) 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.class_11840.schemas()Returns the value of theschemasrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type RpcSchemaModifier and TypeMethodDescriptionprivate static RpcSchemaRpcDiscover.method_73865(RpcSchema rpcSchema, Function<String, String> function) Method parameters in net.minecraft.server.dedicated.management with type arguments of type RpcSchemaModifier and TypeMethodDescriptionstatic RpcDiscover.class_11842RpcDiscover.handleRpcDiscover(Map<String, RpcSchema> map) 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.field_62353static final RpcSchemaRpcSchema.field_62354static final RpcSchemaRpcSchema.field_62359static final RpcSchemaRpcSchema.GAME_MODEstatic final RpcSchemaRpcSchema.INTEGERstatic final RpcSchemaRpcSchema.NUMBERstatic final RpcSchemaRpcSchema.PLAYER_IDstatic 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.field_62346Methods in net.minecraft.server.dedicated.management.schema that return RpcSchemaModifier and TypeMethodDescriptionstatic RpcSchemaRpcSchema.method_73717(String string) RpcSchema.method_73718(String string, RpcItemSchema rpcItemSchema) static RpcSchemaRpcSchema.method_73721(Map<String, RpcItemSchema> map) RpcSchema.method_73725()static RpcSchemaRpcSchema.ofArray(RpcItemSchema rpcItemSchema) static <E extends Enum<E> & StringIdentifiable>
RpcSchemastatic RpcSchemastatic RpcSchemastatic RpcSchemaRpcSchema.ofObject()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 class_11822RpcSchema.method_73719(String string, RpcSchema rpcSchema)