Uses of Record Class
net.minecraft.server.jsonrpc.api.SchemaComponent
Packages that use SchemaComponent
-
Uses of SchemaComponent in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api declared as SchemaComponentModifier and TypeFieldDescriptionstatic final SchemaComponentSchema.DIFFICULTY_SCHEMAstatic final SchemaComponentSchema.GAME_TYPE_SCHEMAstatic final SchemaComponentSchema.INCOMING_IP_BAN_SCHEMAstatic final SchemaComponentSchema.IP_BAN_SCHEMAstatic final SchemaComponentSchema.KICK_PLAYER_SCHEMAstatic final SchemaComponentSchema.MESSAGE_SCHEMAstatic final SchemaComponentSchema.OPERATOR_SCHEMAstatic final SchemaComponentSchema.PLAYER_BAN_SCHEMAstatic final SchemaComponentSchema.PLAYER_SCHEMAstatic final SchemaComponentSchema.SERVER_STATE_SCHEMAstatic final SchemaComponentSchema.SYSTEM_MESSAGE_SCHEMAstatic final SchemaComponentSchema.TYPED_GAME_RULE_SCHEMAstatic final SchemaComponentSchema.UNTYPED_GAME_RULE_SCHEMAstatic final SchemaComponentSchema.VERSION_SCHEMAFields in net.minecraft.server.jsonrpc.api with type parameters of type SchemaComponentModifier and TypeFieldDescriptionprivate static final List<SchemaComponent> Schema.SCHEMA_REGISTRYMethods in net.minecraft.server.jsonrpc.api that return SchemaComponentModifier and TypeMethodDescriptionprivate static SchemaComponentSchema.registerSchema(String pName, Schema pSchema) Methods in net.minecraft.server.jsonrpc.api that return types with arguments of type SchemaComponent -
Uses of SchemaComponent in net.minecraft.server.jsonrpc.methods
Method parameters in net.minecraft.server.jsonrpc.methods with type arguments of type SchemaComponentModifier and TypeMethodDescriptionDiscoveryService.discover(List<SchemaComponent> pSchemaRegistry)