Examples of ModListChanged()


Examples of logisticspipes.modules.ModuleModBasedItemSink.ModListChanged()

  public void processPacket(EntityPlayer player) {
    ModuleModBasedItemSink module = this.getLogisticsModule(player, ModuleModBasedItemSink.class);
    if(module == null) return;
    module.readFromNBT(nbt);
    if(MainProxy.isServer(player.getEntityWorld()) && this.getType().isInWorld()) {
      module.ModListChanged();
    }
  }

  @Override
  public void writeData(LPDataOutputStream data) throws IOException {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.