File size: 202 Bytes
d46f4a3
 
 
 
 
 
 
1
2
3
4
5
6
7
package net.minecraft.world.level;

import net.minecraft.core.BlockPos;
import net.minecraft.world.level.block.Block;

public record BlockEventData(BlockPos pos, Block block, int paramA, int paramB) {
}