-
- All Implemented Interfaces:
public class SyncedBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final SyncedBlock.SyncedFrom
syncedFrom
private final List<Block>
children
-
Constructor Summary
Constructors Constructor Description SyncedBlock.Element(SyncedBlock.SyncedFrom syncedFrom, List<Block> children)
SyncedBlock.Element(SyncedBlock.SyncedFrom syncedFrom)
SyncedBlock.Element()
-
Method Summary
Modifier and Type Method Description final SyncedBlock.SyncedFrom
getSyncedFrom()
final List<Block>
getChildren()
-
-
Constructor Detail
-
SyncedBlock.Element
SyncedBlock.Element(SyncedBlock.SyncedFrom syncedFrom, List<Block> children)
-
SyncedBlock.Element
SyncedBlock.Element(SyncedBlock.SyncedFrom syncedFrom)
-
SyncedBlock.Element
SyncedBlock.Element()
-
-
Method Detail
-
getSyncedFrom
final SyncedBlock.SyncedFrom getSyncedFrom()
-
getChildren
final List<Block> getChildren()
-
-
-
-