public class CubeSplitTickList
extends java.util.AbstractList<net.minecraft.world.NextTickListEntry>
CubeSplitTickSet| Constructor and Description |
|---|
CubeSplitTickList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
net.minecraft.world.NextTickListEntry element) |
boolean |
add(net.minecraft.world.NextTickListEntry e) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
net.minecraft.world.NextTickListEntry |
get(int index) |
java.util.List<net.minecraft.world.NextTickListEntry> |
getForCube(CubePos pos) |
int |
indexOf(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<net.minecraft.world.NextTickListEntry> |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
net.minecraft.world.NextTickListEntry |
remove(int index) |
boolean |
remove(java.lang.Object o) |
net.minecraft.world.NextTickListEntry |
set(int index,
net.minecraft.world.NextTickListEntry e) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
addAll, equals, hashCode, listIterator, listIterator, removeRange, subListclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.util.List<net.minecraft.world.NextTickListEntry> getForCube(CubePos pos)
public int size()
size in interface java.util.Collection<net.minecraft.world.NextTickListEntry>size in interface java.util.List<net.minecraft.world.NextTickListEntry>size in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public boolean isEmpty()
isEmpty in interface java.util.Collection<net.minecraft.world.NextTickListEntry>isEmpty in interface java.util.List<net.minecraft.world.NextTickListEntry>isEmpty in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<net.minecraft.world.NextTickListEntry>contains in interface java.util.List<net.minecraft.world.NextTickListEntry>contains in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public java.util.Iterator<net.minecraft.world.NextTickListEntry> iterator()
iterator in interface java.lang.Iterable<net.minecraft.world.NextTickListEntry>iterator in interface java.util.Collection<net.minecraft.world.NextTickListEntry>iterator in interface java.util.List<net.minecraft.world.NextTickListEntry>iterator in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<net.minecraft.world.NextTickListEntry>toArray in interface java.util.List<net.minecraft.world.NextTickListEntry>toArray in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public <T> T[] toArray(T[] a)
toArray in interface java.util.Collection<net.minecraft.world.NextTickListEntry>toArray in interface java.util.List<net.minecraft.world.NextTickListEntry>toArray in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public boolean add(net.minecraft.world.NextTickListEntry e)
add in interface java.util.Collection<net.minecraft.world.NextTickListEntry>add in interface java.util.List<net.minecraft.world.NextTickListEntry>add in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<net.minecraft.world.NextTickListEntry>remove in interface java.util.List<net.minecraft.world.NextTickListEntry>remove in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<net.minecraft.world.NextTickListEntry>containsAll in interface java.util.List<net.minecraft.world.NextTickListEntry>containsAll in class java.util.AbstractCollection<net.minecraft.world.NextTickListEntry>public void clear()
clear in interface java.util.Collection<net.minecraft.world.NextTickListEntry>clear in interface java.util.List<net.minecraft.world.NextTickListEntry>clear in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public net.minecraft.world.NextTickListEntry get(int index)
get in interface java.util.List<net.minecraft.world.NextTickListEntry>get in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public net.minecraft.world.NextTickListEntry set(int index,
net.minecraft.world.NextTickListEntry e)
set in interface java.util.List<net.minecraft.world.NextTickListEntry>set in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public void add(int index,
net.minecraft.world.NextTickListEntry element)
add in interface java.util.List<net.minecraft.world.NextTickListEntry>add in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public net.minecraft.world.NextTickListEntry remove(int index)
remove in interface java.util.List<net.minecraft.world.NextTickListEntry>remove in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<net.minecraft.world.NextTickListEntry>indexOf in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>public int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.List<net.minecraft.world.NextTickListEntry>lastIndexOf in class java.util.AbstractList<net.minecraft.world.NextTickListEntry>