summaryrefslogtreecommitdiffstats
path: root/src/Generating/PrefabPiecePool.h
diff options
context:
space:
mode:
authorNiels Breuker <niels.breuker@hotmail.nl>2023-03-31 14:27:14 +0200
committerNiels Breuker <niels.breuker@hotmail.nl>2023-03-31 14:27:14 +0200
commitc3dfa60882d94bbf5893b5c4e91384ff57a21e8b (patch)
tree7e9a217cac3425f29f8b2bc4dc664dda8b2bdd73 /src/Generating/PrefabPiecePool.h
parentPieceGenerator: Added functionality to end a structure with a custom prefab. (diff)
downloadcuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar.gz
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar.bz2
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar.lz
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar.xz
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.tar.zst
cuberite-c3dfa60882d94bbf5893b5c4e91384ff57a21e8b.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/PrefabPiecePool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Generating/PrefabPiecePool.h b/src/Generating/PrefabPiecePool.h
index 36aaf8bae..27bcf1965 100644
--- a/src/Generating/PrefabPiecePool.h
+++ b/src/Generating/PrefabPiecePool.h
@@ -112,7 +112,6 @@ public:
// cPiecePool overrides:
virtual cPieces GetPiecesWithConnector(int a_ConnectorType) override;
- virtual cPieces GetClosurePiecesWithConnector(int a_ConnectorType) override;
virtual cPieces GetStartingPieces(void) override;
virtual int GetPieceWeight(const cPlacedPiece & a_PlacedPiece, const cPiece::cConnector & a_ExistingConnector, const cPiece & a_NewPiece) override;
virtual int GetStartingPieceWeight(const cPiece & a_NewPiece) override;