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

55 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS csc net/minecraft/util/shape/VoxelShapes
CLASS csc$a BoxConsumer
METHOD consume (DDDDDD)V
ARG 1 minX
2019-04-05 12:03:47 -04:00
FIELD a UNBOUNDED Lcsf;
FIELD b FULL_CUBE Lcsf;
FIELD c EMPTY Lcsf;
METHOD a empty ()Lcsf;
2018-12-09 06:45:24 -05:00
METHOD a findRequiredBitResolution (DD)I
ARG 0 min
ARG 2 max
2019-04-05 12:03:47 -04:00
METHOD a cuboid (DDDDDD)Lcsf;
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-04-05 12:03:47 -04:00
METHOD a createListPair (ILit/unimi/dsi/fastutil/doubles/DoubleList;Lit/unimi/dsi/fastutil/doubles/DoubleList;ZZ)Lcrx;
ARG 0 size
ARG 1 first
ARG 2 second
ARG 3 includeFirst
ARG 4 includeSecond
2019-04-05 12:03:47 -04:00
METHOD a cuboid (Lcrg;)Lcsf;
ARG 0 box
2019-04-05 12:03:47 -04:00
METHOD a matchesAnywhere (Lcrx;Lcrx;Lcrx;Lcru;Lcru;Lcrp;)Z
ARG 0 mergedX
ARG 1 mergedY
ARG 2 mergedZ
ARG 3 shape1
ARG 4 shape2
ARG 5 predicate
2019-04-05 12:03:47 -04:00
METHOD a union (Lcsf;Lcsf;)Lcsf;
ARG 0 first
ARG 1 second
2019-04-05 12:03:47 -04:00
METHOD a combineAndSimplify (Lcsf;Lcsf;Lcrp;)Lcsf;
ARG 0 first
ARG 1 second
ARG 2 function
2019-04-05 12:03:47 -04:00
METHOD a union (Lcsf;[Lcsf;)Lcsf;
2019-01-24 11:08:22 -05:00
ARG 0 first
ARG 1 others
2019-04-05 12:03:47 -04:00
METHOD a calculateMaxOffset (Lfa$a;Lcrg;Ljava/util/stream/Stream;D)D
ARG 0 axis
ARG 1 box
ARG 2 shapes
2019-04-05 12:03:47 -04:00
METHOD b fullCube ()Lcsf;
METHOD b combine (Lcsf;Lcsf;Lcrp;)Lcsf;
METHOD c matchesAnywhere (Lcsf;Lcsf;Lcrp;)Z
ARG 0 shape1
ARG 1 shape2
ARG 2 predicate