Skip to content

Commit

Permalink
stop final too
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Dec 19, 2020
1 parent 82c0fba commit ff4c383
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
import net.minecraft.util.EnumFacing;

public final class VoxelShapeInt extends VoxelShape
@@ -9,16 +11,43 @@
@@ -9,16 +11,45 @@
private final int y;
private final int z;

+ // Lithium shapes.precompute_shape_arrays
+ private static final EnumFacing.Axis[] AXIS = EnumFacing.Axis.values();
+ private final DoubleList[] list;
+
+ @SuppressWarnings("FieldMayBeFinal")
+ private DoubleList[] list;
+
+
public VoxelShapeInt(VoxelShapePart p_i47679_1_, int x, int y, int z)
Expand Down

0 comments on commit ff4c383

Please sign in to comment.