diff --git a/mappings/net/minecraft/util/shape/VoxelShapeUtils.mapping b/mappings/net/minecraft/util/shape/VoxelShapeUtils.mapping deleted file mode 100644 index 0ad8696a09..0000000000 --- a/mappings/net/minecraft/util/shape/VoxelShapeUtils.mapping +++ /dev/null @@ -1,6 +0,0 @@ -CLASS clq net/minecraft/util/shape/VoxelShapeUtils - FIELD a EMPTY Lclt; - METHOD a getEmpty ()Lclt; - METHOD a createCubeShape (DDDDDD)Lclt; - ARG 0 xMin - METHOD a createCubeShape (Lckv;)Lclt; diff --git a/mappings/net/minecraft/util/shape/VoxelShapes.mapping b/mappings/net/minecraft/util/shape/VoxelShapes.mapping new file mode 100644 index 0000000000..178a208024 --- /dev/null +++ b/mappings/net/minecraft/util/shape/VoxelShapes.mapping @@ -0,0 +1,11 @@ +CLASS clq net/minecraft/util/shape/VoxelShapes + FIELD a EMPTY Lclt; + FIELD b FULL_CUBE Lclt; + METHOD a empty ()Lclt; + METHOD a findRequiredBitResolution (DD)I + ARG 0 min + ARG 2 max + METHOD a cube (DDDDDD)Lclt; + ARG 0 xMin + METHOD a cube (Lckv;)Lclt; + METHOD b fullCube ()Lclt;