Package net.minecraft.world.gen.foliage
Interface FoliagePlacer.BlockPlacer
- Enclosing class:
FoliagePlacer
public static interface FoliagePlacer.BlockPlacer
- Mappings:
Namespace Name official dvk$b
intermediary net/minecraft/class_4647$class_8179
named net/minecraft/world/gen/foliage/FoliagePlacer$BlockPlacer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasPlacedBlock
(BlockPos pos) void
placeBlock
(BlockPos pos, BlockState state)
-
Method Details
-
placeBlock
- Mappings:
Namespace Name Mixin selector official a
Ldvk$b;a(Lhx;Ldjh;)V
intermediary method_49240
Lnet/minecraft/class_4647$class_8179;method_49240(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
named placeBlock
Lnet/minecraft/world/gen/foliage/FoliagePlacer$BlockPlacer;placeBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
hasPlacedBlock
- Mappings:
Namespace Name Mixin selector official a
Ldvk$b;a(Lhx;)Z
intermediary method_49239
Lnet/minecraft/class_4647$class_8179;method_49239(Lnet/minecraft/class_2338;)Z
named hasPlacedBlock
Lnet/minecraft/world/gen/foliage/FoliagePlacer$BlockPlacer;hasPlacedBlock(Lnet/minecraft/util/math/BlockPos;)Z
-