Package appeng.api.storage.data

Examples of appeng.api.storage.data.IAEFluidStack.reset()


  @Override
  public IAEFluidStack empty()
  {
    IAEFluidStack dup = copy();
    dup.reset();
    return dup;
  }

  @Override
  public boolean fuzzyComparison(Object st, FuzzyMode mode)
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.