User Tools

Site Tools


tutorial:transfer-api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:transfer-api [2022/02/04 18:39] – [The Item Transfer API] technici4ntutorial:transfer-api [2022/10/07 16:23] nexus-dino
Line 8: Line 8:
 The Fabric Fluid Transfer API is how fluid-containing blocks such as machines, pipes, and tanks communicate with each other. It's what allows all mods to be compatible with each other as far as fluid transfer is concerned. (If you are coming from Forge, it serves a purpose similar to ''IFluidHandler''). The Fabric Fluid Transfer API is how fluid-containing blocks such as machines, pipes, and tanks communicate with each other. It's what allows all mods to be compatible with each other as far as fluid transfer is concerned. (If you are coming from Forge, it serves a purpose similar to ''IFluidHandler'').
  
-  - [[tutorial:transfer-api/simpletank|Creating a simple tank]] walks you through how you can create a simple tank block entity, and what ''FluidVariant'' is.+  - [[tutorial:transfer-api/simpletank|Creating a tank block entity]] walks you through how you can create a simple tank block entity, and what ''FluidVariant'' is.
   - [[tutorial:transfer-api/storage|Understanding Storage<FluidVariant>]] teaches what ''Storage<FluidVariant>'' is and how to use it.   - [[tutorial:transfer-api/storage|Understanding Storage<FluidVariant>]] teaches what ''Storage<FluidVariant>'' is and how to use it.
   - [[tutorial:transfer-api/fluid_implementation|How to implement Storage<FluidVariant>]] provides an overview of the storage implementations provided by Fabric that you can use in your mods, with plenty of example code.   - [[tutorial:transfer-api/fluid_implementation|How to implement Storage<FluidVariant>]] provides an overview of the storage implementations provided by Fabric that you can use in your mods, with plenty of example code.
Line 19: Line 19:
  
 ==== Fluid-containing items ==== ==== Fluid-containing items ====
-  - [Not yet written] How to use and implement the fluid-containing item API.+  - [Not finished[[tutorial:transfer-api/fluid-containing-items|How to use and implement the fluid-containing item API]].
  
 ==== The TechReborn Energy API ==== ==== The TechReborn Energy API ====
   - [Not yet written] How to use and implement the TR energy API.   - [Not yet written] How to use and implement the TR energy API.
tutorial/transfer-api.txt · Last modified: 2023/07/19 13:38 by technici4n