public class EditSessionFactory extends Object
| Constructor and Description |
|---|
EditSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
EditSession |
getEditSession(LocalWorld world,
int maxBlocks)
Construct an edit session with a maximum number of blocks.
|
EditSession |
getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag,
LocalPlayer player)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
getEditSession(LocalWorld world,
int maxBlocks,
LocalPlayer player)
Construct an edit session with a maximum number of blocks.
|
public EditSession getEditSession(LocalWorld world, int maxBlocks)
world - maxBlocks - public EditSession getEditSession(LocalWorld world, int maxBlocks, LocalPlayer player)
world - maxBlocks - player - public EditSession getEditSession(LocalWorld world, int maxBlocks, BlockBag blockBag)
world - maxBlocks - blockBag - public EditSession getEditSession(LocalWorld world, int maxBlocks, BlockBag blockBag, LocalPlayer player)
world - maxBlocks - blockBag - player - Copyright © 2010-2014. All Rights Reserved.