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

30 lines
663 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS cmx net/minecraft/util/shape/VoxelShape
FIELD a shape Lcmm;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lcmm;)V
ARG 1 shape
2018-12-12 12:12:26 -05:00
METHOD a getBoundingBox ()Lclz;
METHOD a rayTrace (Lcmd;Lcmd;Let;)Lcma;
ARG 1 start
ARG 2 end
ARG 3 pos
2018-12-12 12:12:26 -05:00
METHOD a (Ler;Lclz;D)D
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
METHOD a (Ley$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
METHOD a (Ley$a;I)D
ARG 1 axis
ARG 2 index
2018-12-12 12:12:26 -05:00
METHOD a (Ley$a;Lclz;D)D
ARG 1 axis
ARG 2 box
METHOD a getFace (Ley;)Lcmx;
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;