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

43 lines
945 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS csr net/minecraft/util/shape/VoxelShape
FIELD a voxels Lcsg;
METHOD <init> (Lcsg;)V
ARG 1 voxels
2019-05-07 12:05:49 -04:00
METHOD a getBoundingBox ()Lcrs;
METHOD a offset (DDD)Lcsr;
2019-01-24 11:08:22 -05:00
ARG 1 x
ARG 3 y
ARG 5 z
2019-05-07 12:05:49 -04:00
METHOD a rayTrace (Lcrx;Lcrx;Lev;)Lcrt;
ARG 1 start
ARG 2 end
ARG 3 pos
2019-05-07 12:05:49 -04:00
METHOD a forEachEdge (Lcso$a;)V
METHOD a (Leu;Lcrs;D)D
ARG 1 axisCycle
ARG 2 box
ARG 3 maxDist
2019-03-20 13:56:26 -04:00
METHOD a getIncludedPoints (Lfa$a;)Lit/unimi/dsi/fastutil/doubles/DoubleList;
ARG 1 axis
METHOD a getCoordIndex (Lfa$a;D)I
ARG 2 coord
2019-03-20 13:56:26 -04:00
METHOD a getCoord (Lfa$a;I)D
ARG 1 axis
ARG 2 index
2019-05-07 12:05:49 -04:00
METHOD a (Lfa$a;Lcrs;D)D
ARG 1 axis
ARG 2 box
METHOD b isEmpty ()Z
METHOD b contains (DDD)Z
ARG 1 x
ARG 3 y
ARG 5 z
2019-05-07 12:05:49 -04:00
METHOD b forEachBox (Lcso$a;)V
2019-03-20 13:56:26 -04:00
METHOD b getMinimum (Lfa$a;)D
ARG 1 axis
2019-05-07 12:05:49 -04:00
METHOD b getFace (Lfa;)Lcsr;
ARG 1 facing
METHOD c simplify ()Lcsr;
2019-03-20 13:56:26 -04:00
METHOD c getMaximum (Lfa$a;)D
ARG 1 axis
METHOD d getBoundingBoxes ()Ljava/util/List;