public interface IFakePlayerProvider
Modifier and Type | Method and Description |
---|---|
net.minecraftforge.common.util.FakePlayer |
getBuildCraftPlayer(net.minecraft.world.WorldServer world)
Deprecated.
|
net.minecraftforge.common.util.FakePlayer |
getFakePlayer(net.minecraft.world.WorldServer world,
com.mojang.authlib.GameProfile profile) |
net.minecraftforge.common.util.FakePlayer |
getFakePlayer(net.minecraft.world.WorldServer world,
com.mojang.authlib.GameProfile profile,
net.minecraft.util.math.BlockPos pos) |
@Deprecated net.minecraftforge.common.util.FakePlayer getBuildCraftPlayer(net.minecraft.world.WorldServer world)
net.minecraftforge.common.util.FakePlayer getFakePlayer(net.minecraft.world.WorldServer world, com.mojang.authlib.GameProfile profile)
world
- profile
- The owner's profile.net.minecraftforge.common.util.FakePlayer getFakePlayer(net.minecraft.world.WorldServer world, com.mojang.authlib.GameProfile profile, net.minecraft.util.math.BlockPos pos)
world
- profile
- The owner's profile.pos
-