mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 14:22:32 +00:00
chore: format everything
This commit is contained in:
@@ -64,7 +64,9 @@ Stat* GenericStats::get_blocksPlaced(int blockId) { return nullptr; }
|
||||
|
||||
Stat* GenericStats::get_blocksMined(int blockId) { return nullptr; }
|
||||
|
||||
Stat* GenericStats::get_itemsCollected(int itemId, int itemAux) { return nullptr; }
|
||||
Stat* GenericStats::get_itemsCollected(int itemId, int itemAux) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Stat* GenericStats::get_itemsCrafted(int itemId) { return nullptr; }
|
||||
|
||||
@@ -158,9 +160,7 @@ Stat* GenericStats::diamonds() {
|
||||
return instance->get_achievement(eAward_diamonds);
|
||||
}
|
||||
|
||||
Stat* GenericStats::ghast() {
|
||||
return instance->get_achievement(eAward_ghast);
|
||||
}
|
||||
Stat* GenericStats::ghast() { return instance->get_achievement(eAward_ghast); }
|
||||
|
||||
Stat* GenericStats::blazeRod() {
|
||||
return instance->get_achievement(eAward_blazeRod);
|
||||
|
||||
Reference in New Issue
Block a user