mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 05:03:31 +00:00
chore: format everything
This commit is contained in:
@@ -312,7 +312,9 @@ BaseRailTile::BaseRailTile(int id, bool usesDataBit)
|
||||
|
||||
bool BaseRailTile::isUsesDataBit() { return usesDataBit; }
|
||||
|
||||
std::optional<AABB> BaseRailTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
|
||||
std::optional<AABB> BaseRailTile::getAABB(Level* level, int x, int y, int z) {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
bool BaseRailTile::blocksLight() { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user