Removed more deprecated code

This commit is contained in:
Matthew Miller
2018-06-19 17:03:09 +10:00
parent 416480c16d
commit 66d70f00e7
19 changed files with 107 additions and 296 deletions

View File

@ -22,7 +22,7 @@ package com.sk89q.worldedit.blocks;
/**
* List of block IDs.
*
* {@Deprecated Please use {@link com.sk89q.worldedit.blocks.type.BlockTypes}}
* {@deprecated Please use {@link com.sk89q.worldedit.blocks.type.BlockTypes}}
*/
@Deprecated
public final class BlockID {

View File

@ -37,7 +37,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
/**
* Block types.
*
* {@Deprecated Please use {@link com.sk89q.worldedit.blocks.type.BlockType}}
* {@deprecated Please use {@link com.sk89q.worldedit.blocks.type.BlockType}}
*/
@Deprecated
public enum BlockType {

View File

@ -22,7 +22,7 @@ package com.sk89q.worldedit.blocks;
/**
* List of item IDs.
*
* {@Deprecated Please use {@link com.sk89q.worldedit.blocks.type.ItemTypes}}
* {@deprecated Please use {@link com.sk89q.worldedit.blocks.type.ItemTypes}}
*/
@Deprecated
public final class ItemID {