public class ChatComponentIterator extends UnmodifiableIterator<net.minecraft.util.IChatComponent>
Constructor and Description |
---|
ChatComponentIterator(IMixinChatComponent component) |
ChatComponentIterator(Iterator<net.minecraft.util.IChatComponent> children) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
net.minecraft.util.IChatComponent |
next() |
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ChatComponentIterator(IMixinChatComponent component)
public ChatComponentIterator(Iterator<net.minecraft.util.IChatComponent> children)