mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Add get region name
This commit is contained in:
parent
5ea0a53995
commit
d7e3493a59
@ -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(() ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user