Package net.minecraft.world.gen.feature
Class DoublePlantFeature
java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.DoublePlantFeature
public class DoublePlantFeature extends Feature
- Mappings:
Namespace Name official aosintermediary net/minecraft/class_440named net/minecraft/world/gen/feature/DoublePlantFeature
-
Field Summary
Fields Modifier and Type Field Description private DoublePlantBlock.DoublePlantTypefield_1921 -
Constructor Summary
Constructors Constructor Description DoublePlantFeature() -
Method Summary
Modifier and Type Method Description booleangenerate(World world, Random random, BlockPos blockPos)voidmethod_1537(DoublePlantBlock.DoublePlantType doublePlantType)Methods inherited from class net.minecraft.world.gen.feature.Feature
method_1538, method_1540
-
Field Details
-
field_1921
- Mappings:
Namespace Name Mixin selector official aLaos;a:Lagi$b;intermediary field_1921Lnet/minecraft/class_440;field_1921:Lnet/minecraft/class_195$class_197;named field_1921Lnet/minecraft/world/gen/feature/DoublePlantFeature;field_1921:Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;
-
-
Constructor Details
-
DoublePlantFeature
public DoublePlantFeature()
-
-
Method Details
-
method_1537
- Mappings:
Namespace Name Mixin selector official aLaos;a(Lagi$b;)Vintermediary method_1537Lnet/minecraft/class_440;method_1537(Lnet/minecraft/class_195$class_197;)Vnamed method_1537Lnet/minecraft/world/gen/feature/DoublePlantFeature;method_1537(Lnet/minecraft/block/DoublePlantBlock$DoublePlantType;)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
-