Package net.minecraft.world.gen.feature
Class GeodeLayerConfig
java.lang.Object
net.minecraft.world.gen.feature.GeodeLayerConfig
- Mappings:
Namespace Name official dgu
intermediary net/minecraft/class_5585
named net/minecraft/world/gen/feature/GeodeLayerConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BlockStateProvider
static final com.mojang.serialization.Codec<GeodeLayerConfig>
final BlockStateProvider
final List<BlockState>
final BlockStateProvider
final BlockStateProvider
final 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 i
Ldgu;i:Lcom/mojang/serialization/Codec;
intermediary field_27301
Lnet/minecraft/class_5585;field_27301:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;CODEC:Lcom/mojang/serialization/Codec;
-
fillingProvider
- Mappings:
Namespace Name Mixin selector official a
Ldgu;a:Ldog;
intermediary field_27295
Lnet/minecraft/class_5585;field_27295:Lnet/minecraft/class_4651;
named fillingProvider
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;fillingProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
innerLayerProvider
- Mappings:
Namespace Name Mixin selector official b
Ldgu;b:Ldog;
intermediary field_27296
Lnet/minecraft/class_5585;field_27296:Lnet/minecraft/class_4651;
named innerLayerProvider
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;innerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
alternateInnerLayerProvider
- Mappings:
Namespace Name Mixin selector official c
Ldgu;c:Ldog;
intermediary field_27297
Lnet/minecraft/class_5585;field_27297:Lnet/minecraft/class_4651;
named alternateInnerLayerProvider
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;alternateInnerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
middleLayerProvider
- Mappings:
Namespace Name Mixin selector official d
Ldgu;d:Ldog;
intermediary field_27298
Lnet/minecraft/class_5585;field_27298:Lnet/minecraft/class_4651;
named middleLayerProvider
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;middleLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
outerLayerProvider
- Mappings:
Namespace Name Mixin selector official e
Ldgu;e:Ldog;
intermediary field_27299
Lnet/minecraft/class_5585;field_27299:Lnet/minecraft/class_4651;
named outerLayerProvider
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;outerLayerProvider:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
innerBlocks
- Mappings:
Namespace Name Mixin selector official f
Ldgu;f:Ljava/util/List;
intermediary field_27300
Lnet/minecraft/class_5585;field_27300:Ljava/util/List;
named innerBlocks
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;innerBlocks:Ljava/util/List;
-
cannotReplace
- Mappings:
Namespace Name Mixin selector official g
Ldgu;g:Lanu;
intermediary field_33769
Lnet/minecraft/class_5585;field_33769:Lnet/minecraft/class_6862;
named cannotReplace
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;cannotReplace:Lnet/minecraft/registry/tag/TagKey;
-
invalidBlocks
- Mappings:
Namespace Name Mixin selector official h
Ldgu;h:Lanu;
intermediary field_33931
Lnet/minecraft/class_5585;field_33931:Lnet/minecraft/class_6862;
named invalidBlocks
Lnet/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>
Ldgu;<init>(Ldog;Ldog;Ldog;Ldog;Ldog;Ljava/util/List;Lanu;Lanu;)V
intermediary <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;)V
named <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
-