Class NbtAdapter
java.lang.Object
com.sk89q.worldedit.sponge.internal.NbtAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.spongepowered.api.data.persistence.DataContainer
adaptFromWorldEdit
(org.enginehub.linbus.tree.LinCompoundTag tag) static net.minecraft.nbt.ByteArrayTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinByteArrayTag tag) static net.minecraft.nbt.ByteTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinByteTag tag) static net.minecraft.nbt.CompoundTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinCompoundTag tag) static net.minecraft.nbt.DoubleTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinDoubleTag tag) static net.minecraft.nbt.FloatTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinFloatTag tag) static net.minecraft.nbt.IntArrayTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinIntArrayTag tag) static net.minecraft.nbt.IntTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinIntTag tag) static net.minecraft.nbt.ListTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinListTag<?> tag) static net.minecraft.nbt.LongArrayTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinLongArrayTag tag) static net.minecraft.nbt.LongTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinLongTag tag) static net.minecraft.nbt.ShortTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinShortTag tag) static net.minecraft.nbt.StringTag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinStringTag tag) static net.minecraft.nbt.Tag
adaptNMSToWorldEdit
(org.enginehub.linbus.tree.LinTag<?> tag) static org.enginehub.linbus.tree.LinCompoundTag
adaptToWorldEdit
(org.spongepowered.api.data.persistence.DataView view)
-
Constructor Details
-
NbtAdapter
public NbtAdapter()
-
-
Method Details
-
adaptToWorldEdit
public static org.enginehub.linbus.tree.LinCompoundTag adaptToWorldEdit(org.spongepowered.api.data.persistence.DataView view) -
adaptFromWorldEdit
public static org.spongepowered.api.data.persistence.DataContainer adaptFromWorldEdit(org.enginehub.linbus.tree.LinCompoundTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.Tag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinTag<?> tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.IntArrayTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinIntArrayTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.ListTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinListTag<?> tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.LongTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinLongTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.LongArrayTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinLongArrayTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.StringTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinStringTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.IntTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinIntTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.ByteTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinByteTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.ByteArrayTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinByteArrayTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.CompoundTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinCompoundTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.FloatTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinFloatTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.ShortTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinShortTag tag) -
adaptNMSToWorldEdit
public static net.minecraft.nbt.DoubleTag adaptNMSToWorldEdit(org.enginehub.linbus.tree.LinDoubleTag tag)
-