Class VTags.NoiseSettings

java.lang.Object
io.github.vampirestudios.vampirelib.init.VTags.NoiseSettings
Enclosing class:
VTags

public static class VTags.NoiseSettings extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • AMPLIFIED

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> AMPLIFIED
    • CAVES

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> CAVES
    • END

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> END
    • FLOATING_ISLANDS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> FLOATING_ISLANDS
    • NETHER

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> NETHER
    • OVERWORLD

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.levelgen.NoiseGeneratorSettings> OVERWORLD
  • Constructor Details

    • NoiseSettings

      public NoiseSettings()