Class NetherrackFeature

java.lang.Object
net.minecraft.world.gen.feature.Feature
net.minecraft.world.gen.feature.NetherrackFeature

public class NetherrackFeature extends Feature
Mappings:
Namespace Name
official aui
intermediary net/minecraft/class_1233
named net/minecraft/world/gen/feature/NetherrackFeature
  • Field Details

    • block

      private final Block block
      Mappings:
      Namespace Name Mixin selector
      official a Laui;a:Lajt;
      intermediary field_7526 Lnet/minecraft/class_1233;field_7526:Lnet/minecraft/class_197;
      named block Lnet/minecraft/world/gen/feature/NetherrackFeature;block:Lnet/minecraft/block/Block;
    • field_5511

      private final boolean field_5511
      Mappings:
      Namespace Name Mixin selector
      official b Laui;b:Z
      intermediary field_5511 Lnet/minecraft/class_1233;field_5511:Z
      named field_5511 Lnet/minecraft/world/gen/feature/NetherrackFeature;field_5511:Z
  • Constructor Details

    • NetherrackFeature

      public NetherrackFeature(Block block, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laui;<init>(Lajt;Z)V
      intermediary <init> Lnet/minecraft/class_1233;<init>(Lnet/minecraft/class_197;Z)V
      named <init> Lnet/minecraft/world/gen/feature/NetherrackFeature;<init>(Lnet/minecraft/block/Block;Z)V
  • Method Details

    • generate

      public boolean generate(World world, Random random, BlockPos blockPos)
      Specified by:
      generate in class Feature
      Mappings:
      Namespace Name Mixin selector
      official b Laud;b(Laht;Ljava/util/Random;Lcl;)Z
      intermediary method_4028 Lnet/minecraft/class_1227;method_4028(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)Z
      named generate Lnet/minecraft/world/gen/feature/Feature;generate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Z