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 eak
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 Leak;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> Leak;<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 Leak;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>