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 SchemaComponent<Difficulty> Schema.DIFFICULTY_SCHEMAstatic final SchemaComponent<GameType> Schema.GAME_TYPE_SCHEMAstatic final SchemaComponent<IpBanlistService.IncomingIpBanDto> Schema.INCOMING_IP_BAN_SCHEMAstatic final SchemaComponent<IpBanlistService.IpBanDto> Schema.IP_BAN_SCHEMAstatic final SchemaComponent<PlayerService.KickDto> Schema.KICK_PLAYER_SCHEMAstatic final SchemaComponent<Message> Schema.MESSAGE_SCHEMAstatic final SchemaComponent<OperatorService.OperatorDto> Schema.OPERATOR_SCHEMAstatic final SchemaComponent<BanlistService.UserBanDto> Schema.PLAYER_BAN_SCHEMAstatic final SchemaComponent<PlayerDto> Schema.PLAYER_SCHEMAstatic final SchemaComponent<ServerStateService.ServerState> Schema.SERVER_STATE_SCHEMAstatic final SchemaComponent<ServerStateService.SystemMessage> Schema.SYSTEM_MESSAGE_SCHEMAstatic final SchemaComponent<GameRulesService.GameRuleUpdate<?>> Schema.TYPED_GAME_RULE_SCHEMAstatic final SchemaComponent<GameRulesService.GameRuleUpdate<?>> Schema.UNTYPED_GAME_RULE_SCHEMAstatic final SchemaComponent<DiscoveryService.DiscoverInfo> Schema.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 <T> SchemaComponent<T> Schema.registerSchema(String name, Schema<T> schema) 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<?>> schemaRegistry)