/** * */ package org.bukkit.event.block; import org.bukkit.Block; /** * @author jmartin * */ public class BlockPhysicsEvent extends BlockEvent { /** * @param type * @param theBlock */ public BlockPhysicsEvent(Type type, Block theBlock) { super(type, theBlock); // TODO Auto-generated constructor stub } }