mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Deobf dbits
This commit is contained in:
parent
9b3013c51a
commit
c1ba176e27
@ -24,17 +24,17 @@ import com.volmit.iris.util.nbt.tag.ListTag;
|
|||||||
import java.util.function.Predicate;
|
import java.util.function.Predicate;
|
||||||
|
|
||||||
public interface DataPalette<T> {
|
public interface DataPalette<T> {
|
||||||
int a(T var1);
|
int getIndex(T var1);
|
||||||
|
|
||||||
boolean a(Predicate<T> var1);
|
boolean a(Predicate<T> var1);
|
||||||
|
|
||||||
T a(int var1);
|
T getByIndex(int var1);
|
||||||
|
|
||||||
int a();
|
int a();
|
||||||
|
|
||||||
int b();
|
int b();
|
||||||
|
|
||||||
void a(ListTag<CompoundTag> t);
|
void replace(ListTag<CompoundTag> t);
|
||||||
|
|
||||||
ListTag<CompoundTag> getPalette();
|
ListTag<CompoundTag> getPalette();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user