mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 10:58:15 -05:00
28 lines
609 B
Java
28 lines
609 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> DELETE 2 @ 2 : 6
|
|
|
|
> INSERT 6 : 11 @ 6
|
|
|
|
+ import com.google.common.collect.Iterators;
|
|
+ import com.google.common.collect.Lists;
|
|
+ import com.google.common.collect.Maps;
|
|
+ import com.google.common.collect.Sets;
|
|
+
|
|
|
|
> CHANGE 21 : 23 @ 21 : 22
|
|
|
|
~ for (int i = 0, l = this.field_181745_e.size(); i < l; ++i) {
|
|
~ T object = this.field_181745_e.get(i);
|
|
|
|
> CHANGE 33 : 34 @ 33 : 34
|
|
|
|
~ this.map.put(parClass1, (List<T>) Lists.newArrayList(new Object[] { parObject }));
|
|
|
|
> EOF
|