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_1747
named net/minecraft/world/biome/MutatedBiome
  • Field Details

    • original

      protected Biome original
      Mappings:
      Namespace Name Mixin selector
      official aE Laem;aE:Lady;
      intermediary field_7251 Lnet/minecraft/class_1747;field_7251:Lnet/minecraft/class_1170;
      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_1747;<init>(ILnet/minecraft/class_1170;)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_3824 Lnet/minecraft/class_1170;method_3824(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2552;)V
      named decorate Lnet/minecraft/world/biome/Biome;decorate(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)V
    • method_6420

      public void method_6420(World world, Random random, ChunkBlockStateStorage chunkStorage, int int2, int int3, double double2)
      Overrides:
      method_6420 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Ladm;Ljava/util/Random;Lans;IID)V
      intermediary method_6420 Lnet/minecraft/class_1170;method_6420(Lnet/minecraft/class_1150;Ljava/util/Random;Lnet/minecraft/class_2252;IID)V
      named method_6420 Lnet/minecraft/world/biome/Biome;method_6420(Lnet/minecraft/world/World;Ljava/util/Random;Lnet/minecraft/world/chunk/ChunkBlockStateStorage;IID)V
    • getMaxSpawnLimit

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

      public FoliageFeature method_3822(Random random)
      Overrides:
      method_3822 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Ljava/util/Random;)Laoh;
      intermediary method_3822 Lnet/minecraft/class_1170;method_3822(Ljava/util/Random;)Lnet/minecraft/class_1769;
      named method_3822 Lnet/minecraft/world/biome/Biome;method_3822(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_8592 Lnet/minecraft/class_1170;method_8592(Lnet/minecraft/class_2552;)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_8591 Lnet/minecraft/class_1170;method_8591(Lnet/minecraft/class_2552;)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_6431 Lnet/minecraft/class_1170;method_6431()Ljava/lang/Class;
      named asClass Lnet/minecraft/world/biome/Biome;asClass()Ljava/lang/Class;
    • method_6421

      public boolean method_6421(Biome biome)
      Overrides:
      method_6421 in class Biome
      Mappings:
      Namespace Name Mixin selector
      official a Lady;a(Lady;)Z
      intermediary method_6421 Lnet/minecraft/class_1170;method_6421(Lnet/minecraft/class_1170;)Z
      named method_6421 Lnet/minecraft/world/biome/Biome;method_6421(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_6432 Lnet/minecraft/class_1170;method_6432()Lnet/minecraft/class_1170$class_1743;
      named getBiomeTemperature Lnet/minecraft/world/biome/Biome;getBiomeTemperature()Lnet/minecraft/world/biome/Biome$Temperature;