Class MutatedBiome

java.lang.Object
net.minecraft.world.biome.Biome
net.minecraft.world.biome.MutatedBiome
Direct Known Subclasses:
SavannaBiome.ShatteredSavannaBiome

public class MutatedBiome
extends Biome
Mappings:
Namespace Name
official aem
intermediary net/minecraft/class_133
named net/minecraft/world/biome/MutatedBiome
  • Field Details

    • original

      protected Biome original
      Mappings:
      Namespace Name Mixin selector
      official aE Laem;aE:Lady;
      intermediary field_526 Lnet/minecraft/class_133;field_526:Lnet/minecraft/class_113;
      named original Lnet/minecraft/world/biome/MutatedBiome;original:Lnet/minecraft/world/biome/Biome;
  • Constructor Details

    • MutatedBiome

      public MutatedBiome​(int id, Biome original)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laem;<init>(ILady;)V
      intermediary <init> Lnet/minecraft/class_133;<init>(ILnet/minecraft/class_113;)V
      named <init> Lnet/minecraft/world/biome/MutatedBiome;<init>(ILnet/minecraft/world/biome/Biome;)V
  • Method Details

    • decorate

      public void decorate​(World world, Random random, BlockPos pos)
      Overrides:
      decorate in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Ladm;Ljava/util/Random;Lcj;)V
      intermediary method_519 Lnet/minecraft/class_113;method_519(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_1372;)V
      named decorate Lnet/minecraft/world/biome/Biome;decorate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)V
    • method_518

      public void method_518​(World world, Random random, ChunkCoordinateRange chunkCoordinateRange, int int2, int int3, double double2)
      Overrides:
      method_518 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Ladm;Ljava/util/Random;Lans;IID)V
      intermediary method_518 Lnet/minecraft/class_113;method_518(Lnet/minecraft/class_99;Ljava/util/Random;Lnet/minecraft/class_416;IID)V
      named method_518 Lnet/minecraft/world/biome/Biome;method_518(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/world/chunk/ChunkCoordinateRange;IID)V
    • getMaxSpawnLimit

      public float getMaxSpawnLimit()
      Overrides:
      getMaxSpawnLimit in class Biome
      Mappings:
      Namespace Name Mixin selector
      official g Lady;g()F
      intermediary method_540 Lnet/minecraft/class_113;method_540()F
      named getMaxSpawnLimit Lnet/minecraft/world/biome/Biome;getMaxSpawnLimit()F
    • method_524

      public FoliageFeature method_524​(Random random)
      Overrides:
      method_524 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Ljava/util/Random;)Laoh;
      intermediary method_524 Lnet/minecraft/class_113;method_524(Ljava/util/Random;)Lnet/minecraft/class_429;
      named method_524 Lnet/minecraft/world/biome/Biome;method_524(Ljava/util/Random;)Lnet/minecraft/world/gen/feature/FoliageFeature;
    • getFoliageColor

      @Environment(CLIENT) public int getFoliageColor​(BlockPos pos)
      Overrides:
      getFoliageColor in class Biome
      Mappings:
      Namespace Name Mixin selector
      official c Lady;c(Lcj;)I
      intermediary method_534 Lnet/minecraft/class_113;method_534(Lnet/minecraft/class_1372;)I
      named getFoliageColor Lnet/minecraft/world/biome/Biome;getFoliageColor(Lnet/minecraft/util/math/BlockPos;)I
    • getGrassColor

      @Environment(CLIENT) public int getGrassColor​(BlockPos pos)
      Overrides:
      getGrassColor in class Biome
      Mappings:
      Namespace Name Mixin selector
      official b Lady;b(Lcj;)I
      intermediary method_530 Lnet/minecraft/class_113;method_530(Lnet/minecraft/class_1372;)I
      named getGrassColor Lnet/minecraft/world/biome/Biome;getGrassColor(Lnet/minecraft/util/math/BlockPos;)I
    • asClass

      public Class<? extends Biome> asClass()
      Overrides:
      asClass in class Biome
      Mappings:
      Namespace Name Mixin selector
      official l Lady;l()Ljava/lang/Class;
      intermediary method_545 Lnet/minecraft/class_113;method_545()Ljava/lang/Class;
      named asClass Lnet/minecraft/world/biome/Biome;asClass()Ljava/lang/Class;
    • method_521

      public boolean method_521​(Biome biome)
      Overrides:
      method_521 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Lady;)Z
      intermediary method_521 Lnet/minecraft/class_113;method_521(Lnet/minecraft/class_113;)Z
      named method_521 Lnet/minecraft/world/biome/Biome;method_521(Lnet/minecraft/world/biome/Biome;)Z
    • getBiomeTemperature

      public Biome.Temperature getBiomeTemperature()
      Overrides:
      getBiomeTemperature in class Biome
      Mappings:
      Namespace Name Mixin selector
      official m Lady;m()Lady$b;
      intermediary method_546 Lnet/minecraft/class_113;method_546()Lnet/minecraft/class_113$class_115;
      named getBiomeTemperature Lnet/minecraft/world/biome/Biome;getBiomeTemperature()Lnet/minecraft/world/biome/Biome$Temperature;