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

30 lines
690 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cnr net/minecraft/util/shape/VoxelShape
FIELD a shape Lcng;
METHOD <init> (Lcng;)V
ARG 1 shape
2019-01-16 13:24:40 -05:00
METHOD a getBoundingBox ()Lcms;
METHOD a rayTrace (Lcmx;Lcmx;Let;)Lcmt;
ARG 1 start
ARG 2 end
ARG 3 pos
2019-01-16 13:24:40 -05:00
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
2019-01-16 13:24:40 -05:00
METHOD a (Ley$a;Lcms;D)D
ARG 1 axis
ARG 2 box
2019-01-16 13:24:40 -05:00
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;