]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/common/models/BoundingBoxSphere.java
Add conduit processing and rendering
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / common / models / BoundingBoxSphere.java
index af8f7584f290ff00c383bd934ecb02bf40293386..b51edd7b9234b04fb511735f7e9a94949dac19c7 100644 (file)
@@ -53,7 +53,7 @@ public class BoundingBoxSphere extends AbstractBoundingBox {
         return centerOffsetZ;
     }
 
-    void setCenterOffsets(double x, double y, double z) {
+    public void setCenterOffsets(double x, double y, double z) {
         this.centerOffsetX = x;
         this.centerOffsetY = y;
         this.centerOffsetZ = z;