mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
Fix schema with jigasaw pieces
This commit is contained in:
@@ -34,10 +34,10 @@ public class IrisJigsawPiece extends IrisRegistrant
|
|||||||
|
|
||||||
@Desc("Change how this object places depending on the terrain height map.")
|
@Desc("Change how this object places depending on the terrain height map.")
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
private ObjectPlaceMode placeMode;
|
private ObjectPlaceMode placeMode = ObjectPlaceMode.FAST_MAX_HEIGHT;
|
||||||
|
|
||||||
AtomicCache<Integer> max2dDim = new AtomicCache<>();
|
private transient AtomicCache<Integer> max2dDim = new AtomicCache<>();
|
||||||
AtomicCache<Integer> max3dDim = new AtomicCache<>();
|
private transient AtomicCache<Integer> max3dDim = new AtomicCache<>();
|
||||||
|
|
||||||
public int getMax2dDimension() {
|
public int getMax2dDimension() {
|
||||||
return max2dDim.aquire(() -> {
|
return max2dDim.aquire(() -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user