Package net.minecraft.world.gen.placer
Class DoublePlantPlacer
java.lang.Object
net.minecraft.world.gen.placer.BlockPlacer
net.minecraft.world.gen.placer.DoublePlantPlacer
public class DoublePlantPlacer extends BlockPlacer
- Mappings:
Namespace Name official cqxintermediary net/minecraft/class_4632named net/minecraft/world/gen/placer/DoublePlantPlacer
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<DoublePlantPlacer>CODECstatic DoublePlantPlacerINSTANCEFields inherited from class net.minecraft.world.gen.placer.BlockPlacer
TYPE_CODEC -
Constructor Summary
Constructors Constructor Description DoublePlantPlacer() -
Method Summary
Modifier and Type Method Description voidgenerate(WorldAccess world, BlockPos pos, BlockState state, Random random)protected BlockPlacerType<?>getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official bLcqx;b:Lcom/mojang/serialization/Codec;intermediary field_24868Lnet/minecraft/class_4632;field_24868:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/placer/DoublePlantPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official cLcqx;c:Lcqx;intermediary field_24869Lnet/minecraft/class_4632;field_24869:Lnet/minecraft/class_4632;named INSTANCELnet/minecraft/world/gen/placer/DoublePlantPlacer;INSTANCE:Lnet/minecraft/world/gen/placer/DoublePlantPlacer;
-
-
Constructor Details
-
DoublePlantPlacer
public DoublePlantPlacer()
-
-
Method Details
-
getType
- Specified by:
getTypein classBlockPlacer- Mappings:
Namespace Name Mixin selector official aLcqu;a()Lcqv;intermediary method_28673Lnet/minecraft/class_4629;method_28673()Lnet/minecraft/class_4630;named getTypeLnet/minecraft/world/gen/placer/BlockPlacer;getType()Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
generate
- Specified by:
generatein classBlockPlacer- Mappings:
Namespace Name Mixin selector official aLcqu;a(Lbtw;Lfx;Lcht;Ljava/util/Random;)Vintermediary method_23403Lnet/minecraft/class_4629;method_23403(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)Vnamed generateLnet/minecraft/world/gen/placer/BlockPlacer;generate(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Ljava/util/Random;)V
-