Package net.liukrast.multipart.datagen
Interface MultiPartAPIStateHelper.PathProvider
- Enclosing class:
MultiPartAPIStateHelper
public static interface MultiPartAPIStateHelper.PathProvider
A simple interface used to provide the path where your file is stored based on state and id
-
Method Summary
-
Method Details
-
provide
The method for the functional interface.- Parameters:
state- the current stateid- the block id- Returns:
- the file path.
-