File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/main/java/org/spongepowered/api/command/registrar/tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,6 @@ public final class CommandCompletionProviders {
6363 */
6464 public static final DefaultedRegistryReference <CommandCompletionProvider > AVAILABLE_SOUNDS = CommandCompletionProviders .key (ResourceKey .minecraft ("available_sounds" ));
6565
66- /**
67- * Instructs the node represented by a {@link CommandTreeNode} to display
68- * all known {@link Biome biomes}.
69- *
70- * <p>This provider is intended for use with a {@link ResourceKey} parser.
71- * </p>
72- */
73- public static final DefaultedRegistryReference <CommandCompletionProvider > AVAILABLE_BIOMES = CommandCompletionProviders .key (ResourceKey .minecraft ("available_biomes" ));
74-
7566 /**
7667 * Instructs the node represented by a {@link CommandTreeNode} to display
7768 * all known {@link Entity entities} that may be summoned using the
You can’t perform that action at this time.
0 commit comments