Class ArmInteractionPoint.Crafter

java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPoint.Crafter
Enclosing class:
ArmInteractionPoint

public static class ArmInteractionPoint.Crafter extends ArmInteractionPoint
  • Constructor Details

    • Crafter

      public Crafter()
  • Method Details

    • isValid

      protected boolean isValid(net.minecraft.world.level.BlockGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      isValid in class ArmInteractionPoint
    • getInteractionDirection

      protected net.minecraft.core.Direction getInteractionDirection()
      Overrides:
      getInteractionDirection in class ArmInteractionPoint
    • extract

      protected net.minecraft.world.item.ItemStack extract(net.minecraft.world.level.Level world, int slot, int amount, boolean simulate)
      Overrides:
      extract in class ArmInteractionPoint
    • getInteractionPositionVector

      protected net.minecraft.world.phys.Vec3 getInteractionPositionVector()
      Overrides:
      getInteractionPositionVector in class ArmInteractionPoint