public class FakePlayerFactory extends Object
| Constructor and Description |
|---|
FakePlayerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FakePlayer |
get(World world,
String username)
Get a fake player with a given username
|
static FakePlayer |
getMinecraft(World world) |
public static FakePlayer getMinecraft(World world)
public static FakePlayer get(World world, String username)