mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:48:35 +00:00
Fix fawe-deprecation javadoc linking
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user