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

30 lines
690 B
Plaintext

CLASS cnm net/minecraft/util/shape/VoxelShape
FIELD a shape Lcnb;
METHOD <init> (Lcnb;)V
ARG 1 shape
METHOD a getBoundingBox ()Lcmo;
METHOD a rayTrace (Lcms;Lcms;Let;)Lcmp;
ARG 1 start
ARG 2 end
ARG 3 pos
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
METHOD a (Ley$a;Lcmo;D)D
ARG 1 axis
ARG 2 box
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;