tutorial:command_exceptions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tutorial:command_exceptions [2024/04/15 06:35] – solidblock | tutorial:command_exceptions [2024/04/15 06:43] (current) – solidblock | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| if(random.nextBoolean()) { // If heads succeed. | if(random.nextBoolean()) { // If heads succeed. | ||
| - | ctx.getSource().sendFeedback(Text.translatable(" | + | ctx.getSource().sendFeedback(() -> Text.translatable(" |
| return Command.SINGLE_SUCCESS; | return Command.SINGLE_SUCCESS; | ||
| } | } | ||
| Line 41: | Line 41: | ||
| if (random.nextBoolean()) { // If heads succeed. | if (random.nextBoolean()) { // If heads succeed. | ||
| - | ctx.getSource().sendFeedback(Text.translatable(" | + | ctx.getSource().sendFeedback(() -> Text.translatable(" |
| return Command.SINGLE_SUCCESS; | return Command.SINGLE_SUCCESS; | ||
| } | } | ||
| Line 63: | Line 63: | ||
| if (random.nextBoolean()) { // If heads succeed. | if (random.nextBoolean()) { // If heads succeed. | ||
| - | ctx.getSource().sendFeedback(Text.translatable(" | + | ctx.getSource().sendFeedback(() -> Text.translatable(" |
| return Command.SINGLE_SUCCESS; | return Command.SINGLE_SUCCESS; | ||
| } | } | ||
tutorial/command_exceptions.1713162905.txt.gz · Last modified: 2024/04/15 06:35 by solidblock