9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00

Add get region name

This commit is contained in:
CocoTheOwner
2021-02-11 11:20:57 +01:00
parent 5ea0a53995
commit d7e3493a59

View File

@@ -235,6 +235,10 @@ public class IrisRegion extends IrisRegistrant implements IRare
private final transient AtomicCache<CNG> riverGen = new AtomicCache<>();
private final transient AtomicCache<CNG> riverChanceGen = new AtomicCache<>();
public String getName(){
return name;
}
public KList<IrisObjectPlacement> getSurfaceObjects()
{
return getSurfaceObjectsCache().aquire(() ->