mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
working create-new-world
This commit is contained in:
@@ -637,6 +637,8 @@ class UIContainer {
|
||||
fun contains(element: Any) = data.contains(element)
|
||||
|
||||
fun <T> map(transformation: (UICanvas?) -> T) = iterator().asSequence().map(transformation)
|
||||
|
||||
fun filter(predicate: (Any) -> Boolean) = data.filter(predicate)
|
||||
}
|
||||
|
||||
interface Id_UICanvasNullable {
|
||||
|
||||
Reference in New Issue
Block a user