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

public abstract class Feature extends Object
Mappings:
Namespace Name
official bhp
intermediary net/minecraft/class_1227
named net/minecraft/world/gen/feature/Feature
  • Field Details

    • emitNeighborBlockUpdates

      private final boolean emitNeighborBlockUpdates
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a:Z
      intermediary field_4882 Lnet/minecraft/class_1227;field_4882:Z
      named emitNeighborBlockUpdates Lnet/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)V
      intermediary <init> Lnet/minecraft/class_1227;<init>(Z)V
      named <init> Lnet/minecraft/world/gen/feature/Feature;<init>(Z)V
  • Method Details

    • generate

      public abstract boolean generate(World world, Random random, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official b Lbhp;b(Laqu;Ljava/util/Random;Ldt;)Z
      intermediary method_4028 Lnet/minecraft/class_1227;method_4028(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Z
      named generate Lnet/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 e Lbhp;e()V
      intermediary method_9209 Lnet/minecraft/class_1227;method_9209()V
      named method_9209 Lnet/minecraft/world/gen/feature/Feature;method_9209()V
    • method_21821

      protected void method_21821(World world, BlockPos blockPos, Block block)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a(Laqu;Ldt;Latr;)V
      intermediary method_21821 Lnet/minecraft/class_1227;method_21821(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;)V
      named method_21821 Lnet/minecraft/world/gen/feature/Feature;method_21821(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
    • method_21822

      protected void method_21822(World world, BlockPos blockPos, Block block, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a(Laqu;Ldt;Latr;I)V
      intermediary method_21822 Lnet/minecraft/class_1227;method_21822(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_197;I)V
      named method_21822 Lnet/minecraft/world/gen/feature/Feature;method_21822(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
    • setBlockStateWithoutUpdatingNeighbors

      protected void setBlockStateWithoutUpdatingNeighbors(World world, BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a(Laqu;Ldt;Lbec;)V
      intermediary method_9208 Lnet/minecraft/class_1227;method_9208(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;)V
      named setBlockStateWithoutUpdatingNeighbors Lnet/minecraft/world/gen/feature/Feature;setBlockStateWithoutUpdatingNeighbors(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V