Class OwlFixSoundDefinitionsProvider

java.lang.Object
net.neoforged.neoforge.common.data.SoundDefinitionsProvider
io.github.gameking1happy.gk1hextras.data.client.owlfix.OwlFixSoundDefinitionsProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class OwlFixSoundDefinitionsProvider extends net.neoforged.neoforge.common.data.SoundDefinitionsProvider
Owl Fix sound definitions datagen.
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.resources.ResourceLocation
    Owl hoot 1 Resource Location.
    static net.minecraft.resources.ResourceLocation
    Owl hoot 2 Resource Location.
    static net.minecraft.resources.ResourceLocation
    Owl hurt Resource Location.

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, INDENT_WIDTH, KEY_COMPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    OwlFixSoundDefinitionsProvider(@NotNull net.minecraft.data.PackOutput output, @NotNull net.neoforged.neoforge.common.data.ExistingFileHelper existingFileHelper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    void
     

    Methods inherited from class net.neoforged.neoforge.common.data.SoundDefinitionsProvider

    add, add, add, add, definition, run, sound, sound, sound, sound

    Methods inherited from class java.lang.Object

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

    • owlHurt

      public static net.minecraft.resources.ResourceLocation owlHurt
      Owl hurt Resource Location.
    • owlHoot1

      public static net.minecraft.resources.ResourceLocation owlHoot1
      Owl hoot 1 Resource Location.
    • owlHoot2

      public static net.minecraft.resources.ResourceLocation owlHoot2
      Owl hoot 2 Resource Location.
  • Constructor Details

    • OwlFixSoundDefinitionsProvider

      public OwlFixSoundDefinitionsProvider(@NotNull @NotNull net.minecraft.data.PackOutput output, @NotNull @NotNull net.neoforged.neoforge.common.data.ExistingFileHelper existingFileHelper)
      Parameters:
      output - Pack output.
      existingFileHelper - Existing file helper.
  • Method Details

    • registerSounds

      public void registerSounds()
      Specified by:
      registerSounds in class net.neoforged.neoforge.common.data.SoundDefinitionsProvider
    • getName

      @NotNull public @NotNull String getName()
      Specified by:
      getName in interface net.minecraft.data.DataProvider
      Overrides:
      getName in class net.neoforged.neoforge.common.data.SoundDefinitionsProvider