Interface EntityEvent.PlaceBlock

Enclosing interface:
EntityEvent

@Deprecated public static interface EntityEvent.PlaceBlock
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.InteractionResult
    placeBlock(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.world.entity.Entity placer)
    Deprecated.
     
  • Method Details

    • placeBlock

      net.minecraft.world.InteractionResult placeBlock(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.world.entity.Entity placer)
      Deprecated.