public class FakePlayerFactory
extends java.lang.Object
Constructor and Description |
---|
FakePlayerFactory() |
Modifier and Type | Method and Description |
---|---|
static FakePlayer |
get(WorldServer world,
com.mojang.authlib.GameProfile username)
Get a fake player with a given username
|
static FakePlayer |
getMinecraft(WorldServer world) |
public static FakePlayer getMinecraft(WorldServer world)
public static FakePlayer get(WorldServer world, com.mojang.authlib.GameProfile username)