Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/util/ClassInheritanceMultiMap.edit.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