Package net.minecraft.world.gen.feature
Class GeodeLayerConfig
java.lang.Object
net.minecraft.world.gen.feature.GeodeLayerConfig
- Mappings:
Namespace Name official cpp
intermediary net/minecraft/class_5585
named net/minecraft/world/gen/feature/GeodeLayerConfig
-
Field Summary
Modifier and TypeFieldDescriptionfinal BlockStateProvider
final Identifier
static final com.mojang.serialization.Codec<GeodeLayerConfig>
final BlockStateProvider
final List<BlockState>
final BlockStateProvider
final Identifier
final BlockStateProvider
final BlockStateProvider
-
Constructor Summary
ConstructorDescriptionGeodeLayerConfig
(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, Identifier cannotReplace, Identifier invalidBlocks) -
Method Summary
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official i
Lcpp;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
Lcpp;a:Lcxj;
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
Lcpp;b:Lcxj;
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
Lcpp;c:Lcxj;
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
Lcpp;d:Lcxj;
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
Lcpp;e:Lcxj;
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
Lcpp;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
Lcpp;g:Lww;
intermediary field_33769
Lnet/minecraft/class_5585;field_33769:Lnet/minecraft/class_2960;
named cannotReplace
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;cannotReplace:Lnet/minecraft/util/Identifier;
-
invalidBlocks
- Mappings:
Namespace Name Mixin selector official h
Lcpp;h:Lww;
intermediary field_33931
Lnet/minecraft/class_5585;field_33931:Lnet/minecraft/class_2960;
named invalidBlocks
Lnet/minecraft/world/gen/feature/GeodeLayerConfig;invalidBlocks:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
GeodeLayerConfig
public GeodeLayerConfig(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, Identifier cannotReplace, Identifier invalidBlocks) - Mappings:
Namespace Name Mixin selector official <init>
Lcpp;<init>(Lcxj;Lcxj;Lcxj;Lcxj;Lcxj;Ljava/util/List;Lww;Lww;)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_2960;Lnet/minecraft/class_2960;)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/util/Identifier;Lnet/minecraft/util/Identifier;)V
-