Class FractionalDoubleList

All Implemented Interfaces:
DoubleCollection, DoubleIterable, DoubleList, DoubleStack, Stack<Double>, Comparable<List<? extends Double>>, Iterable<Double>, Collection<Double>, List<Double>

public class FractionalDoubleList
extends AbstractDoubleList
Mappings:
Namespace Name
official dja
intermediary net/minecraft/class_246
named net/minecraft/util/shape/FractionalDoubleList
  • Field Details

    • sectionCount

      private final int sectionCount
      Mappings:
      Namespace Name Mixin selector
      official a Ldja;a:I
      intermediary field_1365 Lnet/minecraft/class_246;field_1365:I
      named sectionCount Lnet/minecraft/util/shape/FractionalDoubleList;sectionCount:I
  • Constructor Details

    • FractionalDoubleList

      FractionalDoubleList​(int sectionCount)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldja;<init>(I)V
      intermediary <init> Lnet/minecraft/class_246;<init>(I)V
      named <init> Lnet/minecraft/util/shape/FractionalDoubleList;<init>(I)V
  • Method Details

    • getDouble

      public double getDouble​(int position)
      Mappings:
      Namespace Name Mixin selector
      official getDouble Ldja;getDouble(I)D
      intermediary getDouble Lnet/minecraft/class_246;getDouble(I)D
      named getDouble Lnet/minecraft/util/shape/FractionalDoubleList;getDouble(I)D
    • size

      public int size()
      Specified by:
      size in interface Collection<Double>
      Specified by:
      size in interface List<Double>
      Specified by:
      size in class AbstractCollection<Double>
      Mappings:
      Namespace Name Mixin selector
      official size Ldja;size()I
      intermediary size Lnet/minecraft/class_246;size()I
      named size Lnet/minecraft/util/shape/FractionalDoubleList;size()I