Package net.minecraft.world.gen.placer
Class BlockPlacerType<P extends BlockPlacer>
java.lang.Object
net.minecraft.world.gen.placer.BlockPlacerType<P>
- Mappings:
Namespace Name official ctyintermediary net/minecraft/class_4630named net/minecraft/world/gen/placer/BlockPlacerType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.mojang.serialization.Codec<P>static BlockPlacerType<ColumnPlacer>static BlockPlacerType<DoublePlantPlacer>static BlockPlacerType<SimpleBlockPlacer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>getCodec()private static <P extends BlockPlacer>
BlockPlacerType<P>
-
Field Details
-
SIMPLE_BLOCK_PLACER
- Mappings:
Namespace Name Mixin selector official aLcty;a:Lcty;intermediary field_21223Lnet/minecraft/class_4630;field_21223:Lnet/minecraft/class_4630;named SIMPLE_BLOCK_PLACERLnet/minecraft/world/gen/placer/BlockPlacerType;SIMPLE_BLOCK_PLACER:Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
DOUBLE_PLANT_PLACER
- Mappings:
Namespace Name Mixin selector official bLcty;b:Lcty;intermediary field_21224Lnet/minecraft/class_4630;field_21224:Lnet/minecraft/class_4630;named DOUBLE_PLANT_PLACERLnet/minecraft/world/gen/placer/BlockPlacerType;DOUBLE_PLANT_PLACER:Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
COLUMN_PLACER
- Mappings:
Namespace Name Mixin selector official cLcty;c:Lcty;intermediary field_21225Lnet/minecraft/class_4630;field_21225:Lnet/minecraft/class_4630;named COLUMN_PLACERLnet/minecraft/world/gen/placer/BlockPlacerType;COLUMN_PLACER:Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
codec
- Mappings:
Namespace Name Mixin selector official dLcty;d:Lcom/mojang/serialization/Codec;intermediary field_24866Lnet/minecraft/class_4630;field_24866:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/placer/BlockPlacerType;codec:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
BlockPlacerType
- Mappings:
Namespace Name Mixin selector official <init>Lcty;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_4630;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/placer/BlockPlacerType;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
register
private static <P extends BlockPlacer> BlockPlacerType<P> register(String id, com.mojang.serialization.Codec<P> codec)- Mappings:
Namespace Name Mixin selector official aLcty;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lcty;intermediary method_23405Lnet/minecraft/class_4630;method_23405(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_4630;named registerLnet/minecraft/world/gen/placer/BlockPlacerType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
getCodec
- Mappings:
Namespace Name Mixin selector official aLcty;a()Lcom/mojang/serialization/Codec;intermediary method_28674Lnet/minecraft/class_4630;method_28674()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/world/gen/placer/BlockPlacerType;getCodec()Lcom/mojang/serialization/Codec;
-