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

35 lines
775 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS coe net/minecraft/util/shape/VoxelShape
FIELD a shape Lcnt;
METHOD <init> (Lcnt;)V
ARG 1 shape
2019-02-20 15:49:23 -05:00
METHOD a getBoundingBox ()Lcnf;
METHOD a offset (DDD)Lcoe;
2019-01-24 11:08:22 -05:00
ARG 1 x
ARG 3 y
ARG 5 z
2019-02-20 15:49:23 -05:00
METHOD a rayTrace (Lcnk;Lcnk;Les;)Lcng;
ARG 1 start
ARG 2 end
ARG 3 pos
2019-02-20 15:49:23 -05:00
METHOD a (Ler;Lcnf;D)D
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
2019-02-20 15:49:23 -05:00
METHOD a getIncludedPoints (Lex$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
2019-02-20 15:49:23 -05:00
METHOD a getCoord (Lex$a;I)D
ARG 1 axis
ARG 2 index
2019-02-20 15:49:23 -05:00
METHOD a (Lex$a;Lcnf;D)D
ARG 1 axis
ARG 2 box
2019-02-20 15:49:23 -05:00
METHOD a getFace (Lex;)Lcoe;
ARG 1 facing
METHOD b isEmpty ()Z
2019-02-20 15:49:23 -05:00
METHOD b getMinimum (Lex$a;)D
ARG 1 axis
2019-02-20 15:49:23 -05:00
METHOD c simplify ()Lcoe;
METHOD c getMaximum (Lex$a;)D
ARG 1 axis
METHOD d getBoundingBoxList ()Ljava/util/List;