Uses of Record Class
net.minecraft.server.dedicated.management.schema.RpcSchemaEntry
Packages that use RpcSchemaEntry
Package
Description
-
Uses of RpcSchemaEntry in net.minecraft.server.dedicated.management
Method parameters in net.minecraft.server.dedicated.management with type arguments of type RpcSchemaEntryModifier and TypeMethodDescriptionstatic RpcDiscover.DocumentRpcDiscover.handleRpcDiscover(List<RpcSchemaEntry<?>> entries) -
Uses of RpcSchemaEntry in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema declared as RpcSchemaEntryModifier and TypeFieldDescriptionstatic final RpcSchemaEntry<Difficulty> RpcSchema.DIFFICULTYstatic final RpcSchemaEntry<GameMode> RpcSchema.GAME_MODEstatic final RpcSchemaEntry<IpBansRpcDispatcher.IncomingRpcIpBanData> RpcSchema.INCOMING_IP_BANstatic final RpcSchemaEntry<IpBansRpcDispatcher.IpBanData> RpcSchema.IP_BANstatic final RpcSchemaEntry<PlayersRpcDispatcher.RpcEntry> RpcSchema.KICK_PLAYERstatic final RpcSchemaEntry<RpcKickReason> RpcSchema.MESSAGEstatic final RpcSchemaEntry<OperatorsRpcDispatcher.RpcEntry> RpcSchema.OPERATORstatic final RpcSchemaEntry<RpcPlayer> RpcSchema.PLAYERstatic final RpcSchemaEntry<ServerRpcDispatcher.RpcStatus> RpcSchema.SERVER_STATEstatic final RpcSchemaEntry<ServerRpcDispatcher.RpcSystemMessage> RpcSchema.SYSTEM_MESSAGEstatic final RpcSchemaEntry<GameRuleRpcDispatcher.TypedRule> RpcSchema.TYPED_GAME_RULEstatic final RpcSchemaEntry<GameRuleRpcDispatcher.UntypedRule> RpcSchema.UNTYPED_GAME_RULEstatic final RpcSchemaEntry<PlayerBansRpcDispatcher.RpcEntry> RpcSchema.USER_BANstatic final RpcSchemaEntry<RpcDiscover.Info> RpcSchema.VERSIONFields in net.minecraft.server.dedicated.management.schema with type parameters of type RpcSchemaEntryModifier and TypeFieldDescriptionprivate static final List<RpcSchemaEntry<?>> RpcSchema.REGISTERED_SCHEMASMethods in net.minecraft.server.dedicated.management.schema that return RpcSchemaEntryModifier and TypeMethodDescriptionprivate static <T> RpcSchemaEntry<T> RpcSchema.registerEntry(String reference, RpcSchema<T> schema) Methods in net.minecraft.server.dedicated.management.schema that return types with arguments of type RpcSchemaEntryModifier and TypeMethodDescriptionstatic List<RpcSchemaEntry<?>> RpcSchema.getRegisteredSchemas()