Class SpikeFeature

java.lang.Object
net.minecraft.world.level.levelgen.feature.Feature<SpikeConfiguration>
net.minecraft.world.level.levelgen.feature.SpikeFeature

public class SpikeFeature extends Feature<SpikeConfiguration>
  • Constructor Details

    • SpikeFeature

      public SpikeFeature(com.mojang.serialization.Codec<SpikeConfiguration> codec)
  • Method Details

    • place

      public boolean place(FeaturePlaceContext<SpikeConfiguration> context)
      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<SpikeConfiguration>
      Parameters:
      context - A context object with a reference to the level and the position the feature is being placed at