代码示例来源:origin: SleepyTrousers/EnderIO @Override protected void initCustomOptions() { gui.getContainer().setInOutSlotsVisible(true, true, rsCon); NNList<ItemStack> filtersAll = new NNList<>(new ItemStack(ModObject.itemBasicItemFilter.getItemNN()), new ItemStack(ModObject.itemFluidFilter.get...
- IO labels on capacitor banks can now be expanded to any square size, no longer limited to one face (MatthiasM2) - Add chargeable item filter, allows RF containing items to be filtered based on their fullness (MatthiasM2) - Add blacklist option for ender fluid conduits (MatthiasM2) Chang...
repositories.gradle Fix existing item filter (GTNewHorizons#101) Mar 1, 2023 settings.gradle [ci skip] Update buildscript to RetroFuturaGradle Jan 29, 2023 Repository files navigation README License EnderIO-Unofficial This is a unofficial version of EndeIO for 1.7.10, in case of any bugs or...
代码示例来源:origin: SleepyTrousers/EnderIO publicNNList<File>listXMLFiles(StringpathName){ returnnewNNList<>(newFile(configDirectory,pathName).listFiles(newFilenameFilter(){ @Override publicbooleanaccept(Filedir,Stringname){ returnname.endsWith(".xml")&&!"sagmill_oresalleasy.xml".equals(name); ...
tile.tank.setFluid(null); } }returnnull; } 开发者ID:HenryLoenwind,项目名称:EnderIOAddons,代码行数:18,代码来源:PacketVoidTank.java 示例5: drawTimebase ▲点赞 3▼ importcrazypants.enderio.EnderIO;//导入依赖的package包/类privatevoiddrawTimebase(intx,inty){intu =200, v = timebase *16+...
stopTF.setCharFilter(TextFieldEnder.FILTER_NUMERIC); textFields.add(stopTF); } 开发者ID:SleepyTrousers,项目名称:EnderIO,代码行数:27,代码来源:GuiSensor.java 示例3: GuiLocationPrintout ▲点赞 3▼ importcom.enderio.core.client.gui.widget.TextFieldEnder;//导入依赖的package包/类privateGuiLocation...
本文整理了Java中com.enderio.core.common.util.NNList.stream()方法的一些代码示例,展示了NNList.stream()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。NNList.stream()方法的具体详情如下: ...
In both cases, connecting a fluid or item conduit to one of these, when theyre outputting multiple items (or fluids) will only consume the first item available. This makes it impossible to consume multiple outputs in parallel and filter at the conduit's output. ...
- IO labels on capacitor banks can now be expanded to any square size, no longer limited to one face (MatthiasM2) - Add chargeable item filter, allows RF containing items to be filtered based on their fullness (MatthiasM2) - Add blacklist option for ender fluid conduits (MatthiasM2) Chang...
示例1: isValidFluid ▲点赞 2▼ importcrazypants.enderio.EnderIO;//导入方法依赖的package包/类@SuppressWarnings("static-method")protectedbooleanisValidFluid(Fluid fluid){returnfluid !=null&& (fluid.canBePlacedInWorld() || fluid == EnderIO.fluidXpJuice); ...