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

30 lines
690 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS cnm net/minecraft/util/shape/VoxelShape
FIELD a shape Lcnb;
METHOD <init> (Lcnb;)V
ARG 1 shape
2019-01-09 12:20:38 -05:00
METHOD a getBoundingBox ()Lcmo;
METHOD a rayTrace (Lcms;Lcms;Let;)Lcmp;
ARG 1 start
ARG 2 end
ARG 3 pos
2019-01-09 12:20:38 -05:00
METHOD a (Ler;Lcmo;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-09 12:20:38 -05:00
METHOD a (Ley$a;Lcmo;D)D
ARG 1 axis
ARG 2 box
2019-01-09 12:20:38 -05:00
METHOD a getFace (Ley;)Lcnm;
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;