SplicingTableIotaClientView

public final class SplicingTableIotaClientView extends Record(source)

A client-side representation of an iota in the Splicing Table's main list. NOTE: Consumers should not construct this class themselves, as its fields may change at any time. All constructors are annotated with ApiStatus.Internal to indicate this.

Parameters

tag

The raw iota NBT.

display

The formatted iota for use in tooltips. For patterns (including those nested in lists), this is the pattern's name as calculated on the server, so that per-world patterns and special handlers can be displayed with their actual names instead of just the raw angle signature.

hexpatternSource

The iota converted to a plain string in .hexpattern format.

index

The index of this iota in the list.

depth

The number of unclosed Introspection patterns preceding this iota.

Functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
@Nullable()
public @Nullable() Tag getData()
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()