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

37 lines
798 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS cnj net/minecraft/util/shape/VoxelShapes
CLASS cnj$a ShapeConsumer
METHOD consume (DDDDDD)V
ARG 1 minX
2019-01-09 12:20:38 -05:00
FIELD a EMPTY Lcnm;
FIELD b FULL_CUBE Lcnm;
METHOD a empty ()Lcnm;
2018-12-09 06:45:24 -05:00
METHOD a findRequiredBitResolution (DD)I
ARG 0 min
ARG 2 max
2019-01-09 12:20:38 -05:00
METHOD a cube (DDDDDD)Lcnm;
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-09 12:20:38 -05:00
METHOD a cube (Lcmo;)Lcnm;
ARG 0 box
2019-01-09 12:20:38 -05:00
METHOD a union (Lcnm;Lcnm;)Lcnm;
ARG 0 first
ARG 1 second
2019-01-09 12:20:38 -05:00
METHOD a combine (Lcnm;Lcnm;Lcmw;)Lcnm;
ARG 0 first
ARG 1 second
ARG 2 function
2019-01-09 12:20:38 -05:00
METHOD a calculateMaxOffset (Ley$a;Lcmo;Ljava/util/stream/Stream;D)D
ARG 0 axis
ARG 1 box
ARG 2 shapes
2019-01-09 12:20:38 -05:00
METHOD b fullCube ()Lcnm;
METHOD c compareShapes (Lcnm;Lcnm;Lcmw;)Z
ARG 0 shape1
ARG 1 shape2
ARG 2 comparator