Skip to content

Commit

Permalink
New translations suggestions.md (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabricMCBot committed May 11, 2024
1 parent 17a3eef commit 7402a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translated/it_it/develop/commands/suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Minecraft ha un potente sistema di suggerimento comandi che viene usato in molti

## Provider di Suggerimenti

Un `SuggestionProvider` viene usato per creare una lista di suggerimenti che verrà mandata al client. Un suggestion provider è un'interfaccia funzionale che prende un `CommandContext` ed un `SuggestionBuilder` e restituisce alcune `Suggestions`. Il `SuggestionProvider` restituisce un `CompletableFuture` siccome i suggerimenti potrebbero non essere disponibili immediatamente.
Un `SuggestionProvider` viene usato per creare una lista di suggerimenti che verrà mandata al client. Un provider di suggerimenti è un'interfaccia funzionale che prende un `CommandContext` e un `SuggestionBuilder` e restituisce alcune `Suggestions`. Il `SuggestionProvider` restituisce un `CompletableFuture` siccome i suggerimenti potrebbero non essere disponibili immediatamente.

## Usare i Provider di Suggerimenti

Expand Down

0 comments on commit 7402a0c

Please sign in to comment.