Package net.minecraft.world.gen.feature
Class GeodeLayerConfig
java.lang.Object
net.minecraft.world.gen.feature.GeodeLayerConfig
- Mappings:
 Namespace Name official dhhintermediary net/minecraft/class_5585named net/minecraft/world/gen/feature/GeodeLayerConfig
- 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BlockStateProviderstatic final com.mojang.serialization.Codec<GeodeLayerConfig>final BlockStateProviderfinal List<BlockState>final BlockStateProviderfinal BlockStateProviderfinal BlockStateProvider - 
Constructor Summary
ConstructorsConstructorDescriptionGeodeLayerConfig(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, TagKey<Block> cannotReplace, TagKey<Block> invalidBlocks)  - 
Method Summary
 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector official iLdhh;i:Lcom/mojang/serialization/Codec;intermediary field_27301Lnet/minecraft/class_5585;field_27301:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/feature/GeodeLayerConfig;CODEC:Lcom/mojang/serialization/Codec;
 - 
fillingProvider
- Mappings:
 Namespace Name Mixin selector official aLdhh;a:Ldot;intermediary field_27295Lnet/minecraft/class_5585;field_27295:Lnet/minecraft/class_4651;named fillingProviderLnet/minecraft/world/gen/feature/GeodeLayerConfig;fillingProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
 - 
innerLayerProvider
- Mappings:
 Namespace Name Mixin selector official bLdhh;b:Ldot;intermediary field_27296Lnet/minecraft/class_5585;field_27296:Lnet/minecraft/class_4651;named innerLayerProviderLnet/minecraft/world/gen/feature/GeodeLayerConfig;innerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
 - 
alternateInnerLayerProvider
- Mappings:
 Namespace Name Mixin selector official cLdhh;c:Ldot;intermediary field_27297Lnet/minecraft/class_5585;field_27297:Lnet/minecraft/class_4651;named alternateInnerLayerProviderLnet/minecraft/world/gen/feature/GeodeLayerConfig;alternateInnerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
 - 
middleLayerProvider
- Mappings:
 Namespace Name Mixin selector official dLdhh;d:Ldot;intermediary field_27298Lnet/minecraft/class_5585;field_27298:Lnet/minecraft/class_4651;named middleLayerProviderLnet/minecraft/world/gen/feature/GeodeLayerConfig;middleLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
 - 
outerLayerProvider
- Mappings:
 Namespace Name Mixin selector official eLdhh;e:Ldot;intermediary field_27299Lnet/minecraft/class_5585;field_27299:Lnet/minecraft/class_4651;named outerLayerProviderLnet/minecraft/world/gen/feature/GeodeLayerConfig;outerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
 - 
innerBlocks
- Mappings:
 Namespace Name Mixin selector official fLdhh;f:Ljava/util/List;intermediary field_27300Lnet/minecraft/class_5585;field_27300:Ljava/util/List;named innerBlocksLnet/minecraft/world/gen/feature/GeodeLayerConfig;innerBlocks:Ljava/util/List;
 - 
cannotReplace
- Mappings:
 Namespace Name Mixin selector official gLdhh;g:Lanl;intermediary field_33769Lnet/minecraft/class_5585;field_33769:Lnet/minecraft/class_6862;named cannotReplaceLnet/minecraft/world/gen/feature/GeodeLayerConfig;cannotReplace:Lnet/minecraft/registry/tag/TagKey;
 - 
invalidBlocks
- Mappings:
 Namespace Name Mixin selector official hLdhh;h:Lanl;intermediary field_33931Lnet/minecraft/class_5585;field_33931:Lnet/minecraft/class_6862;named invalidBlocksLnet/minecraft/world/gen/feature/GeodeLayerConfig;invalidBlocks:Lnet/minecraft/registry/tag/TagKey;
 
 - 
 - 
Constructor Details
- 
GeodeLayerConfig
public GeodeLayerConfig(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, TagKey<Block> cannotReplace, TagKey<Block> invalidBlocks) - Mappings:
 Namespace Name Mixin selector official <init>Ldhh;<init>(Ldot;Ldot;Ldot;Ldot;Ldot;Ljava/util/List;Lanl;Lanl;)Vintermediary <init>Lnet/minecraft/class_5585;<init>(Lnet/minecraft/class_4651;Lnet/minecraft/class_4651;Lnet/minecraft/class_4651;Lnet/minecraft/class_4651;Lnet/minecraft/class_4651;Ljava/util/List;Lnet/minecraft/class_6862;Lnet/minecraft/class_6862;)Vnamed <init>Lnet/minecraft/world/gen/feature/GeodeLayerConfig;<init>(Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;Ljava/util/List;Lnet/minecraft/registry/tag/TagKey;Lnet/minecraft/registry/tag/TagKey;)V
 
 -