Package net.minecraft.world.gen.feature
Class FoliageFeature
java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.FoliageFeature
- Direct Known Subclasses:
AcaciaTreeFeature,BirchTreeFeature,class_1220,class_1237,DarkOakTreeFeature,JungleTreeFeature,OakTreeFeature,PineTreeFeature,SpruceTreeFeature
- Mappings:
Namespace Name official aohintermediary net/minecraft/class_1769named net/minecraft/world/gen/feature/FoliageFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanmethod_6548(Block block) protected voidmethod_9197(World world, BlockPos pos) voidmethod_9198(World world, Random random, BlockPos pos) Methods inherited from class net.minecraft.world.gen.feature.Feature
generate, method_9209, setBlockStateWithoutUpdatingNeighbors
-
Constructor Details
-
FoliageFeature
public FoliageFeature(boolean open) - Mappings:
Namespace Name Mixin selector official <init>Laot;<init>(Z)Vintermediary <init>Lnet/minecraft/class_1227;<init>(Z)Vnamed <init>Lnet/minecraft/world/gen/feature/Feature;<init>(Z)V
-
-
Method Details
-
method_6548
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Lafh;)Zintermediary method_6548Lnet/minecraft/class_1769;method_6548(Lnet/minecraft/class_197;)Znamed method_6548Lnet/minecraft/world/gen/feature/FoliageFeature;method_6548(Lnet/minecraft/block/Block;)Z
-
method_9198
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Ladm;Ljava/util/Random;Lcj;)Vintermediary method_9198Lnet/minecraft/class_1769;method_9198(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Vnamed method_9198Lnet/minecraft/world/gen/feature/FoliageFeature;method_9198(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)V
-
method_9197
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Ladm;Lcj;)Vintermediary method_9197Lnet/minecraft/class_1769;method_9197(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;)Vnamed method_9197Lnet/minecraft/world/gen/feature/FoliageFeature;method_9197(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
-