类 SilkPlacedFeature
java.lang.Object
pers.saikel0rado1iu.silk.gen.world.SilkPlacedFeature
- 从以下版本开始:
- 0.1.0
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract voidbootstrap(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable) 参考PlacedFeatures.bootstrap(Registerable)protected static voidregister(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable, net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature> key, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.feature.ConfiguredFeature<?, ?>> feature, List<net.minecraft.world.gen.placementmodifier.PlacementModifier> modifiers) protected static voidregister(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable, net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature> key, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.feature.ConfiguredFeature<?, ?>> feature, net.minecraft.world.gen.placementmodifier.PlacementModifier... modifiers) protected static net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature>register(ModBasicData mod, String id)
-
字段详细资料
-
EMPTY
-
-
构造器详细资料
-
SilkPlacedFeature
public SilkPlacedFeature()
-
-
方法详细资料
-
register
@SilkApi protected static net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature> register(ModBasicData mod, String id) -
register
@SilkApi protected static void register(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable, net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature> key, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.feature.ConfiguredFeature<?, ?>> feature, List<net.minecraft.world.gen.placementmodifier.PlacementModifier> modifiers) -
register
@SilkApi protected static void register(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable, net.minecraft.registry.RegistryKey<net.minecraft.world.gen.feature.PlacedFeature> key, net.minecraft.registry.entry.RegistryEntry<net.minecraft.world.gen.feature.ConfiguredFeature<?, ?>> feature, net.minecraft.world.gen.placementmodifier.PlacementModifier... modifiers) -
bootstrap
@OverrideOnly public abstract void bootstrap(net.minecraft.registry.Registerable<net.minecraft.world.gen.feature.PlacedFeature> featureRegisterable) 参考PlacedFeatures.bootstrap(Registerable)
-