mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 11:45:58 +00:00
chore: format everything
This commit is contained in:
@@ -21,7 +21,9 @@ Icon* ButtonTile::getTexture(int face, int data) {
|
||||
return Tile::stone->getTexture(Facing::UP);
|
||||
}
|
||||
|
||||
std::optional<AABB> ButtonTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
|
||||
std::optional<AABB> ButtonTile::getAABB(Level* level, int x, int y, int z) {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
int ButtonTile::getTickDelay(Level* level) { return sensitive ? 30 : 20; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user