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

35 lines
775 B
Plaintext

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