Package net.minecraft.world.gen.feature
Class FlowerPatchFeature
java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.FlowerPatchFeature
public class FlowerPatchFeature extends Feature
- Mappings:
Namespace Name official aouintermediary net/minecraft/class_442named net/minecraft/world/gen/feature/FlowerPatchFeature
-
Field Summary
Fields Modifier and Type Field Description private FlowerBlockfield_1923private BlockStatefield_1924 -
Constructor Summary
Constructors Constructor Description FlowerPatchFeature(FlowerBlock flowerBlock, FlowerBlock.FlowerType flowerType) -
Method Summary
Modifier and Type Method Description booleangenerate(World world, Random random, BlockPos blockPos)voidmethod_1541(FlowerBlock flowerBlock, FlowerBlock.FlowerType flowerType)Methods inherited from class net.minecraft.world.gen.feature.Feature
method_1538, method_1540
-
Field Details
-
field_1923
- Mappings:
Namespace Name Mixin selector official aLaou;a:Lagw;intermediary field_1923Lnet/minecraft/class_442;field_1923:Lnet/minecraft/class_211;named field_1923Lnet/minecraft/world/gen/feature/FlowerPatchFeature;field_1923:Lnet/minecraft/block/FlowerBlock;
-
field_1924
- Mappings:
Namespace Name Mixin selector official bLaou;b:Lalz;intermediary field_1924Lnet/minecraft/class_442;field_1924:Lnet/minecraft/class_376;named field_1924Lnet/minecraft/world/gen/feature/FlowerPatchFeature;field_1924:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
FlowerPatchFeature
-
-
Method Details
-
method_1541
- Mappings:
Namespace Name Mixin selector official aLaou;a(Lagw;Lagw$a;)Vintermediary method_1541Lnet/minecraft/class_442;method_1541(Lnet/minecraft/class_211;Lnet/minecraft/class_211$class_212;)Vnamed method_1541Lnet/minecraft/world/gen/feature/FlowerPatchFeature;method_1541(Lnet/minecraft/block/FlowerBlock;Lnet/minecraft/block/FlowerBlock$FlowerType;)V
-
generate
- Specified by:
generatein classFeature- Mappings:
Namespace Name Mixin selector official bLaot;b(Ladm;Ljava/util/Random;Lcj;)Zintermediary method_1539Lnet/minecraft/class_441;method_1539(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_1372;)Znamed generateLnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z
-