Advertisement
SforzandoCF

Interaction Code Template

Mar 11th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. public InteractionResult m_6227_(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) {
  2.     ItemStack itemStack = player.m_21120_(hand);
  3.     Item item = itemStack.m_41720_();
  4.     BlockEntity blockEntity = level.m_7702_(pos);
  5.     //whatever your block does
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement