Class Feature

java.lang.Object
net.minecraft.world.gen.feature.Feature
Direct Known Subclasses:
BonusChestFeature, CactusFeature, class_433, class_449, 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_441
named net/minecraft/world/gen/feature/Feature
  • Field Details

    • field_1922

      private final boolean field_1922
      Mappings:
      Namespace Name Mixin selector
      official a Laot;a:Z
      intermediary field_1922 Lnet/minecraft/class_441;field_1922:Z
      named field_1922 Lnet/minecraft/world/gen/feature/Feature;field_1922:Z
  • Constructor Details

    • Feature

      public Feature()
    • Feature

      public Feature​(boolean bool)
  • 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_1539 Lnet/minecraft/class_441;method_1539(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_1372;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z
    • method_1540

      public void method_1540()
      Mappings:
      Namespace Name Mixin selector
      official e Laot;e()V
      intermediary method_1540 Lnet/minecraft/class_441;method_1540()V
      named method_1540 Lnet/minecraft/world/gen/feature/Feature;method_1540()V
    • method_1538

      protected void method_1538​(World world, BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Laot;a(Ladm;Lcj;Lalz;)V
      intermediary method_1538 Lnet/minecraft/class_441;method_1538(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)V
      named method_1538 Lnet/minecraft/world/gen/feature/Feature;method_1538(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V