mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 05:45:52 +00:00
chore: format everything
This commit is contained in:
@@ -13,7 +13,9 @@ void WebTile::entityInside(Level* level, int x, int y, int z,
|
||||
|
||||
bool WebTile::isSolidRender(bool isServerLevel) { return false; }
|
||||
|
||||
std::optional<AABB> WebTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
|
||||
std::optional<AABB> WebTile::getAABB(Level* level, int x, int y, int z) {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
int WebTile::getRenderShape() { return Tile::SHAPE_CROSS_TEXTURE; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user