diff options
author | Niels Breuker <niels.breuker@hotmail.nl> | 2023-03-31 14:27:14 +0200 |
---|---|---|
committer | Niels Breuker <niels.breuker@hotmail.nl> | 2023-03-31 14:27:14 +0200 |
commit | c3dfa60882d94bbf5893b5c4e91384ff57a21e8b (patch) | |
tree | 7e9a217cac3425f29f8b2bc4dc664dda8b2bdd73 /src/Generating/PiecePool.h | |
parent | PieceGenerator: Added functionality to end a structure with a custom prefab. (diff) | |
download | cuberite-PieceGenClosurePieces.tar cuberite-PieceGenClosurePieces.tar.gz cuberite-PieceGenClosurePieces.tar.bz2 cuberite-PieceGenClosurePieces.tar.lz cuberite-PieceGenClosurePieces.tar.xz cuberite-PieceGenClosurePieces.tar.zst cuberite-PieceGenClosurePieces.zip |
Diffstat (limited to 'src/Generating/PiecePool.h')
-rw-r--r-- | src/Generating/PiecePool.h | 3 |
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; |