Package net.minecraft.world.gen.feature
Class Feature
java.lang.Object
net.minecraft.world.gen.feature.Feature
- Direct Known Subclasses:
BonusChestFeature,CactusFeature,class_1770,class_1772,ClayFeature,DeadbushFeature,DesertWellFeature,DiskFeature,DoublePlantFeature,DungeonFeature,FillerBlockFeature,FlowerPatchFeature,FoliageFeature,GlowstoneClusterFeature,GlowstoneFeature,HugeMushroomFeature,IceSpikeFeature,LakesFeature,LilyPadFeature,MelonFeature,MushroomFeature,NetherFireFeature,NetherrackFeature,OreFeature,PumpkinFeature,StoneFeature,SugarcaneFeature,TallGrassFeature,VineFeature
- Mappings:
Namespace Name official bhpintermediary net/minecraft/class_1227named net/minecraft/world/gen/feature/Feature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanprotected voidmethod_21821(World world, BlockPos blockPos, Block block) protected voidmethod_21822(World world, BlockPos blockPos, Block block, int int2) voidprotected voidsetBlockStateWithoutUpdatingNeighbors(World world, BlockPos pos, BlockState state)
-
Field Details
-
emitNeighborBlockUpdates
private final boolean emitNeighborBlockUpdates- Mappings:
Namespace Name Mixin selector official aLbhp;a:Zintermediary field_4882Lnet/minecraft/class_1227;field_4882:Znamed emitNeighborBlockUpdatesLnet/minecraft/world/gen/feature/Feature;emitNeighborBlockUpdates:Z
-
-
Constructor Details
-
Feature
public Feature() -
Feature
public Feature(boolean open) - Mappings:
Namespace Name Mixin selector official <init>Lbhp;<init>(Z)Vintermediary <init>Lnet/minecraft/class_1227;<init>(Z)Vnamed <init>Lnet/minecraft/world/gen/feature/Feature;<init>(Z)V
-
-
Method Details
-
generate
- Mappings:
Namespace Name Mixin selector official bLbhp;b(Laqu;Ljava/util/Random;Ldt;)Zintermediary method_4028Lnet/minecraft/class_1227;method_4028(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Znamed generateLnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z
-
method_9209
public void method_9209()- Mappings:
Namespace Name Mixin selector official eLbhp;e()Vintermediary method_9209Lnet/minecraft/class_1227;method_9209()Vnamed method_9209Lnet/minecraft/world/gen/feature/Feature;method_9209()V
-
method_21821
- Mappings:
Namespace Name Mixin selector official aLbhp;a(Laqu;Ldt;Latr;)Vintermediary method_21821Lnet/minecraft/class_1227;method_21821(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;)Vnamed method_21821Lnet/minecraft/world/gen/feature/Feature;method_21821(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
-
method_21822
- Mappings:
Namespace Name Mixin selector official aLbhp;a(Laqu;Ldt;Latr;I)Vintermediary method_21822Lnet/minecraft/class_1227;method_21822(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;I)Vnamed method_21822Lnet/minecraft/world/gen/feature/Feature;method_21822(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
-
setBlockStateWithoutUpdatingNeighbors
- Mappings:
Namespace Name Mixin selector official aLbhp;a(Laqu;Ldt;Lbec;)Vintermediary method_9208Lnet/minecraft/class_1227;method_9208(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;)Vnamed setBlockStateWithoutUpdatingNeighborsLnet/minecraft/world/gen/feature/Feature;setBlockStateWithoutUpdatingNeighbors(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-