Package and Description |
---|
com.sk89q.minecraft.util.commands |
Interface and Description |
---|
com.sk89q.worldedit.world.biome.BiomeData
This no longer returns useful information.
|
Class and Description |
---|
com.sk89q.jnbt.AdventureNBTConverter
JNBT is being removed in WE8.
|
com.sk89q.worldedit.function.factory.Apply
Use
ApplyRegion or ApplyLayer
depending on function type. |
com.sk89q.worldedit.history.change.BiomeChange
use
BiomeChange3D |
com.sk89q.worldedit.function.mask.BiomeMask2D
use
BiomeMask as biomes are now 3D. |
com.sk89q.worldedit.world.biome.Biomes
Only method is being deprecated for removal.
|
com.sk89q.worldedit.function.pattern.BlockPattern
all BlockStateHolders can be used directly as a pattern
|
com.sk89q.worldedit.extent.world.BlockQuirkExtent
Handled by the world entirely now
|
com.sk89q.jnbt.ByteArrayTag
Use
ByteArrayBinaryTag . |
com.sk89q.jnbt.ByteTag
Use
ByteBinaryTag . |
com.sk89q.minecraft.util.commands.CommandsManager |
com.sk89q.jnbt.CompoundTag
Use
CompoundBinaryTag . |
com.sk89q.jnbt.CompoundTagBuilder
Use
CompoundBinaryTag.Builder . |
com.sk89q.jnbt.DoubleTag
Use
DoubleBinaryTag . |
com.sk89q.worldedit.EditSessionFactory
Using the ever-extending factory methods is deprecated. Replace with
EditSessionBuilder ,
which in most cases will be as simple as calling builder.world(world).build() . |
com.sk89q.jnbt.EndTag
Use
EndBinaryTag . |
com.sk89q.jnbt.FloatTag
Use
FloatBinaryTag . |
com.sk89q.jnbt.IntArrayTag
Use
IntArrayBinaryTag . |
com.sk89q.jnbt.IntTag
Use
IntBinaryTag . |
com.sk89q.jnbt.ListTag
Use
ListBinaryTag . |
com.sk89q.jnbt.ListTagBuilder
Use
ListBinaryTag.Builder . |
com.sk89q.jnbt.LongArrayTag
Use
LongArrayBinaryTag . |
com.sk89q.jnbt.LongTag
Use
LongBinaryTag . |
com.sk89q.worldedit.blocks.MobSpawnerBlock
WorldEdit does not handle interpreting NBT,
deprecated for removal without replacement
|
com.sk89q.jnbt.NamedTag
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
com.sk89q.jnbt.NBTConstants
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
com.sk89q.jnbt.NBTInputStream
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
com.sk89q.jnbt.NBTOutputStream
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
com.sk89q.jnbt.NBTUtils
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
com.sk89q.worldedit.function.mask.OffsetMask |
com.sk89q.worldedit.function.mask.OffsetMask2D |
com.sk89q.jnbt.ShortTag
Use
ShortBinaryTag . |
com.sk89q.worldedit.blocks.SignBlock
WorldEdit does not handle interpreting NBT,
deprecated for removal without replacement
|
com.sk89q.worldedit.blocks.SkullBlock
WorldEdit does not handle interpreting NBT,
deprecated for removal without replacement
|
com.sk89q.jnbt.StringTag
Use
StringBinaryTag . |
com.sk89q.jnbt.Tag
JNBT is being removed for adventure-nbt in WorldEdit 8.
|
Exceptions and Description |
---|
com.sk89q.worldedit.DisallowedItemException |
com.sk89q.worldedit.InvalidItemException |
com.sk89q.worldedit.UnknownItemException |