mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 19:08:13 -05:00
Update #0 - First Release
This commit is contained in:
26
patches/minecraft/net/minecraft/util/Cartesian.edit.java
Normal file
26
patches/minecraft/net/minecraft/util/Cartesian.edit.java
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
# Eagler Context Redacted Diff
|
||||
# Copyright (c) 2022 lax1dude. All rights reserved.
|
||||
|
||||
# Version: 1.0
|
||||
# Author: lax1dude
|
||||
|
||||
> DELETE 2 @ 2 : 6
|
||||
|
||||
> INSERT 10 : 15 @ 14
|
||||
|
||||
+ import com.google.common.base.Function;
|
||||
+ import com.google.common.collect.Iterables;
|
||||
+ import com.google.common.collect.Lists;
|
||||
+ import com.google.common.collect.UnmodifiableIterator;
|
||||
+
|
||||
|
||||
> CHANGE 47 : 48 @ 46 : 47
|
||||
|
||||
~ return (List<T>) Arrays.asList((Object[]) aobject);
|
||||
|
||||
> CHANGE 62 : 63 @ 61 : 62
|
||||
|
||||
~ ? Collections.singletonList((T[]) Cartesian.createArray(this.clazz, 0)).iterator()
|
||||
|
||||
> EOF
|
Reference in New Issue
Block a user