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

37 lines
798 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cno net/minecraft/util/shape/VoxelShapes
CLASS cno$a ShapeConsumer
METHOD consume (DDDDDD)V
ARG 1 minX
2019-01-16 13:24:40 -05:00
FIELD a EMPTY Lcnr;
FIELD b FULL_CUBE Lcnr;
METHOD a empty ()Lcnr;
2018-12-09 06:45:24 -05:00
METHOD a findRequiredBitResolution (DD)I
ARG 0 min
ARG 2 max
2019-01-16 13:24:40 -05:00
METHOD a cube (DDDDDD)Lcnr;
2018-12-09 06:45:24 -05:00
ARG 0 xMin
ARG 2 yMin
ARG 4 zMin
ARG 6 xMax
ARG 8 yMax
ARG 10 zMax
METHOD a lcm (II)J
2019-01-16 13:24:40 -05:00
METHOD a cube (Lcms;)Lcnr;
ARG 0 box
2019-01-16 13:24:40 -05:00
METHOD a union (Lcnr;Lcnr;)Lcnr;
ARG 0 first
ARG 1 second
2019-01-16 13:24:40 -05:00
METHOD a combine (Lcnr;Lcnr;Lcnb;)Lcnr;
ARG 0 first
ARG 1 second
ARG 2 function
2019-01-16 13:24:40 -05:00
METHOD a calculateMaxOffset (Ley$a;Lcms;Ljava/util/stream/Stream;D)D
ARG 0 axis
ARG 1 box
ARG 2 shapes
2019-01-16 13:24:40 -05:00
METHOD b fullCube ()Lcnr;
METHOD c compareShapes (Lcnr;Lcnr;Lcnb;)Z
ARG 0 shape1
ARG 1 shape2
ARG 2 comparator