Class TheMoonBiomeSource

java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.TheMoonBiomeSource
All Implemented Interfaces:
BiomeSupplier

public class TheMoonBiomeSource extends BiomeSource
Mappings:
Namespace Name
official csb
intermediary net/minecraft/class_8424
named net/minecraft/world/biome/source/TheMoonBiomeSource
  • Field Details

    • field_44212

      public static final com.mojang.serialization.Codec<TheMoonBiomeSource> field_44212
      Mappings:
      Namespace Name Mixin selector
      official b Lcsb;b:Lcom/mojang/serialization/Codec;
      intermediary field_44212 Lnet/minecraft/class_8424;field_44212:Lcom/mojang/serialization/Codec;
      named field_44212 Lnet/minecraft/world/biome/source/TheMoonBiomeSource;field_44212:Lcom/mojang/serialization/Codec;
    • moonBiome

      private final RegistryEntry<Biome> moonBiome
      Mappings:
      Namespace Name Mixin selector
      official c Lcsb;c:Lhd;
      intermediary field_44213 Lnet/minecraft/class_8424;field_44213:Lnet/minecraft/class_6880;
      named moonBiome Lnet/minecraft/world/biome/source/TheMoonBiomeSource;moonBiome:Lnet/minecraft/registry/entry/RegistryEntry;
  • Constructor Details

    • TheMoonBiomeSource

      private TheMoonBiomeSource(RegistryEntry<Biome> moonBiome)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcsb;<init>(Lhd;)V
      intermediary <init> Lnet/minecraft/class_8424;<init>(Lnet/minecraft/class_6880;)V
      named <init> Lnet/minecraft/world/biome/source/TheMoonBiomeSource;<init>(Lnet/minecraft/registry/entry/RegistryEntry;)V
  • Method Details

    • createVanilla

      public static TheMoonBiomeSource createVanilla(RegistryEntryLookup<Biome> biomeLookup)
      Mappings:
      Namespace Name Mixin selector
      official a Lcsb;a(Lhe;)Lcsb;
      intermediary method_50845 Lnet/minecraft/class_8424;method_50845(Lnet/minecraft/class_7871;)Lnet/minecraft/class_8424;
      named createVanilla Lnet/minecraft/world/biome/source/TheMoonBiomeSource;createVanilla(Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/source/TheMoonBiomeSource;
    • biomeStream

      protected Stream<RegistryEntry<Biome>> biomeStream()
      Specified by:
      biomeStream in class BiomeSource
      Mappings:
      Namespace Name Mixin selector
      official b Lcrn;b()Ljava/util/stream/Stream;
      intermediary method_49494 Lnet/minecraft/class_1966;method_49494()Ljava/util/stream/Stream;
      named biomeStream Lnet/minecraft/world/biome/source/BiomeSource;biomeStream()Ljava/util/stream/Stream;
    • getCodec

      protected com.mojang.serialization.Codec<? extends BiomeSource> getCodec()
      Specified by:
      getCodec in class BiomeSource
      Mappings:
      Namespace Name Mixin selector
      official a Lcrn;a()Lcom/mojang/serialization/Codec;
      intermediary method_28442 Lnet/minecraft/class_1966;method_28442()Lcom/mojang/serialization/Codec;
      named getCodec Lnet/minecraft/world/biome/source/BiomeSource;getCodec()Lcom/mojang/serialization/Codec;
    • getBiome

      public RegistryEntry<Biome> getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise)
      Specified by:
      getBiome in interface BiomeSupplier
      Specified by:
      getBiome in class BiomeSource
      Mappings:
      Namespace Name Mixin selector
      official getNoiseBiome Lcrm;getNoiseBiome(IIILcrs$f;)Lhd;
      intermediary method_38109 Lnet/minecraft/class_6780;method_38109(IIILnet/minecraft/class_6544$class_6552;)Lnet/minecraft/class_6880;
      named getBiome Lnet/minecraft/world/biome/source/BiomeSupplier;getBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)Lnet/minecraft/registry/entry/RegistryEntry;