Uses of Record Class
net.minecraft.server.dedicated.management.schema.RpcItemSchema
Packages that use RpcItemSchema
Package
Description
-
Uses of RpcItemSchema in net.minecraft.server.dedicated.management
Methods in net.minecraft.server.dedicated.management with parameters of type RpcItemSchemaModifier and TypeMethodDescriptionprivate static RpcSchemaRpcDiscover.method_73863(RpcItemSchema rpcItemSchema, Function<String, String> function) -
Uses of RpcItemSchema in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema with type parameters of type RpcItemSchemaModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RpcItemSchema> RpcItemSchema.CODECprivate final Optional<RpcItemSchema> RpcSchema.itemsThe field for theitemsrecord component.private final Optional<Map<String, RpcItemSchema>> RpcSchema.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.server.dedicated.management.schema that return RpcItemSchemaModifier and TypeMethodDescriptionRpcItemSchema.method_73698()static RpcItemSchemaRpcItemSchema.method_73699(class_11823 class_11823) static RpcItemSchemaRpcItemSchema.method_73701(String string) static RpcItemSchemaRpcItemSchema.method_73702(List<String> list) static RpcItemSchemaRpcItemSchema.method_73703(String string) RpcSchema.method_73726()Methods in net.minecraft.server.dedicated.management.schema that return types with arguments of type RpcItemSchemaModifier 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 RpcItemSchemaModifier and TypeMethodDescriptionRpcSchema.method_73718(String string, RpcItemSchema rpcItemSchema) static RpcSchemaRpcSchema.ofArray(RpcItemSchema rpcItemSchema) Method parameters in net.minecraft.server.dedicated.management.schema with type arguments of type RpcItemSchemaModifier and TypeMethodDescriptionstatic RpcSchemaRpcSchema.method_73721(Map<String, RpcItemSchema> map)