Fix fawe-deprecation javadoc linking

This commit is contained in:
NotMyFault
2021-08-05 18:33:19 +02:00
parent c468d22120
commit 14fc2dbf9b
7 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,7 @@ public class BaseBlock implements BlockStateHolder<BaseBlock>, TileEntityBlock {
* Construct a block with the given type and default data.
*
* @param blockType The block type
* @deprecated Just use the BlockType.getDefaultState()
* @deprecated FAWE deprecation - Just use the {@link BlockType#getDefaultState()}
*/
@Deprecated
public BaseBlock(BlockType blockType) {