mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Add some todo's
This commit is contained in:
parent
762679921e
commit
764ded5855
4 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ import net.minecraft.world.item.ItemStack;
|
|||
import net.neoforged.api.distmarker.Dist;
|
||||
import net.neoforged.api.distmarker.OnlyIn;
|
||||
|
||||
//TODO: We're using Patchouli API for the new booklets. Do we still need this?
|
||||
public interface IBookletChapter {
|
||||
|
||||
IBookletPage[] getAllPages();
|
||||
|
|
|
@ -15,6 +15,7 @@ import net.neoforged.api.distmarker.OnlyIn;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
//TODO: We're using Patchouli API for the new booklets. Do we still need this?
|
||||
public interface IBookletEntry {
|
||||
|
||||
List<IBookletChapter> getAllChapters();
|
||||
|
|
|
@ -19,6 +19,7 @@ import net.neoforged.neoforge.fluids.FluidStack;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
//TODO: We're using Patchouli API for the new booklets. Do we still need this?
|
||||
public interface IBookletPage {
|
||||
|
||||
void getItemStacksForPage(List<ItemStack> list);
|
||||
|
|
|
@ -17,6 +17,7 @@ import net.minecraft.world.item.ItemStack;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
//TODO: We're using Patchouli API for the new booklets. Do we still need this?
|
||||
public abstract class GuiBookletBase extends Screen {
|
||||
|
||||
protected GuiBookletBase(Component titleIn) {
|
||||
|
|
Loading…
Reference in a new issue