yarn/mappings/net/minecraft/util/shape/VoxelShape.mapping

30 lines
690 B
Plaintext

CLASS cnr net/minecraft/util/shape/VoxelShape
FIELD a shape Lcng;
METHOD <init> (Lcng;)V
ARG 1 shape
METHOD a getBoundingBox ()Lcms;
METHOD a rayTrace (Lcmx;Lcmx;Let;)Lcmt;
ARG 1 start
ARG 2 end
ARG 3 pos
METHOD a (Ler;Lcms;D)D
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
METHOD a getIncludedPoints (Ley$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
METHOD a getCoord (Ley$a;I)D
ARG 1 axis
ARG 2 index
METHOD a (Ley$a;Lcms;D)D
ARG 1 axis
ARG 2 box
METHOD a getFace (Ley;)Lcnr;
ARG 1 facing
METHOD b isEmpty ()Z
METHOD b getMinimum (Ley$a;)D
ARG 1 axis
METHOD c getMaximum (Ley$a;)D
ARG 1 axis
METHOD d getBoundingBoxList ()Ljava/util/List;