Class ToolBlockInteractResult

java.lang.Object
net.rotgruengelb.quirl.mechanics.interact.result.v1.ToolBlockInteractResult

public class ToolBlockInteractResult extends Object
  • Constructor Details

    • ToolBlockInteractResult

      public ToolBlockInteractResult(net.minecraft.block.BlockState newBlockstate, net.minecraft.sound.SoundEvent interactSoundEvent, net.minecraft.sound.SoundCategory interactSoundCategory, Boolean disableSurroundingChecks)
  • Method Details

    • getNew_blockstate

      public net.minecraft.block.BlockState getNew_blockstate()
    • getInteract_sound_event

      public net.minecraft.sound.SoundEvent getInteract_sound_event()
    • getInteract_sound_category

      public net.minecraft.sound.SoundCategory getInteract_sound_category()
    • getDisable_surrounding_checks

      public Boolean getDisable_surrounding_checks()