Interface PlaceCornerShaftsPacket.Factory

Enclosing class:
PlaceCornerShaftsPacket
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PlaceCornerShaftsPacket.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(List<net.createmod.catnip.data.Pair<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState>> statesToPlace)
     
  • Method Details

    • create

      PlaceCornerShaftsPacket create(List<net.createmod.catnip.data.Pair<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState>> statesToPlace)