Package | Description |
---|---|
org.g_node.nix |
Modifier and Type | Method and Description |
---|---|
Group |
Block.createGroup(String name,
String type)
Create a new group associated with this block.
|
Group |
Block.getGroup(long index)
Retrieves a specific group by index.
|
Group |
Block.getGroup(String nameOrId)
Retrieves a specific group from the block by its name or id.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
Block.getGroups()
List all groups within this block.
|
List<Group> |
Block.getGroups(java.util.function.Predicate<Group> filter)
List all groups within this block.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Block.deleteGroup(Group group)
Deletes a group from the block.
|
boolean |
Block.hasGroup(Group group)
Checks if a specific group exists in the block.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
Block.getGroups(java.util.function.Predicate<Group> filter)
List all groups within this block.
|
Copyright © 2016. All rights reserved.