Package crazypants.enderio.rail

Examples of crazypants.enderio.rail.EnderRailController$PlayerTpInfo


    for (ChannelType type : ChannelType.values()) {
      sendChannels.put(type, new ArrayList<Channel>());
      recieveChannels.put(type, new ArrayList<Channel>());
    }
    currentTask = new ContinuousTask(Config.transceiverUpkeepCostRF);
    railController = new EnderRailController(this);
  }
View Full Code Here

TOP

Related Classes of crazypants.enderio.rail.EnderRailController$PlayerTpInfo

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.