Class AllArmInteractionPointTypes.FunnelType

java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPointType
com.simibubi.create.content.logistics.block.mechanicalArm.AllArmInteractionPointTypes.FunnelType
Enclosing class:
AllArmInteractionPointTypes

public static class AllArmInteractionPointTypes.FunnelType extends ArmInteractionPointType
  • Constructor Details

    • FunnelType

      public FunnelType(net.minecraft.resources.ResourceLocation id)
  • Method Details

    • canCreatePoint

      public boolean canCreatePoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      canCreatePoint in class ArmInteractionPointType
    • createPoint

      public ArmInteractionPoint createPoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      createPoint in class ArmInteractionPointType