Class RandomPatchFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature<RandomPatchFeatureConfig>
net.minecraft.world.gen.feature.RandomPatchFeature

public class RandomPatchFeature extends Feature<RandomPatchFeatureConfig>
Mappings:
Namespace Name
official did
intermediary net/minecraft/class_4628
named net/minecraft/world/gen/feature/RandomPatchFeature
  • Constructor Details

    • RandomPatchFeature

      public RandomPatchFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldhf;<init>(Lcom/mojang/serialization/Codec;)V
      intermediary <init> Lnet/minecraft/class_3031;<init>(Lcom/mojang/serialization/Codec;)V
      named <init> Lnet/minecraft/world/gen/feature/Feature;<init>(Lcom/mojang/serialization/Codec;)V
  • Method Details

    • generate

      public boolean generate(FeatureContext<RandomPatchFeatureConfig> context)
      Specified by:
      generate in class Feature<RandomPatchFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Ldhf;a(Ldhh;)Z
      intermediary method_13151 Lnet/minecraft/class_3031;method_13151(Lnet/minecraft/class_5821;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/gen/feature/util/FeatureContext;)Z