summaryrefslogtreecommitdiffstats
path: root/src/Generating/PiecePool.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/PiecePool.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 'src/Generating/PiecePool.h')
-rw-r--r--src/Generating/PiecePool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Generating/PiecePool.h b/src/Generating/PiecePool.h
index 2e027e354..5897f32c7 100644
--- a/src/Generating/PiecePool.h
+++ b/src/Generating/PiecePool.h
@@ -284,9 +284,6 @@ public:
The cPiece pointers returned are managed by the pool and the caller doesn't free them. */
virtual cPieces GetPiecesWithConnector(int a_ConnectorType) = 0;
- /** Returns a list of closure pieces that contain the specified connector type. */
- virtual cPieces GetClosurePiecesWithConnector(int a_ConnectorType) = 0;
-
/** Returns the pieces that should be used as the starting point.
Multiple starting points are supported, one of the returned piece will be chosen. */
virtual cPieces GetStartingPieces(void) = 0;