Package net.minecraft.util.shape
Class OffsetDoubleList
java.lang.Object
java.util.AbstractCollection<Double>
it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
it.unimi.dsi.fastutil.doubles.AbstractDoubleList
net.minecraft.util.shape.OffsetDoubleList
- All Implemented Interfaces:
DoubleCollection
,DoubleIterable
,DoubleList
,DoubleStack
,Stack<Double>
,Comparable<List<? extends Double>>
,Iterable<Double>
,Collection<Double>
,List<Double>
- Mappings:
Namespace Name official dnp
intermediary net/minecraft/class_261
named net/minecraft/util/shape/OffsetDoubleList
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
AbstractDoubleList.DoubleSubList
-
Field Summary
-
Constructor Summary
-
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, toString
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
add, contains, containsAll, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArray
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toDoubleArray, 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, contains, get, indexOf, lastIndexOf, remove, remove, set
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleStack
peek, pop, push, top
Methods inherited from interface java.util.List
containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
oldList
- Mappings:
Namespace Name Mixin selector official a
Ldnp;a:Lit/unimi/dsi/fastutil/doubles/DoubleList;
intermediary field_1387
Lnet/minecraft/class_261;field_1387:Lit/unimi/dsi/fastutil/doubles/DoubleList;
named oldList
Lnet/minecraft/util/shape/OffsetDoubleList;oldList:Lit/unimi/dsi/fastutil/doubles/DoubleList;
-
offset
private final double offset- Mappings:
Namespace Name Mixin selector official b
Ldnp;b:D
intermediary field_1386
Lnet/minecraft/class_261;field_1386:D
named offset
Lnet/minecraft/util/shape/OffsetDoubleList;offset:D
-
-
Constructor Details
-
OffsetDoubleList
- Mappings:
Namespace Name Mixin selector official <init>
Ldnp;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;D)V
intermediary <init>
Lnet/minecraft/class_261;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;D)V
named <init>
Lnet/minecraft/util/shape/OffsetDoubleList;<init>(Lit/unimi/dsi/fastutil/doubles/DoubleList;D)V
-
-
Method Details
-
getDouble
public double getDouble(int position) - Mappings:
Namespace Name Mixin selector official getDouble
Ldnp;getDouble(I)D
intermediary getDouble
Lnet/minecraft/class_261;getDouble(I)D
named getDouble
Lnet/minecraft/util/shape/OffsetDoubleList;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>
-