public interface IWrenchableWithBracket extends IWrenchable
| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.util.ActionResultType |
onWrenched(net.minecraft.block.BlockState state,
net.minecraft.item.ItemUseContext context) |
java.util.Optional<net.minecraft.item.ItemStack> |
removeBracket(net.minecraft.world.IBlockReader world,
net.minecraft.util.math.BlockPos pos,
boolean inOnReplacedContext) |
default boolean |
tryRemoveBracket(net.minecraft.item.ItemUseContext context) |
getRotatedBlockState, onSneakWrenched, playRemoveSound, playRotateSound, updateAfterWrenchedjava.util.Optional<net.minecraft.item.ItemStack> removeBracket(net.minecraft.world.IBlockReader world,
net.minecraft.util.math.BlockPos pos,
boolean inOnReplacedContext)
default net.minecraft.util.ActionResultType onWrenched(net.minecraft.block.BlockState state,
net.minecraft.item.ItemUseContext context)
onWrenched in interface IWrenchabledefault boolean tryRemoveBracket(net.minecraft.item.ItemUseContext context)