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 TypeFieldDescriptionRpcRequestParameter.schemaThe field for theschemarecord component.RpcResponseResult.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.Methods in net.minecraft.server.dedicated.management with parameters of type RpcSchemaModifier and TypeMethodDescriptionOutgoingRpcMethod.Builder.requestParameter(String string, RpcSchema<Params> rpcSchema) OutgoingRpcMethod.Builder.responseResult(String string, RpcSchema<Result> rpcSchema) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcSchemaModifierConstructorDescriptionRpcRequestParameter(String name, RpcSchema<Param> schema) RpcRequestParameter(String name, RpcSchema<Param> schema, boolean required) Creates an instance of aRpcRequestParameterrecord class.RpcResponseResult(String name, RpcSchema<Result> schema) Creates an instance of aRpcResponseResultrecord class.Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcSchemaModifierConstructorDescriptionComponents(Map<String, RpcSchema<?>> schemas) Creates an instance of aComponentsrecord class. -
Uses of RpcSchema in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema declared as RpcSchemaModifier and TypeFieldDescriptionRpcSchema.BOOLEANstatic final RpcSchema<RpcDiscover.Document> RpcSchema.field_63669static final RpcSchema<PermissionLevel> RpcSchema.field_63670static final RpcSchema<GameRuleRpcDispatcher.GameRuleType> RpcSchema.GAME_RULE_TYPERpcSchema.INTEGERRpcSchema.NUMBERRpcSchema.PLAYER_IDRpcSchemaEntry.schemaThe field for theschemarecord component.RpcSchema.STRINGFields in net.minecraft.server.dedicated.management.schema with type parameters of type RpcSchemaModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<? extends 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 <E extends Enum<E> & StringIdentifiable>
RpcSchema<E> RpcSchema.method_75588(Supplier<E[]> supplier) RpcSchema.method_75589()static <E extends Enum<E> & StringIdentifiable>
RpcSchema<E> static <T> RpcSchema<T> static <T> RpcSchema<T> static <T> RpcSchema<T> RpcSchema.ofObject(com.mojang.serialization.Codec<T> codec) private static <T> RpcSchema<T> RpcSchema.ofObjectWithProperties(Map<String, RpcSchema<?>> itemSchemaMap, com.mojang.serialization.Codec<T> codec) static <T> RpcSchema<T> RpcSchema.ofReference(URI reference, com.mojang.serialization.Codec<T> codec) 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.static <T> com.mojang.serialization.Codec<RpcSchema<T>> RpcSchema.method_75584()RpcSchema.properties()Returns the value of thepropertiesrecord component.Methods in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchemaModifier and TypeMethodDescriptionprivate static <T> RpcSchemaEntry<T> RpcSchema.registerEntry(String reference, RpcSchema<T> schema) RpcSchema.withProperty(String reference, RpcSchema<?> schema) Method parameters in net.minecraft.server.dedicated.management.schema with type arguments of type RpcSchemaModifier and TypeMethodDescriptionprivate static <T> RpcSchema<T> RpcSchema.ofObjectWithProperties(Map<String, RpcSchema<?>> itemSchemaMap, com.mojang.serialization.Codec<T> codec) Constructors in net.minecraft.server.dedicated.management.schema with parameters of type RpcSchemaConstructor parameters in net.minecraft.server.dedicated.management.schema with type arguments of type RpcSchema