Skip to content

Commit

Permalink
Add incomplete RegistrableBookInfo ( seeing if webhook-actions work )
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBunnyDc committed Sep 23, 2024
1 parent 12b1c09 commit 970a5ed
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package de.wonejo.wuidebook.api.book;

import net.minecraft.resources.ResourceLocation;

import java.awt.*;

public interface RegistrableBookInfo {

ResourceLocation bookId ();
ResourceLocation modelLocation ();

Color bookColor ();

boolean shouldSpawnWithBook ();

}

0 comments on commit 970a5ed

Please sign in to comment.