Package net.minecraftforge.common

Examples of net.minecraftforge.common.FakePlayer


  public static boolean isFakePlayer(EntityPlayer player) {
    return player.username.equals( "[XACT]" );
  }

  private EntityPlayer createFakePlayer(World world) {
    return new FakePlayer( world, "[XACT]" );
  }
View Full Code Here

TOP

Related Classes of net.minecraftforge.common.FakePlayer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.