Package net.minecraft.util
Class OffsetDoubleList
java.lang.Object
java.util.AbstractCollection<Double>
it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
it.unimi.dsi.fastutil.doubles.AbstractDoubleList
net.minecraft.util.OffsetDoubleList
- All Implemented Interfaces:
DoubleCollection,DoubleIterable,DoubleList,DoubleStack,Stack<Double>,Comparable<List<? extends Double>>,Iterable<Double>,Collection<Double>,List<Double>
- Mappings:
Namespace Name official cesintermediary net/minecraft/class_4095named net/minecraft/util/OffsetDoubleList
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
AbstractDoubleList.DoubleSubList -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
add, add, addAll, addAll, addAll, addAll, addAll, addAll, addElements, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, peekDouble, popDouble, push, rem, removeDouble, removeElements, set, size, subList, topDouble, toStringMethods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
add, contains, containsAll, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArrayMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toDoubleArray, toDoubleArrayMethods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleList
add, add, contains, get, indexOf, lastIndexOf, remove, remove, setMethods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleStack
peek, pop, push, topMethods inherited from interface java.util.List
containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
field_19847
- Mappings:
Namespace Name Mixin selector official aLces;a:Lit/unimi/dsi/fastutil/doubles/DoubleList;intermediary field_19847Lnet/minecraft/class_4095;field_19847:Lit/unimi/dsi/fastutil/doubles/DoubleList;named field_19847Lnet/minecraft/util/OffsetDoubleList;field_19847:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
field_19848
private final double field_19848- Mappings:
Namespace Name Mixin selector official bLces;b:Dintermediary field_19848Lnet/minecraft/class_4095;field_19848:Dnamed field_19848Lnet/minecraft/util/OffsetDoubleList;field_19848:D
-
-
Constructor Details
-
OffsetDoubleList
-
-
Method Details
-
getDouble
public double getDouble(int int2) - Mappings:
Namespace Name Mixin selector official getDoubleLces;getDouble(I)Dintermediary getDoubleLnet/minecraft/class_4095;getDouble(I)Dnamed getDoubleLnet/minecraft/util/OffsetDoubleList;getDouble(I)D
-
size
public int size()- Specified by:
sizein interfaceCollection<Double>- Specified by:
sizein interfaceList<Double>- Specified by:
sizein classAbstractCollection<Double>- Mappings:
Namespace Name Mixin selector official sizeLces;size()Iintermediary sizeLnet/minecraft/class_4095;size()Inamed sizeLnet/minecraft/util/OffsetDoubleList;size()I
-