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 aot
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 Laot;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> Laot;<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 Laot;b(Ladm;Ljava/util/Random;Lcj;)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 Laot;e()V
      intermediary method_9209 Lnet/minecraft/class_1227;method_9209()V
      named method_9209 Lnet/minecraft/world/gen/feature/Feature;method_9209()V
    • setBlockStateWithoutUpdatingNeighbors

      protected void setBlockStateWithoutUpdatingNeighbors(World world, BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Laot;a(Ladm;Lcj;Lalz;)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