Class CustomAxeBlockInteract

java.lang.Object
net.rotgruengelb.quirl.mechanics.interact.axe.v1.CustomAxeBlockInteract

public class CustomAxeBlockInteract extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static Map<net.minecraft.block.BlockState,ToolBlockInteractResult>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addResult(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent interact_sound_event, net.minecraft.sound.SoundCategory interact_sound_category)
     
    static void
    addResult(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent interact_sound_event, net.minecraft.sound.SoundCategory interact_sound_category, Boolean disable_surrounding_checks)
     

    Methods inherited from class java.lang.Object

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

    • CUSTOM_AXE_INTERACT_RESULTS

      public static Map<net.minecraft.block.BlockState,ToolBlockInteractResult> CUSTOM_AXE_INTERACT_RESULTS
  • Constructor Details

    • CustomAxeBlockInteract

      public CustomAxeBlockInteract()
  • Method Details

    • addResult

      public static void addResult(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent interact_sound_event, net.minecraft.sound.SoundCategory interact_sound_category, Boolean disable_surrounding_checks)
    • addResult

      public static void addResult(net.minecraft.block.BlockState starting_blockstate, net.minecraft.block.BlockState new_blockstate, net.minecraft.sound.SoundEvent interact_sound_event, net.minecraft.sound.SoundCategory interact_sound_category)