Class CustomShovelBlockInteract
java.lang.Object
net.rotgruengelb.quirl.mechanics.interact.shovel.v1.CustomShovelBlockInteract
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Map<net.minecraft.block.BlockState,ToolBlockInteractResult> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddResult(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 voidaddResult(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)
-
Field Details
-
CUSTOM_SHOVEL_INTERACT_RESULTS
public static Map<net.minecraft.block.BlockState,ToolBlockInteractResult> CUSTOM_SHOVEL_INTERACT_RESULTS
-
-
Constructor Details
-
CustomShovelBlockInteract
public CustomShovelBlockInteract()
-
-
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)
-