Package net.minecraft.world.gen.foliage
Interface FoliagePlacer.BlockPlacer
- Enclosing class:
- FoliagePlacer
public static interface FoliagePlacer.BlockPlacer
- Mappings:
- Namespace - Name - official - doe$b- intermediary - net/minecraft/class_4647$class_8179- named - net/minecraft/world/gen/foliage/FoliagePlacer$BlockPlacer
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhasPlacedBlock(BlockPos pos) voidplaceBlock(BlockPos pos, BlockState state) 
- 
Method Details- 
placeBlock- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldoe$b;a(Lgu;Ldcb;)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- Ldoe$b;a(Lgu;)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
 
 
-