Package net.minecraft.util.shape
Class FractionalDoubleList
java.lang.Object
java.util.AbstractCollection<Double>
it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
it.unimi.dsi.fastutil.doubles.AbstractDoubleList
net.minecraft.util.shape.FractionalDoubleList
- All Implemented Interfaces:
DoubleCollection
,DoubleIterable
,DoubleList
,DoubleStack
,Stack<Double>
,Comparable<List<? extends Double>>
,Iterable<Double>
,Collection<Double>
,List<Double>
,SequencedCollection<Double>
- Mappings:
Namespace Name named net/minecraft/util/shape/FractionalDoubleList
intermediary net/minecraft/class_246
official evz
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
AbstractDoubleList.DoubleRandomAccessSubList, AbstractDoubleList.DoubleSubList
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
add, add, addAll, addAll, addAll, addAll, addElements, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, peekDouble, popDouble, push, rem, removeDouble, removeElements, replaceAll, set, setElements, size, subList, toArray, toDoubleArray, topDouble, toString
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toDoubleArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
toArray
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, spliterator, stream, toDoubleArray
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterable
forEach, forEach
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleList
add, add, addAll, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, spliterator, unstableSort, unstableSort
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleStack
peek, pop, push, top
Methods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Field Details
-
sectionCount
private final int sectionCount- Mappings:
Namespace Name Mixin selector named sectionCount
Lnet/minecraft/util/shape/FractionalDoubleList;sectionCount:I
intermediary field_1365
Lnet/minecraft/class_246;field_1365:I
official a
Levz;a:I
-
-
Constructor Details
-
FractionalDoubleList
FractionalDoubleList(int sectionCount) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/shape/FractionalDoubleList;<init>(I)V
intermediary <init>
Lnet/minecraft/class_246;<init>(I)V
official <init>
Levz;<init>(I)V
-
-
Method Details
-
getDouble
public double getDouble(int position) - Mappings:
Namespace Name Mixin selector named getDouble
Lnet/minecraft/util/shape/FractionalDoubleList;getDouble(I)D
intermediary getDouble
Lnet/minecraft/class_246;getDouble(I)D
official getDouble
Levz;getDouble(I)D
-
size
public int size()- Specified by:
size
in interfaceCollection<Double>
- Specified by:
size
in interfaceList<Double>
- Specified by:
size
in classAbstractCollection<Double>
-