Examples of handleFilterSet()


Examples of forestry.pipes.PipeLogicPropolis.handleFilterSet()

  private void onFilterSet(PacketNBT packet) {
    Container container = Proxies.common.getClientInstance().thePlayer.openContainer;

    if (container instanceof ContainerPropolisPipe) {
      PipeLogicPropolis pipeLogic = ((ContainerPropolisPipe) container).pipeLogic;
      pipeLogic.handleFilterSet(packet);
    }
  }

  @SuppressWarnings("rawtypes")
  private void onTypeFilterChange(EntityPlayer player, PacketUpdate packet) {
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.