接口 SpiderBiomeCreator
public interface SpiderBiomeCreator
蜘蛛生物群系创建器
蛛丝马迹的专属蜘蛛生物群系的创建器- 从以下版本开始:
- 1.0.0
-
方法概要
静态方法修饰符和类型方法说明static net.minecraft.world.biome.BiomecreateCreepySpiderForest(net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.feature.PlacedFeature> featureLookup, net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.carver.ConfiguredCarver<?>> carverLookup) 创建蜘蛛诡林
-
方法详细资料
-
createCreepySpiderForest
static net.minecraft.world.biome.Biome createCreepySpiderForest(net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.feature.PlacedFeature> featureLookup, net.minecraft.registry.RegistryEntryLookup<net.minecraft.world.gen.carver.ConfiguredCarver<?>> carverLookup) 创建蜘蛛诡林- 参数:
featureLookup- featureLookupcarverLookup- carverLookup- 返回:
- 蜘蛛诡林生物群系
-