| Package | Description |
|---|---|
| com.sk89q.worldedit.extension.factory | |
| com.sk89q.worldedit.extension.input | |
| com.sk89q.worldedit.internal.registry |
| Modifier and Type | Method and Description |
|---|---|
Set<BaseBlock> |
BlockFactory.parseFromListInput(String input,
ParserContext context)
Return a set of blocks from a comma-delimited list of blocks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisallowedUsageException
Thrown when usage is disallowed.
|
class |
NoMatchException
Thrown when a match fails when input is parsed.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
ParserContext.requireActor()
Get the
Actor set on this context. |
Extent |
ParserContext.requireExtent()
Get the
Extent set on this context. |
LocalSession |
ParserContext.requireSession()
Get the
LocalSession. |
World |
ParserContext.requireWorld()
Get the
World set on this context. |
| Modifier and Type | Method and Description |
|---|---|
abstract E |
InputParser.parseFromInput(String input,
ParserContext context) |
E |
AbstractFactory.parseFromInput(String input,
ParserContext context) |
Copyright © 2010-2014. All Rights Reserved.