Klasse CustomBiomeFeature

java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.CustomBiomeFeature

public abstract class CustomBiomeFeature extends Object
Represents an small Abstract Way to add custom Structures like Ores to the Biome
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    abstract net.minecraft.world.level.levelgen.placement.PlacedFeature
    Should return a valid NMS-Feature for the Generation of the Biome

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • CustomBiomeFeature

      public CustomBiomeFeature()
  • Methodendetails

    • getFeature

      public abstract net.minecraft.world.level.levelgen.placement.PlacedFeature getFeature()
      Should return a valid NMS-Feature for the Generation of the Biome
      Gibt zurück:
      The NMS-Feature