Class ExampleBookProviderJava

java.lang.Object
dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider
dev.aaronhowser.mods.patchoulidatagen.example_java.ExampleBookProviderJava
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class ExampleBookProviderJava extends dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from class dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider

    dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider.Companion

    Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider

    net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider>
  • Field Summary

    Fields inherited from class dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider

    BOLD, BR, BR2, Companion, ITALIC, LI, LI2, LI3, OBFUSCATED, RESET, STRIKETHROUGH, UNDERLINE

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, INDENT_WIDTH, KEY_COMPARATOR, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExampleBookProviderJava(@NotNull net.minecraft.data.DataGenerator generator, net.minecraft.core.HolderLookup.Provider registries, @NotNull String bookId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull dev.aaronhowser.mods.patchoulidatagen.book_element.PatchouliBook
     

    Methods inherited from class dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider

    colored, command, doubleSpacedLines, getName, internalLink, internalLink, keybind, lines, run, tooltip

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExampleBookProviderJava

      public ExampleBookProviderJava(@NotNull @NotNull net.minecraft.data.DataGenerator generator, @NotNull net.minecraft.core.HolderLookup.Provider registries, @NotNull @NotNull String bookId)
  • Method Details

    • buildBook

      @NotNull public @NotNull dev.aaronhowser.mods.patchoulidatagen.book_element.PatchouliBook buildBook()
      Specified by:
      buildBook in class dev.aaronhowser.mods.patchoulidatagen.provider.PatchouliBookProvider