Class BambooFeature


public class BambooFeature extends Feature<ProbabilityFeatureConfiguration>
  • Field Details

    • BAMBOO_TRUNK

      private static final BlockState BAMBOO_TRUNK
    • BAMBOO_FINAL_LARGE

      private static final BlockState BAMBOO_FINAL_LARGE
    • BAMBOO_TOP_LARGE

      private static final BlockState BAMBOO_TOP_LARGE
    • BAMBOO_TOP_SMALL

      private static final BlockState BAMBOO_TOP_SMALL
  • Constructor Details

  • Method Details

    • place

      public boolean place(FeaturePlaceContext<ProbabilityFeatureConfiguration> p_159438_)
      Description copied from class: Feature
      Places the given feature at the given location. During world generation, features are provided with a 3x3 region of chunks, centered on the chunk being generated, that they can safely generate into.
      Specified by:
      place in class Feature<ProbabilityFeatureConfiguration>
      Parameters:
      p_159438_ - A context object with a reference to the level and the position the feature is being placed at