Class ModWorld

java.lang.Object
de.teamlapen.werewolves.core.ModWorld

public class ModWorld extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType<?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType<?>>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?>>
     
  • 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

    • TRUNK_PLACER

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?>> TRUNK_PLACER
    • FOLIAGE_PLACER

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType<?>> FOLIAGE_PLACER
    • JACARANDA_TRUNK

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?>> JACARANDA_TRUNK
    • MAGIC_FOLIAGE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerType<?>> MAGIC_FOLIAGE
  • Constructor Details

    • ModWorld

      public ModWorld()