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:
@@ -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(() ->
|
||||
|
||||
Reference in New Issue
Block a user