类 SilkBiomeKey
java.lang.Object
pers.saikel0rado1iu.silk.gen.world.SilkBiomeKey
用于创建、注册、生成生物群系
模组作者需要在 SilkWorldGenerator 中覆盖 SilkWorldGenerator.biomes()方法
- 从以下版本开始:
- 0.1.0
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract voidbootstrap(net.minecraft.registry.Registerable<net.minecraft.world.biome.Biome> biomeRegisterable) 参考BuiltinBiomes.bootstrap(Registerable)protected static net.minecraft.registry.RegistryKey<net.minecraft.world.biome.Biome>register(ModBasicData mod, String id)
-
字段详细资料
-
EMPTY
-
-
构造器详细资料
-
SilkBiomeKey
public SilkBiomeKey()
-
-
方法详细资料
-
register
protected static net.minecraft.registry.RegistryKey<net.minecraft.world.biome.Biome> register(ModBasicData mod, String id) -
bootstrap
@OverrideOnly public abstract void bootstrap(net.minecraft.registry.Registerable<net.minecraft.world.biome.Biome> biomeRegisterable) 参考BuiltinBiomes.bootstrap(Registerable)
-