Class GlowLichenFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature<GlowLichenFeatureConfig>
net.minecraft.world.gen.feature.GlowLichenFeature

public class GlowLichenFeature extends Feature<GlowLichenFeatureConfig>
Mappings:
Namespace Name
official dbd
intermediary net/minecraft/class_5779
named net/minecraft/world/gen/feature/GlowLichenFeature
  • Constructor Details

    • GlowLichenFeature

      public GlowLichenFeature(com.mojang.serialization.Codec<GlowLichenFeatureConfig> configCodec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldak;<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<GlowLichenFeatureConfig> context)
      Specified by:
      generate in class Feature<GlowLichenFeatureConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Ldak;a(Ldam;)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
    • generate

      public static boolean generate(StructureWorldAccess world, BlockPos pos, BlockState state, GlowLichenFeatureConfig config, AbstractRandom abstractRandom, List<Direction> directions)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbd;a(Lcek;Lgm;Lcsg;Ldcv;Laki;Ljava/util/List;)Z
      intermediary method_33391 Lnet/minecraft/class_5779;method_33391(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_5780;Lnet/minecraft/class_5819;Ljava/util/List;)Z
      named generate Lnet/minecraft/world/gen/feature/GlowLichenFeature;generate(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/gen/feature/GlowLichenFeatureConfig;Lnet/minecraft/world/gen/random/AbstractRandom;Ljava/util/List;)Z
    • shuffleDirections

      public static List<Direction> shuffleDirections(GlowLichenFeatureConfig config, AbstractRandom abstractRandom)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbd;a(Ldcv;Laki;)Ljava/util/List;
      intermediary method_33392 Lnet/minecraft/class_5779;method_33392(Lnet/minecraft/class_5780;Lnet/minecraft/class_5819;)Ljava/util/List;
      named shuffleDirections Lnet/minecraft/world/gen/feature/GlowLichenFeature;shuffleDirections(Lnet/minecraft/world/gen/feature/GlowLichenFeatureConfig;Lnet/minecraft/world/gen/random/AbstractRandom;)Ljava/util/List;
    • shuffleDirections

      public static List<Direction> shuffleDirections(GlowLichenFeatureConfig config, AbstractRandom abstractRandom, Direction excluded)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbd;a(Ldcv;Laki;Lgr;)Ljava/util/List;
      intermediary method_33393 Lnet/minecraft/class_5779;method_33393(Lnet/minecraft/class_5780;Lnet/minecraft/class_5819;Lnet/minecraft/class_2350;)Ljava/util/List;
      named shuffleDirections Lnet/minecraft/world/gen/feature/GlowLichenFeature;shuffleDirections(Lnet/minecraft/world/gen/feature/GlowLichenFeatureConfig;Lnet/minecraft/world/gen/random/AbstractRandom;Lnet/minecraft/util/math/Direction;)Ljava/util/List;
    • isAirOrWater

      private static boolean isAirOrWater(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official c Ldbd;c(Lcsg;)Z
      intermediary method_33395 Lnet/minecraft/class_5779;method_33395(Lnet/minecraft/class_2680;)Z
      named isAirOrWater Lnet/minecraft/world/gen/feature/GlowLichenFeature;isAirOrWater(Lnet/minecraft/block/BlockState;)Z