geforkt von Mirrors/FastAsyncWorldEdit
Fix fawe-deprecation javadoc linking
Dieser Commit ist enthalten in:
Ursprung
c468d22120
Commit
14fc2dbf9b
@ -37,7 +37,7 @@ import java.util.function.Function;
|
||||
*
|
||||
* @deprecated JNBT is being removed in WE8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public class AdventureNBTConverter {
|
||||
|
||||
private static final BiMap<Class<? extends Tag>, BinaryTagType<?>> TAG_TYPES =
|
||||
|
@ -27,7 +27,7 @@ import java.nio.charset.StandardCharsets;
|
||||
*
|
||||
* @deprecated JNBT is being removed for adventure-nbt in WorldEdit 8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public final class NBTConstants {
|
||||
|
||||
public static final Charset CHARSET = StandardCharsets.UTF_8;
|
||||
|
@ -45,7 +45,7 @@ import java.util.Map;
|
||||
*
|
||||
* @deprecated JNBT is being removed for adventure-nbt in WorldEdit 8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public final class NBTInputStream implements Closeable {
|
||||
|
||||
private final DataInputStream is;
|
||||
|
@ -46,7 +46,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
*
|
||||
* @deprecated JNBT is being removed for adventure-nbt in WorldEdit 8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public final class NBTOutputStream extends OutputStream implements Closeable, DataOutput {
|
||||
|
||||
/**
|
||||
|
@ -26,7 +26,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
*
|
||||
* @deprecated JNBT is being removed for adventure-nbt in WorldEdit 8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public class NamedTag {
|
||||
|
||||
private final String name;
|
||||
|
@ -26,7 +26,7 @@ import com.sk89q.worldedit.util.nbt.BinaryTagLike;
|
||||
*
|
||||
* @deprecated JNBT is being removed for adventure-nbt in WorldEdit 8.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public abstract class Tag implements BinaryTagLike {
|
||||
|
||||
/**
|
||||
|
@ -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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren