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_430,class_455,DarkOakTreeFeature,JungleTreeFeature,OakTreeFeature,PineTreeFeature,SpruceTreeFeature
public abstract class FoliageFeature extends Feature
- Mappings:
Namespace Name official aohintermediary net/minecraft/class_429named net/minecraft/world/gen/feature/FoliageFeature
-
Constructor Summary
Constructors Constructor Description FoliageFeature(boolean bool) -
Method Summary
Modifier and Type Method Description protected voidmethod_1519(World world, BlockPos blockPos)voidmethod_1520(World world, Random random, BlockPos blockPos)protected booleanmethod_1521(Block block)Methods inherited from class net.minecraft.world.gen.feature.Feature
generate, method_1538, method_1540
-
Constructor Details
-
FoliageFeature
public FoliageFeature(boolean bool)
-
-
Method Details
-
method_1521
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Lafh;)Zintermediary method_1521Lnet/minecraft/class_429;method_1521(Lnet/minecraft/class_160;)Znamed method_1521Lnet/minecraft/world/gen/feature/FoliageFeature;method_1521(Lnet/minecraft/block/Block;)Z
-
method_1520
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Ladm;Ljava/util/Random;Lcj;)Vintermediary method_1520Lnet/minecraft/class_429;method_1520(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_1372;)Vnamed method_1520Lnet/minecraft/world/gen/feature/FoliageFeature;method_1520(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)V
-
method_1519
- Mappings:
Namespace Name Mixin selector official aLaoh;a(Ladm;Lcj;)Vintermediary method_1519Lnet/minecraft/class_429;method_1519(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;)Vnamed method_1519Lnet/minecraft/world/gen/feature/FoliageFeature;method_1519(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
-