Skip to content

Commit 38464bc

Browse files
committed
AVAILABLE_BIOMES is gone
1 parent 8b4a7b0 commit 38464bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/org/spongepowered/api/command/registrar/tree/CommandCompletionProviders.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)