Class BonusChestFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.BonusChestFeature

public class BonusChestFeature extends Feature
Mappings:
Namespace Name
official aol
intermediary net/minecraft/class_1222
named net/minecraft/world/gen/feature/BonusChestFeature
  • Field Details

    • field_10142

      private final List<WeightedRandomChestContent> field_10142
      Mappings:
      Namespace Name Mixin selector
      official a Laol;a:Ljava/util/List;
      intermediary field_10142 Lnet/minecraft/class_1222;field_10142:Ljava/util/List;
      named field_10142 Lnet/minecraft/world/gen/feature/BonusChestFeature;field_10142:Ljava/util/List;
    • field_4878

      private final int field_4878
      Mappings:
      Namespace Name Mixin selector
      official b Laol;b:I
      intermediary field_4878 Lnet/minecraft/class_1222;field_4878:I
      named field_4878 Lnet/minecraft/world/gen/feature/BonusChestFeature;field_4878:I
  • Constructor Details

  • Method Details

    • generate

      public boolean generate(World world, Random random, BlockPos blockPos)
      Specified by:
      generate in class Feature
      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