Reformated
This commit is contained in:
parent
fc1da134e7
commit
60e8008cb7
416 changed files with 5772 additions and 4573 deletions
|
@ -24,7 +24,7 @@ public interface ItemTooltipCallback {
|
|||
callback.getTooltip(player, stack, context, lines);
|
||||
}
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
/**
|
||||
* Called when an item stack's tooltip is rendered. Text added to {@code lines} will be
|
||||
|
|
|
@ -15,7 +15,7 @@ public interface PlayerAdvancementsCallback {
|
|||
event.onAdvancementComplete(player, advancement, criterionName);
|
||||
}
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
void onAdvancementComplete(ServerPlayer player, Advancement advancement, String criterionName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue