Package net.minecraft.world.gen.feature
Class PlacedFeatures
java.lang.Object
net.minecraft.world.gen.feature.PlacedFeatures
- Mappings:
Namespace Name official mmintermediary net/minecraft/class_6817named net/minecraft/world/gen/feature/PlacedFeatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifierstatic final PlacementModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlacementModifiercreateCountExtraModifier(int count, float extraChance, int extraCount) static PlacedFeaturestatic PlacedFeatureregister(String id, PlacedFeature feature)
-
Field Details
-
MOTION_BLOCKING_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector official aLmm;a:Lddz;intermediary field_36078Lnet/minecraft/class_6817;field_36078:Lnet/minecraft/class_6797;named MOTION_BLOCKING_HEIGHTMAPLnet/minecraft/world/gen/feature/PlacedFeatures;MOTION_BLOCKING_HEIGHTMAP:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
OCEAN_FLOOR_WG_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector official bLmm;b:Lddz;intermediary field_36079Lnet/minecraft/class_6817;field_36079:Lnet/minecraft/class_6797;named OCEAN_FLOOR_WG_HEIGHTMAPLnet/minecraft/world/gen/feature/PlacedFeatures;OCEAN_FLOOR_WG_HEIGHTMAP:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
WORLD_SURFACE_WG_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector official cLmm;c:Lddz;intermediary field_36080Lnet/minecraft/class_6817;field_36080:Lnet/minecraft/class_6797;named WORLD_SURFACE_WG_HEIGHTMAPLnet/minecraft/world/gen/feature/PlacedFeatures;WORLD_SURFACE_WG_HEIGHTMAP:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
OCEAN_FLOOR_HEIGHTMAP
- Mappings:
Namespace Name Mixin selector official dLmm;d:Lddz;intermediary field_36081Lnet/minecraft/class_6817;field_36081:Lnet/minecraft/class_6797;named OCEAN_FLOOR_HEIGHTMAPLnet/minecraft/world/gen/feature/PlacedFeatures;OCEAN_FLOOR_HEIGHTMAP:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
BOTTOM_TO_TOP_RANGE
- Mappings:
Namespace Name Mixin selector official eLmm;e:Lddz;intermediary field_36082Lnet/minecraft/class_6817;field_36082:Lnet/minecraft/class_6797;named BOTTOM_TO_TOP_RANGELnet/minecraft/world/gen/feature/PlacedFeatures;BOTTOM_TO_TOP_RANGE:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
TEN_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector official fLmm;f:Lddz;intermediary field_36083Lnet/minecraft/class_6817;field_36083:Lnet/minecraft/class_6797;named TEN_ABOVE_AND_BELOW_RANGELnet/minecraft/world/gen/feature/PlacedFeatures;TEN_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
EIGHT_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector official gLmm;g:Lddz;intermediary field_36084Lnet/minecraft/class_6817;field_36084:Lnet/minecraft/class_6797;named EIGHT_ABOVE_AND_BELOW_RANGELnet/minecraft/world/gen/feature/PlacedFeatures;EIGHT_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
FOUR_ABOVE_AND_BELOW_RANGE
- Mappings:
Namespace Name Mixin selector official hLmm;h:Lddz;intermediary field_36085Lnet/minecraft/class_6817;field_36085:Lnet/minecraft/class_6797;named FOUR_ABOVE_AND_BELOW_RANGELnet/minecraft/world/gen/feature/PlacedFeatures;FOUR_ABOVE_AND_BELOW_RANGE:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
BOTTOM_TO_120_RANGE
- Mappings:
Namespace Name Mixin selector official iLmm;i:Lddz;intermediary field_36086Lnet/minecraft/class_6817;field_36086:Lnet/minecraft/class_6797;named BOTTOM_TO_120_RANGELnet/minecraft/world/gen/feature/PlacedFeatures;BOTTOM_TO_120_RANGE:Lnet/minecraft/world/gen/decorator/PlacementModifier;
-
-
Constructor Details
-
PlacedFeatures
public PlacedFeatures()
-
-
Method Details
-
getDefaultPlacedFeature
- Mappings:
Namespace Name Mixin selector official aLmm;a()Lddw;intermediary method_39735Lnet/minecraft/class_6817;method_39735()Lnet/minecraft/class_6796;named getDefaultPlacedFeatureLnet/minecraft/world/gen/feature/PlacedFeatures;getDefaultPlacedFeature()Lnet/minecraft/world/gen/feature/PlacedFeature;
-
register
- Mappings:
Namespace Name Mixin selector official aLmm;a(Ljava/lang/String;Lddw;)Lddw;intermediary method_39737Lnet/minecraft/class_6817;method_39737(Ljava/lang/String;Lnet/minecraft/class_6796;)Lnet/minecraft/class_6796;named registerLnet/minecraft/world/gen/feature/PlacedFeatures;register(Ljava/lang/String;Lnet/minecraft/world/gen/feature/PlacedFeature;)Lnet/minecraft/world/gen/feature/PlacedFeature;
-
createCountExtraModifier
public static PlacementModifier createCountExtraModifier(int count, float extraChance, int extraCount) - Mappings:
Namespace Name Mixin selector official aLmm;a(IFI)Lddz;intermediary method_39736Lnet/minecraft/class_6817;method_39736(IFI)Lnet/minecraft/class_6797;named createCountExtraModifierLnet/minecraft/world/gen/feature/PlacedFeatures;createCountExtraModifier(IFI)Lnet/minecraft/world/gen/decorator/PlacementModifier;
-