Class ShovelBlockInteractRegistry

java.lang.Object
net.rotgruengelb.quirl.api.mechanic.interact.onblock.ShovelBlockInteractRegistry

public class ShovelBlockInteractRegistry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @Nullable ToolBlockInteractResult
    getResult(net.minecraft.block.BlockState blockState)
     
    static void
    register(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent sound_event, net.minecraft.sound.SoundCategory sound_category)
     
    static void
    register(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent sound_event, net.minecraft.sound.SoundCategory sound_category, Boolean disable_surrounding_checks)
     

    Methods inherited from class java.lang.Object

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

    • ShovelBlockInteractRegistry

      public ShovelBlockInteractRegistry()
  • Method Details

    • register

      public static void register(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent sound_event, net.minecraft.sound.SoundCategory sound_category)
    • register

      public static void register(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent sound_event, net.minecraft.sound.SoundCategory sound_category, Boolean disable_surrounding_checks)
    • getResult

      @Nullable public static @Nullable ToolBlockInteractResult getResult(net.minecraft.block.BlockState blockState)