Class ChainConveyorArmInteractionPoint.Type

java.lang.Object
com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
com.petrolpark.compat.create.core.chainconveyor.ChainConveyorArmInteractionPoint.Type
Enclosing class:
ChainConveyorArmInteractionPoint

public static class ChainConveyorArmInteractionPoint.Type extends com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
  • Field Summary

    Fields inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType

    SORTED_TYPES_VIEW
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canCreatePoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
    createPoint(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     

    Methods inherited from class com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType

    getPrimaryType, getPriority, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Type

      public Type()
  • 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 com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType
    • createPoint

      @Nullable public @Nullable ChainConveyorArmInteractionPoint 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 com.simibubi.create.content.kinetics.mechanicalArm.ArmInteractionPointType