java.lang.Object
com.simibubi.create.content.contraptions.relays.belt.BeltSlicer

public class BeltSlicer extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static net.minecraft.world.InteractionResult
    useConnector(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand handIn, net.minecraft.world.phys.BlockHitResult hit, BeltSlicer.Feedback feedBack)
     
    static net.minecraft.world.InteractionResult
    useWrench(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand handIn, net.minecraft.world.phys.BlockHitResult hit, BeltSlicer.Feedback feedBack)
     

    Methods inherited from class java.lang.Object

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

    • BeltSlicer

      public BeltSlicer()
  • Method Details

    • useWrench

      public static net.minecraft.world.InteractionResult useWrench(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand handIn, net.minecraft.world.phys.BlockHitResult hit, BeltSlicer.Feedback feedBack)
    • useConnector

      public static net.minecraft.world.InteractionResult useConnector(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand handIn, net.minecraft.world.phys.BlockHitResult hit, BeltSlicer.Feedback feedBack)
    • tickHoveringInformation

      public static void tickHoveringInformation()