Klasse CustomBiomeFeature
java.lang.Object
de.freesoccerhdx.advancedworldcreatorapi.biome.CustomBiomeFeature
Represents an small Abstract Way to add custom Structures like Ores to the Biome
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract net.minecraft.world.level.levelgen.placement.PlacedFeature
Should return a valid NMS-Feature for the Generation of the Biome
-
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
-