Class WaterloggedVegetationPatchFeature


public class WaterloggedVegetationPatchFeature extends VegetationPatchFeature
Mappings:
Namespace Name
official dix
intermediary net/minecraft/class_5923
named net/minecraft/world/gen/feature/WaterloggedVegetationPatchFeature
  • Constructor Details

    • WaterloggedVegetationPatchFeature

      public WaterloggedVegetationPatchFeature(com.mojang.serialization.Codec<VegetationPatchFeatureConfig> 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

    • placeGroundAndGetPositions

      protected Set<BlockPos> placeGroundAndGetPositions(StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, BlockPos pos, Predicate<BlockState> replaceable, int radiusX, int radiusZ)
      Overrides:
      placeGroundAndGetPositions in class VegetationPatchFeature
      Mappings:
      Namespace Name Mixin selector
      official a Ldiu;a(Lckp;Ldki;Laoh;Lgp;Ljava/util/function/Predicate;II)Ljava/util/Set;
      intermediary method_34316 Lnet/minecraft/class_5922;method_34316(Lnet/minecraft/class_5281;Lnet/minecraft/class_5927;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Ljava/util/function/Predicate;II)Ljava/util/Set;
      named placeGroundAndGetPositions Lnet/minecraft/world/gen/feature/VegetationPatchFeature;placeGroundAndGetPositions(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/feature/VegetationPatchFeatureConfig;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;Ljava/util/function/Predicate;II)Ljava/util/Set;
    • isSolidBlockAroundPos

      private static boolean isSolidBlockAroundPos(StructureWorldAccess world, Set<BlockPos> positions, BlockPos pos, BlockPos.Mutable mutablePos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldix;a(Lckp;Ljava/util/Set;Lgp;Lgp$a;)Z
      intermediary method_34323 Lnet/minecraft/class_5923;method_34323(Lnet/minecraft/class_5281;Ljava/util/Set;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338$class_2339;)Z
      named isSolidBlockAroundPos Lnet/minecraft/world/gen/feature/WaterloggedVegetationPatchFeature;isSolidBlockAroundPos(Lnet/minecraft/world/StructureWorldAccess;Ljava/util/Set;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos$Mutable;)Z
    • isSolidBlockSide

      private static boolean isSolidBlockSide(StructureWorldAccess world, BlockPos pos, BlockPos.Mutable mutablePos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Ldix;a(Lckp;Lgp;Lgp$a;Lgv;)Z
      intermediary method_34322 Lnet/minecraft/class_5923;method_34322(Lnet/minecraft/class_5281;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_2350;)Z
      named isSolidBlockSide Lnet/minecraft/world/gen/feature/WaterloggedVegetationPatchFeature;isSolidBlockSide(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/util/math/Direction;)Z
    • generateVegetationFeature

      protected boolean generateVegetationFeature(StructureWorldAccess world, VegetationPatchFeatureConfig config, ChunkGenerator generator, Random random, BlockPos pos)
      Overrides:
      generateVegetationFeature in class VegetationPatchFeature
      Mappings:
      Namespace Name Mixin selector
      official a Ldiu;a(Lckp;Ldki;Ldaq;Laoh;Lgp;)Z
      intermediary method_34315 Lnet/minecraft/class_5922;method_34315(Lnet/minecraft/class_5281;Lnet/minecraft/class_5927;Lnet/minecraft/class_2794;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Z
      named generateVegetationFeature Lnet/minecraft/world/gen/feature/VegetationPatchFeature;generateVegetationFeature(Lnet/minecraft/world/StructureWorldAccess;Lnet/minecraft/world/gen/feature/VegetationPatchFeatureConfig;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Z