Skip to content

Class ComponentNbtTransformers

Namespace: Void.Minecraft.Components.Text.Transformers
Assembly: Void.Minecraft.dll

public static class ComponentNbtTransformers

Inheritance

objectComponentNbtTransformers

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

Apply(IMinecraftBinaryPacketWrapper, ProtocolVersion, ProtocolVersion)

[Obsolete("Rewrite properties yourself instead.")]
public static void Apply(IMinecraftBinaryPacketWrapper wrapper, ProtocolVersion from, ProtocolVersion to)

Parameters

wrapper IMinecraftBinaryPacketWrapper

from ProtocolVersion

to ProtocolVersion

Apply(NamedNbtProperty, ProtocolVersion, ProtocolVersion)

[Obsolete("Rewrite properties yourself instead.")]
public static NamedNbtProperty Apply(NamedNbtProperty property, ProtocolVersion from, ProtocolVersion to)

Parameters

property NamedNbtProperty

from ProtocolVersion

to ProtocolVersion

Returns

NamedNbtProperty

Apply(NbtProperty, ProtocolVersion, ProtocolVersion)

[Obsolete("Rewrite properties yourself instead.")]
public static NbtProperty Apply(NbtProperty property, ProtocolVersion from, ProtocolVersion to)

Parameters

property NbtProperty

from ProtocolVersion

to ProtocolVersion

Returns

NbtProperty

Apply(NbtTag, ProtocolVersion, ProtocolVersion)

[Obsolete("Rewrite properties yourself instead.")]
public static NbtTag Apply(NbtTag tag, ProtocolVersion from, ProtocolVersion to)

Parameters

tag NbtTag

from ProtocolVersion

to ProtocolVersion

Returns

NbtTag

Downgrade_v1_12_to_v1_11_1(NbtTag)

public static NbtTag Downgrade_v1_12_to_v1_11_1(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Downgrade_v1_16_to_v1_15_2(NbtTag)

public static NbtTag Downgrade_v1_16_to_v1_15_2(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Downgrade_v1_20_3_to_v1_20_2(NbtTag)

public static NbtTag Downgrade_v1_20_3_to_v1_20_2(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Downgrade_v1_21_5_to_v1_21_4(NbtTag)

public static NbtTag Downgrade_v1_21_5_to_v1_21_4(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Downgrade_v1_9_to_v1_8(NbtTag)

public static NbtTag Downgrade_v1_9_to_v1_8(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Passthrough_v1_11_1_to_v1_12(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_11_1_to_v1_12(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_12_to_v1_11_1(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_12_to_v1_11_1(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_15_2_to_v1_16(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_15_2_to_v1_16(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_16_to_v1_15_2(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_16_to_v1_15_2(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_20_2_to_v1_20_3(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_20_2_to_v1_20_3(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_20_3_to_v1_20_2(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_20_3_to_v1_20_2(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_21_4_to_v1_21_5(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_21_4_to_v1_21_5(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_21_5_to_v1_21_4(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_21_5_to_v1_21_4(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_8_to_v1_9(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_8_to_v1_9(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Passthrough_v1_9_to_v1_8(IMinecraftBinaryPacketWrapper)

[Obsolete("Rewrite properties yourself instead.")]
public static void Passthrough_v1_9_to_v1_8(IMinecraftBinaryPacketWrapper wrapper)

Parameters

wrapper IMinecraftBinaryPacketWrapper

Upgrade_v1_11_1_to_v1_12(NbtTag)

public static NbtTag Upgrade_v1_11_1_to_v1_12(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Upgrade_v1_15_2_to_v1_16(NbtTag)

public static NbtTag Upgrade_v1_15_2_to_v1_16(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Upgrade_v1_20_2_to_v1_20_3(NbtTag)

public static NbtTag Upgrade_v1_20_2_to_v1_20_3(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Upgrade_v1_21_4_to_v1_21_5(NbtTag)

public static NbtTag Upgrade_v1_21_4_to_v1_21_5(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag

Upgrade_v1_8_to_v1_9(NbtTag)

public static NbtTag Upgrade_v1_8_to_v1_9(NbtTag tag)

Parameters

tag NbtTag

Returns

NbtTag