createRenderer

@Nullable()
public abstract @Nullable() SplicingTableIotaRenderer createRenderer(@NotNull() @NotNull() IotaType<? extends Object> type, @NotNull() @NotNull() SplicingTableIotaClientView iota, int x, int y)(source)

Creates and returns a new SplicingTableIotaRenderer for the provided iota. May return null if unable to create a renderer for the given iota; in that case, the default renderer will be used instead. This is called every time the splicing table changes which iotas are currently visible, so don't do anything too laggy in here.