Package net.minecraft.command.suggestion
Class SuggestionProviders
java.lang.Object
net.minecraft.command.suggestion.SuggestionProviders
- Mappings:
Namespace Name official hn
intermediary net/minecraft/class_2321
named net/minecraft/command/suggestion/SuggestionProviders
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
private static final Identifier
static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
private static final Map<Identifier,
com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>> static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
byId
(Identifier id) static Identifier
computeId
(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>
getLocalProvider
(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) static <S extends CommandSource>
com.mojang.brigadier.suggestion.SuggestionProvider<S>register
(Identifier id, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider)
-
Field Details
-
REGISTRY
private static final Map<Identifier,com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource>> REGISTRY- Mappings:
Namespace Name Mixin selector official e
Lhn;e:Ljava/util/Map;
intermediary field_10931
Lnet/minecraft/class_2321;field_10931:Ljava/util/Map;
named REGISTRY
Lnet/minecraft/command/suggestion/SuggestionProviders;REGISTRY:Ljava/util/Map;
-
ASK_SERVER_NAME
- Mappings:
Namespace Name Mixin selector official f
Lhn;f:Lahg;
intermediary field_10930
Lnet/minecraft/class_2321;field_10930:Lnet/minecraft/class_2960;
named ASK_SERVER_NAME
Lnet/minecraft/command/suggestion/SuggestionProviders;ASK_SERVER_NAME:Lnet/minecraft/util/Identifier;
-
ASK_SERVER
- Mappings:
Namespace Name Mixin selector official a
Lhn;a:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary field_10933
Lnet/minecraft/class_2321;field_10933:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named ASK_SERVER
Lnet/minecraft/command/suggestion/SuggestionProviders;ASK_SERVER:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
ALL_RECIPES
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> ALL_RECIPES- Mappings:
Namespace Name Mixin selector official b
Lhn;b:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary field_10932
Lnet/minecraft/class_2321;field_10932:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named ALL_RECIPES
Lnet/minecraft/command/suggestion/SuggestionProviders;ALL_RECIPES:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
AVAILABLE_SOUNDS
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> AVAILABLE_SOUNDS- Mappings:
Namespace Name Mixin selector official c
Lhn;c:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary field_10934
Lnet/minecraft/class_2321;field_10934:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named AVAILABLE_SOUNDS
Lnet/minecraft/command/suggestion/SuggestionProviders;AVAILABLE_SOUNDS:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
SUMMONABLE_ENTITIES
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> SUMMONABLE_ENTITIES- Mappings:
Namespace Name Mixin selector official d
Lhn;d:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary field_10935
Lnet/minecraft/class_2321;field_10935:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named SUMMONABLE_ENTITIES
Lnet/minecraft/command/suggestion/SuggestionProviders;SUMMONABLE_ENTITIES:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
-
Constructor Details
-
SuggestionProviders
public SuggestionProviders()
-
-
Method Details
-
register
public static <S extends CommandSource> com.mojang.brigadier.suggestion.SuggestionProvider<S> register(Identifier id, com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) - Mappings:
Namespace Name Mixin selector official a
Lhn;a(Lahg;Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary method_10022
Lnet/minecraft/class_2321;method_10022(Lnet/minecraft/class_2960;Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named register
Lnet/minecraft/command/suggestion/SuggestionProviders;register(Lnet/minecraft/util/Identifier;Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
byId
- Mappings:
Namespace Name Mixin selector official a
Lhn;a(Lahg;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary method_10024
Lnet/minecraft/class_2321;method_10024(Lnet/minecraft/class_2960;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named byId
Lnet/minecraft/command/suggestion/SuggestionProviders;byId(Lnet/minecraft/util/Identifier;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
computeId
public static Identifier computeId(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) - Mappings:
Namespace Name Mixin selector official a
Lhn;a(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lahg;
intermediary method_10027
Lnet/minecraft/class_2321;method_10027(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lnet/minecraft/class_2960;
named computeId
Lnet/minecraft/command/suggestion/SuggestionProviders;computeId(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lnet/minecraft/util/Identifier;
-
getLocalProvider
public static com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> getLocalProvider(com.mojang.brigadier.suggestion.SuggestionProvider<CommandSource> provider) - Mappings:
Namespace Name Mixin selector official b
Lhn;b(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
intermediary method_10026
Lnet/minecraft/class_2321;method_10026(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
named getLocalProvider
Lnet/minecraft/command/suggestion/SuggestionProviders;getLocalProvider(Lcom/mojang/brigadier/suggestion/SuggestionProvider;)Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-