Class ForestBiome

java.lang.Object
net.minecraft.world.biome.Biome
net.minecraft.world.biome.ForestBiome

public class ForestBiome extends Biome
Mappings:
Namespace Name
intermediary net/minecraft/class_368
glue class_399
server kk
client rb
named net/minecraft/world/biome/ForestBiome
  • Constructor Details

    • ForestBiome

      public ForestBiome()
  • Method Details

    • getRandomTreeFeature

      public Feature getRandomTreeFeature(Random random)
      Overrides:
      getRandomTreeFeature in class Biome
      Mappings:
      Namespace Name Mixin selector
      intermediary method_797 Lnet/minecraft/class_153;method_797(Ljava/util/Random;)Lnet/minecraft/class_239;
      glue method_895 Lclass_256;method_895(Ljava/util/Random;)Lclass_364;
      server a Lgs;a(Ljava/util/Random;)Ljm;
      client a Lkd;a(Ljava/util/Random;)Lpg;
      named getRandomTreeFeature Lnet/minecraft/world/biome/Biome;getRandomTreeFeature(Ljava/util/Random;)Lnet/minecraft/world/gen/feature/Feature;