Class FabricPlatformHelper
java.lang.Object
com.mrbysco.spawnoverlay.platform.FabricPlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> Get the conventional peaceful biome tag
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
getPeacefulTag
public net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> getPeacefulTag()Description copied from interface:IPlatformHelperGet the conventional peaceful biome tag- Specified by:
getPeacefulTagin interfaceIPlatformHelper- Returns:
- the peaceful biome tag
-