Package net.minecraft.world.gen.feature
Class PlacedFeatures
java.lang.Object
net.minecraft.world.gen.feature.PlacedFeatures
- Mappings:
Namespace Name named net/minecraft/world/gen/feature/PlacedFeatures
intermediary net/minecraft/class_6817
official sx
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
static final PlacementModifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bootstrap
(Registerable<PlacedFeature> featureRegisterable) static PlacementModifier
createCountExtraModifier
(int count, float extraChance, int extraCount) static <FC extends FeatureConfig,
F extends Feature<FC>>
RegistryEntry<PlacedFeature> createEntry
(F feature, FC featureConfig) static <FC extends FeatureConfig,
F extends Feature<FC>>
RegistryEntry<PlacedFeature> createEntry
(F feature, FC featureConfig, BlockPredicate predicate) static <FC extends FeatureConfig,
F extends Feature<FC>>
RegistryEntry<PlacedFeature> createEntry
(F feature, FC featureConfig, PlacementModifier[] modifiers) static RegistryEntry
<PlacedFeature> createEntry
(RegistryEntry<ConfiguredFeature<?, ?>> feature, PlacementModifier[] modifiers) isAir()
static RegistryKey
<PlacedFeature> static void
register
(Registerable<PlacedFeature> featureRegisterable, RegistryKey<PlacedFeature> key, RegistryEntry<ConfiguredFeature<?, ?>> feature, List<PlacementModifier> modifiers) static void
register
(Registerable<PlacedFeature> featureRegisterable, RegistryKey<PlacedFeature> key, RegistryEntry<ConfiguredFeature<?, ?>> feature, PlacementModifier[] modifiers) static BlockFilterPlacementModifier
wouldSurvive
(Block block)
-
Field Details
-
MOTION_BLOCKING_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector named MOTION_BLOCKING_HEIGHTMAP
Lnet/minecraft/world/gen/feature/PlacedFeatures;MOTION_BLOCKING_HEIGHTMAP:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36078
Lnet/minecraft/class_6817;field_36078:Lnet/minecraft/class_6797;
official a
Lsx;a:Leht;
-
OCEAN_FLOOR_WG_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector named OCEAN_FLOOR_WG_HEIGHTMAP
Lnet/minecraft/world/gen/feature/PlacedFeatures;OCEAN_FLOOR_WG_HEIGHTMAP:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36079
Lnet/minecraft/class_6817;field_36079:Lnet/minecraft/class_6797;
official b
Lsx;b:Leht;
-
WORLD_SURFACE_WG_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector named WORLD_SURFACE_WG_HEIGHTMAP
Lnet/minecraft/world/gen/feature/PlacedFeatures;WORLD_SURFACE_WG_HEIGHTMAP:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36080
Lnet/minecraft/class_6817;field_36080:Lnet/minecraft/class_6797;
official c
Lsx;c:Leht;
-
OCEAN_FLOOR_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector named OCEAN_FLOOR_HEIGHTMAP
Lnet/minecraft/world/gen/feature/PlacedFeatures;OCEAN_FLOOR_HEIGHTMAP:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36081
Lnet/minecraft/class_6817;field_36081:Lnet/minecraft/class_6797;
official d
Lsx;d:Leht;
-
BOTTOM_TO_TOP_RANGE
- Mappings:
Namespace Name Mixin selector named BOTTOM_TO_TOP_RANGE
Lnet/minecraft/world/gen/feature/PlacedFeatures;BOTTOM_TO_TOP_RANGE:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36082
Lnet/minecraft/class_6817;field_36082:Lnet/minecraft/class_6797;
official e
Lsx;e:Leht;
-
TEN_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector named TEN_ABOVE_AND_BELOW_RANGE
Lnet/minecraft/world/gen/feature/PlacedFeatures;TEN_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36083
Lnet/minecraft/class_6817;field_36083:Lnet/minecraft/class_6797;
official f
Lsx;f:Leht;
-
EIGHT_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector named EIGHT_ABOVE_AND_BELOW_RANGE
Lnet/minecraft/world/gen/feature/PlacedFeatures;EIGHT_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36084
Lnet/minecraft/class_6817;field_36084:Lnet/minecraft/class_6797;
official g
Lsx;g:Leht;
-
FOUR_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector named FOUR_ABOVE_AND_BELOW_RANGE
Lnet/minecraft/world/gen/feature/PlacedFeatures;FOUR_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36085
Lnet/minecraft/class_6817;field_36085:Lnet/minecraft/class_6797;
official h
Lsx;h:Leht;
-
BOTTOM_TO_120_RANGE
- Mappings:
Namespace Name Mixin selector named BOTTOM_TO_120_RANGE
Lnet/minecraft/world/gen/feature/PlacedFeatures;BOTTOM_TO_120_RANGE:Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary field_36086
Lnet/minecraft/class_6817;field_36086:Lnet/minecraft/class_6797;
official i
Lsx;i:Leht;
-
-
Constructor Details
-
PlacedFeatures
public PlacedFeatures()
-
-
Method Details
-
bootstrap
- Mappings:
Namespace Name Mixin selector named bootstrap
Lnet/minecraft/world/gen/feature/PlacedFeatures;bootstrap(Lnet/minecraft/registry/Registerable;)V
intermediary method_39735
Lnet/minecraft/class_6817;method_39735(Lnet/minecraft/class_7891;)V
official a
Lsx;a(Lrc;)V
-
of
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/world/gen/feature/PlacedFeatures;of(Ljava/lang/String;)Lnet/minecraft/registry/RegistryKey;
intermediary method_46865
Lnet/minecraft/class_6817;method_46865(Ljava/lang/String;)Lnet/minecraft/class_5321;
official a
Lsx;a(Ljava/lang/String;)Lale;
-
register
public static void register(Registerable<PlacedFeature> featureRegisterable, RegistryKey<PlacedFeature> key, RegistryEntry<ConfiguredFeature<?, ?>> feature, List<PlacementModifier> modifiers) - Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/world/gen/feature/PlacedFeatures;register(Lnet/minecraft/registry/Registerable;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/util/List;)V
intermediary method_39737
Lnet/minecraft/class_6817;method_39737(Lnet/minecraft/class_7891;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;Ljava/util/List;)V
official a
Lsx;a(Lrc;Lale;Lji;Ljava/util/List;)V
-
register
public static void register(Registerable<PlacedFeature> featureRegisterable, RegistryKey<PlacedFeature> key, RegistryEntry<ConfiguredFeature<?, ?>> feature, PlacementModifier[] modifiers) - Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/world/gen/feature/PlacedFeatures;register(Lnet/minecraft/registry/Registerable;Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/entry/RegistryEntry;[Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;)V
intermediary method_40370
Lnet/minecraft/class_6817;method_40370(Lnet/minecraft/class_7891;Lnet/minecraft/class_5321;Lnet/minecraft/class_6880;[Lnet/minecraft/class_6797;)V
official a
Lsx;a(Lrc;Lale;Lji;[Leht;)V
-
createCountExtraModifier
public static PlacementModifier createCountExtraModifier(int count, float extraChance, int extraCount) - Mappings:
Namespace Name Mixin selector named createCountExtraModifier
Lnet/minecraft/world/gen/feature/PlacedFeatures;createCountExtraModifier(IFI)Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;
intermediary method_39736
Lnet/minecraft/class_6817;method_39736(IFI)Lnet/minecraft/class_6797;
official a
Lsx;a(IFI)Leht;
-
isAir
- Mappings:
Namespace Name Mixin selector named isAir
Lnet/minecraft/world/gen/feature/PlacedFeatures;isAir()Lnet/minecraft/world/gen/placementmodifier/AbstractConditionalPlacementModifier;
intermediary method_40371
Lnet/minecraft/class_6817;method_40371()Lnet/minecraft/class_6661;
official a
Lsx;a()Lehs;
-
wouldSurvive
- Mappings:
Namespace Name Mixin selector named wouldSurvive
Lnet/minecraft/world/gen/feature/PlacedFeatures;wouldSurvive(Lnet/minecraft/block/Block;)Lnet/minecraft/world/gen/placementmodifier/BlockFilterPlacementModifier;
intermediary method_40365
Lnet/minecraft/class_6817;method_40365(Lnet/minecraft/class_2248;)Lnet/minecraft/class_6658;
official a
Lsx;a(Ldfb;)Lehf;
-
createEntry
public static RegistryEntry<PlacedFeature> createEntry(RegistryEntry<ConfiguredFeature<?, ?>> feature, PlacementModifier[] modifiers) - Mappings:
Namespace Name Mixin selector named createEntry
Lnet/minecraft/world/gen/feature/PlacedFeatures;createEntry(Lnet/minecraft/registry/entry/RegistryEntry;[Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;)Lnet/minecraft/registry/entry/RegistryEntry;
intermediary method_40369
Lnet/minecraft/class_6817;method_40369(Lnet/minecraft/class_6880;[Lnet/minecraft/class_6797;)Lnet/minecraft/class_6880;
official a
Lsx;a(Lji;[Leht;)Lji;
-
createEntry
public static <FC extends FeatureConfig,F extends Feature<FC>> RegistryEntry<PlacedFeature> createEntry(F feature, FC featureConfig, PlacementModifier[] modifiers) - Mappings:
Namespace Name Mixin selector named createEntry
Lnet/minecraft/world/gen/feature/PlacedFeatures;createEntry(Lnet/minecraft/world/gen/feature/Feature;Lnet/minecraft/world/gen/feature/FeatureConfig;[Lnet/minecraft/world/gen/placementmodifier/PlacementModifier;)Lnet/minecraft/registry/entry/RegistryEntry;
intermediary method_40368
Lnet/minecraft/class_6817;method_40368(Lnet/minecraft/class_3031;Lnet/minecraft/class_3037;[Lnet/minecraft/class_6797;)Lnet/minecraft/class_6880;
official a
Lsx;a(Leba;Lede;[Leht;)Lji;
-
createEntry
public static <FC extends FeatureConfig,F extends Feature<FC>> RegistryEntry<PlacedFeature> createEntry(F feature, FC featureConfig) - Mappings:
Namespace Name Mixin selector named createEntry
Lnet/minecraft/world/gen/feature/PlacedFeatures;createEntry(Lnet/minecraft/world/gen/feature/Feature;Lnet/minecraft/world/gen/feature/FeatureConfig;)Lnet/minecraft/registry/entry/RegistryEntry;
intermediary method_40366
Lnet/minecraft/class_6817;method_40366(Lnet/minecraft/class_3031;Lnet/minecraft/class_3037;)Lnet/minecraft/class_6880;
official a
Lsx;a(Leba;Lede;)Lji;
-
createEntry
public static <FC extends FeatureConfig,F extends Feature<FC>> RegistryEntry<PlacedFeature> createEntry(F feature, FC featureConfig, BlockPredicate predicate) - Mappings:
Namespace Name Mixin selector named createEntry
Lnet/minecraft/world/gen/feature/PlacedFeatures;createEntry(Lnet/minecraft/world/gen/feature/Feature;Lnet/minecraft/world/gen/feature/FeatureConfig;Lnet/minecraft/world/gen/blockpredicate/BlockPredicate;)Lnet/minecraft/registry/entry/RegistryEntry;
intermediary method_40367
Lnet/minecraft/class_6817;method_40367(Lnet/minecraft/class_3031;Lnet/minecraft/class_3037;Lnet/minecraft/class_6646;)Lnet/minecraft/class_6880;
official a
Lsx;a(Leba;Lede;Ldzd;)Lji;
-