This commit is contained in:
Bonnie
2026-03-04 17:50:04 -06:00
parent db38712bf9
commit b3391c72ec

View File

@@ -12,5 +12,4 @@ public:
virtual void fallOn(Level *level, int x, int y, int z, shared_ptr<Entity> entity, float fallDistance);
virtual void entityInside(Level *level, int x, int y, int z, shared_ptr<Entity> entity);
virtual bool isSolidRender(bool isServerLevel = false);
virtual bool shouldRenderFace(LevelSource *level, int x, int y, int z, int face);
};