public class FakePlayerFactory
extends java.lang.Object
Constructor and Description |
---|
FakePlayerFactory() |
Modifier and Type | Method and Description |
---|---|
static FakePlayer |
get(World world,
java.lang.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, java.lang.String username)