public class GmoSandbox extends Object
| Constructor and Description |
|---|
GmoSandbox(int sandboxId,
Collection<GmoSandboxEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
List<GmoSandboxEntity> |
getEntities() |
Optional<GmoSandboxEntity> |
getEntity(String type) |
int |
getSandboxId() |
void |
sort() |
String |
toString() |
public GmoSandbox(int sandboxId,
Collection<GmoSandboxEntity> entities)
public Optional<GmoSandboxEntity> getEntity(String type)
public void sort()
public int getSandboxId()
public List<GmoSandboxEntity> getEntities()
Copyright © 2021. All rights reserved.