Class ToolBlockInteractResult
java.lang.Object
net.rotgruengelb.quirl.mechanics.interact.result.v1.ToolBlockInteractResult
-
Constructor Summary
ConstructorsConstructorDescriptionToolBlockInteractResult(net.minecraft.block.BlockState newBlockstate, net.minecraft.sound.SoundEvent interactSoundEvent, net.minecraft.sound.SoundCategory interactSoundCategory, Boolean disableSurroundingChecks) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.sound.SoundCategorynet.minecraft.sound.SoundEventnet.minecraft.block.BlockState
-
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
-