mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Add get region name
This commit is contained in:
@@ -235,6 +235,10 @@ public class IrisRegion extends IrisRegistrant implements IRare
|
|||||||
private final transient AtomicCache<CNG> riverGen = new AtomicCache<>();
|
private final transient AtomicCache<CNG> riverGen = new AtomicCache<>();
|
||||||
private final transient AtomicCache<CNG> riverChanceGen = new AtomicCache<>();
|
private final transient AtomicCache<CNG> riverChanceGen = new AtomicCache<>();
|
||||||
|
|
||||||
|
public String getName(){
|
||||||
|
return name;
|
||||||
|
}
|
||||||
|
|
||||||
public KList<IrisObjectPlacement> getSurfaceObjects()
|
public KList<IrisObjectPlacement> getSurfaceObjects()
|
||||||
{
|
{
|
||||||
return getSurfaceObjectsCache().aquire(() ->
|
return getSurfaceObjectsCache().aquire(() ->
|
||||||
|
|||||||
Reference in New Issue
Block a user