Interface DirectionComponent.PlacementFunc

Enclosing class:
DirectionComponent

public static interface DirectionComponent.PlacementFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable net.minecraft.core.Direction
    apply(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext ctx)
     
  • Method Details

    • apply

      @Nullable @Nullable net.minecraft.core.Direction apply(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext ctx)