eaglercraft-1.8/patches/minecraft/net/minecraft/util/ChatComponentSelector.edit.java

19 lines
379 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 2 : 3 @ 2 : 4
~ import java.util.List;
> CHANGE 20 : 23 @ 20 : 22
~ List<IChatComponent> lst = this.getSiblings();
~ for (int i = 0, l = lst.size(); i < l; ++i) {
~ chatcomponentselector.appendSibling(lst.get(i).createCopy());
> EOF